-
Recent Posts
Recent Comments
Archives
- September 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- June 2020
- February 2019
- April 2018
- October 2017
- June 2017
- May 2017
- March 2015
- October 2012
- January 2011
- December 2010
- October 2010
- August 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- October 2005
- August 2005
- July 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
Categories
Meta
Tag Archives: 100DaysOfLearning
100DaysOfCode: Day 61
Day 61 project is a form website with secret paths to specific page. The site consists of utilizing Jinja (like the previous days) to create Forms, then improve to use WTForms, with data validators, then improved to use Flask-Bootstrap. This … Continue reading
100DaysOfCode: Day 60
Day 60, finish the “contact me” page with some actions, this is not a full blown project but an implementation of yesterdays’ left over. Learned something, plus some email sending reminder again.
100DaysOfCode: Day 59
Day 59 is a practice only day, no “video tutorial” or much new content. The practice is to improve the blog post we did on day 57, with bootstrap and advanced concepts of jinja. Now I can do (better at … Continue reading
100DaysOfCode: Day 58 (3)
Day 58, 3rd (and final) day. I did spend a lot of time today to finish the full bootstrap + css + html day. The concept for the html and CSS is fun, with bootstrap, it is even better. I … Continue reading
100DaysOfCode: Day 58 (2)
Day 58, 2nd day. (Sounds weird, but I am sticking to it) More bootstrap, with google font and FontAwesome. We learned google font before, but I didn’t know the fontAwesome tool, which is very good. The other thing is this … Continue reading
100DaysOfCode: Day 58 (1)
Day 58 is a full blown Bootstrap tutorial day. Angela grabbed all the bootstrap tutorial from her previous web development course and put it in 1 day. The day contains 5 hours and 3 minutes of tutorial, and there are … Continue reading
100DaysOfCode: Day 57
Day 57, a more complex Flask website, where we are triggering python code in the html, and handling url building. This one is a bit confusing, I might have to come back to it. But with the help from yesterday’s … Continue reading
100DaysOfCode: Day 56
This is a make up post, to be honest. I don’t know why it was missing, maybe a post failure, but here it goes… Day 56, project is web name card. This utilize the advanced Flask, and some templates on … Continue reading
100DaysOfCode: Day 55
Day 55, more flask concepts + advanced decorators. I like how the course and the exercise shows how little I really know (so I can improve), and the project is not all that hard to do, so it’s not going … Continue reading
100DaysOfCode: Day 54
Day 54, intro to Flask. (Another interesting subject that I would like to discover more). During the basic Flask checking, there are ideas to sort out, like dunder methods __name__, and more importantly, decorator. I already know decorator (a bit), … Continue reading