12 min read 0 DevOps git Tools Using a vNext Branching Strategy 04-25-25 I’m a DevSecOps nerd, honestly I’ve always been a big proponant of deployment automation. For me, having git + CI/CD,…
5 min read 0 Infrastructure-as-Code Setting up Container Registry with Customer-Managed Keys 04-22-25 So yesterday, I posted a blog post about setting up azure storage accounts for Customer-Managed keys. You can see that…
4 min read 0 Infrastructure-as-Code Setting up Customer-Managed Keys in Bicep for Storage 04-21-25 So for security levels, especially in government when you starting talking Impact Levels of 4+, one of the key requirements…
6 min read 0 AI Getting started with LLMs, understanding the jargon 04-18-25 This past week I’ve been doing a lot of research into LLMs and how to use them. You can’t look…
3 min read 0 IoT Raspberry Pi Enabling GPIO use from kubernetes pod 04-10-25 So I’ve been working on a side hardware project, building a cyberdeck-style computer. This has been a passion / fun…
5 min read 0 IoT Tools Getting Kubernetes (K3s) on a Raspberry Pi 04-03-25 So this past weekend, I did a little more work on one of my Raspberry PIs. Over the past few…
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…