-
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
Monthly Archives: January 2021
100DaysOfCode: Day 66
Day 66 project is Cafe report REST API. We created our own REST API end points which can do a whole bunch of stuff. The project is brief, but the lessons learned is valuable and now I can see the … Continue reading
100DaysOfCode: Day 65
Day 65, a website design day. Today there’s not much “logic” to do, but more a “graphical concepts”. Because of my day to day work, I find the font typography easy to understand, and the colors and concepts not that … Continue reading
100DaysOfCode: Day 64
Day 64, the project is movie ranking system/website. The project utilizes almost all the things we learned so far: Flask, Flask WTForm, SQLite, SQLAlchemy, requests etc. I had to go back to day 61 for WTFrom, day 63 for SQLAlchemy, … Continue reading
100DaysOfCode: Day 63
Day 63 is an interesting project, Personal Book Library with rating. Not only does this do the regular Flask website and actions + HTML, what’s more important is today we get to learn Database (SQLite + SQLAlchemy). This is an … Continue reading
100DaysOfCode: Day 62
Day 62 project is a “Cafe review site”. This utilizes what we learned yesterday. And because of this project, what I thought didn’t make sense yesterday, all of a sudden makes a lot of sense. I am surprised how well … Continue reading
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