Thursday, June 12, 2025

Change to publishing schedule

I started this blog up, as I have started others before, while looking for a job, as much as anythng else to have somewhere that I could point recruiters and prospective employers at examples of how I write Python code. The fact that the projects I'm writing about are installable copies of tools and processes that I've found useful in previous jobs is a bonus. At this point, though, I'm working again, and between that and my already-existant obligations to continue with the writing on the second edition of my book, my time is going to be signficantly constrained: I simply wont have the time every day to maintain the pace of development and writing that I had when I started this blog.

I'm planning to keep this going, though: I've found that I really like having these tools that I'm packaging up available for projects, whether they are work-related or personal efforts. From this point on, I'll rite as I have time, and publish what I've written (when it's ready) on the following Monday or Thursday, and announce new posts in my usual places:

No comments:

Post a Comment

Local AWS API Gateway development with Python: The initial FastAPI implementation

Based on some LinkedIn conversations prompted by my post there about the previous post on this topic , I feel like I shoul...