It’s All About the Little Things
Published on
I've spent the past week or so more or less getting back into a coding routine. I've finally managed to bite off a good chunk of my blog project and I feel like I am hitting my stride with PHP and SQL after scratching my head and dealing with stupid errors for a frustrating couple of days. It feels really good to have momentum building again after all the moving and traveling.
The blog project (to produce the production version of this blog) comes both from a desire to have full creative control of my website and as a way to practice building a web application from the ground up. It's a front-to-back journey through creating something from nothing and it has been incredibly useful as a learning tool.
In order to really milk the experience for all the learning I can get, I am doing as much of it from scratch as possible. Often that is a license to take a few hours aside and learn a new skill or function because it came up in a YouTube video I was referencing or was mentioned in a Stack Overflow help article. Yesterday, though, that meant I spent the entire day working only on the code for pagination.
The blog project (to produce the production version of this blog) comes both from a desire to have full creative control of my website and as a way to practice building a web application from the ground up. It's a front-to-back journey through creating something from nothing and it has been incredibly useful as a learning tool.
In order to really milk the experience for all the learning I can get, I am doing as much of it from scratch as possible. Often that is a license to take a few hours aside and learn a new skill or function because it came up in a YouTube video I was referencing or was mentioned in a Stack Overflow help article. Yesterday, though, that meant I spent the entire day working only on the code for pagination.