It's what happens when there's not enough time during the day...

Hello... World?

Ugh! Not Another Programming Tutorial Blog

4 min read / Dec 05, 2021 / General
Welcome to my blog. If you're reading this... Yay, I did it! Chances are I was able to overcome the challenge of having an actual day job that has nothing to do with full-stack Python web development and deploying a web app built with Python, MongoDB, HTML, and CSS. Going forward, I plan to write about things I've learned (and things I'm learning).

Starting A Python Project

Organization and Structure

7 min read / Jul 11, 2022 / General

When starting a new Python project, it can be tempting to open up a code editor and start writing some code. This is all well and good if you're just testing something out. But ideally, if you want your code to solve some specific need, then you'll want to structure your project accordingly.

Twenty Twenty-Two

Year in Review

5 min read / Dec 15, 2022 / General Ruminations

So I have this blog here which doesn't get quite as much love as it should. But here we are, end of the year, and a perfect opportunity to look back and ask: What the hell just happened?

Writing About Writing

Coding Doesn't Have To Involve Coding

3 min read / Dec 23, 2021 / General Ruminations

Ever since launching this blog, I've been spending a lot of time writing and not as much time coding. I've felt a little bad about that, because I genuinely enjoy working with code when focusing on an interesting feature. On the other hand, I have also been hesitant about posting on this site anything that doesn't feel connected to actual Python code.