2 min read 0 git Tools Enabling SSH Authentication in a DevContainer 04-01-25 SSH Authentication is a common authentication pattern for using git repos, and it has a lot benefits from a security…
6 min read 0 Commands / Procedures Tools Automating Repo activities with VSCode Tasks 03-28-25 A great mentor of mine once said there are two things that are the true bottlenecks for developer productivity. And…
3 min read 0 DevOps Removing Tech Debt from your workflows with DevContainers 03-25-25 Honestly setting up CI/CD pipelines seems to be table stakes for doing any software development work. The idea of continuously…
1 min read 0 Commands / Procedures DevOps Updating version numbers for Python Packages in Azure DevOps 03-21-25 So I did a previous post on how to create package libraries in Python, and I wanted to put in…
6 min read 0 Architecture Making sense of availability terms. SLA? RTO? RPO? 03-20-25 Hello all, in keeping with a previous post on the Keeping the lights on architecting for availability, I started doing…
3 min read 0 DevOps Practices Thoughts and Ideas How should you store code? Poly-Repo vs Mono-Repo 03-19-25 So I’ve been doing a lot of DevOps work recently, and one of the bigger topic of discussions I’ve been…
3 min read 0 DevOps Tools How to leverage templates in YAML Pipelines 03-18-25 So now secret that I really am a big fan of leveraging DevOps to extend your productivity. I’ve had the…
1 min read 0 Python Adding simple threading to your python app 03-17-25 Just another quick tip and trick for Python, and that is how you implement threading. This is surprisingly simple in…
3 min read 0 Commands / Procedures Tools Handy KQL Disk Queries for Log Analytics 03-14-25 So Log Analytics is a really powerful tool, the ability to ingest a wide variety of logs can help you…
4 min read 0 Architecture Infrastructure-as-Code Building out a basic RAG architecture for support an LLM 03-12-25 There’s no question that AI is a key technological advancement for the future. Everywhere you turn ChatGPT or other models…