-
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 42
Since I don’t like it, I might as well get it done with. I did this the same day as 41, and day 42 is : adding more HTML elements: tables and forms, and publish this to Github. Since I … Continue reading
100DaysOfCode: Day 41
Day 41, it’s all about HTML today. This is the 3rd (small) project that I have been taught/have touched HTML/CSS, and I have not once feel excited. My CS50 stopped when I hit the “web” portion. HTML is not hard, … Continue reading
100DaysOfCode: Day 40
Day 40 is a continuation of day 39. I used the code from yesterday as my base, added the user management (user class), and then added exception handling, more information to the sms, and add email part. Over all, not … Continue reading
100DaysOfCode: Day 39
Day 39, a flight search tool utilizing APIs. Yet another day with some new ideas and some new API. In theory it should not be too hard, but my problem today was I got confused by myself. When I am … Continue reading
100DaysOfCode: Day 38
Day 38 is an exercise tracker, where it utilizes Google Sheet. I like the idea, and this one is without video guidance, but the text guidance is very clear. Overall, fairly easy, but very useful project to do.
100DaysOfCode: Day 37
Day 37, building a habit tracker. The project from the course is like reading my mind!!! It started with Pomodoro, then habit tracker, all the things I need. Anyways, today’s course covers more API calls with requests module, and the … Continue reading
100DaysOfCode: Day 36
Day 36 is a stock tracker (TSLA as an example), and what we did today is utilizing what we have learned, checking APIs and send SMS. Nothing to difficult here, jus needs more practice.
Tkinter practice: Pomodoro Practice
Practice creating the pomodoro timer again. This time, it’s not exactly the same as the course. I added: background change when in Work mode, or Rest mode a skip button, which can be used for skipping “rest time” (and add … Continue reading
100DaysOfCode: Day 35
Day 35 is weather warning, with a lot of API digging, including OpenWeatherMap and Twilio. This can be expanded to have more interesting usages. I look forward to working with this concept more. BTW, happy new year.
100DaysOfCode: Day 35
OK, I did day 35 material the same day as day 34 (since I have time…). The project is trivia quiz game (like day 17), but in GUI mode. The question is also not fixed data, but an API call … Continue reading