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 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 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…
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…
5 min read 0 IoT Python Raspberry Pi Setting up your dev environment for Raspberry Pi Pico 03-06-25 Hardware work has alwasy fascinated me. I grew up with a father who was an electrician, and did a lot…
2 min read 0 Commands / Procedures git Setting up SSH Authentication for Github / GHES 02-25-25 So this is a small and quick post for me, and it’s one of those problems that you solve so…
2 min read 0 git Getting Upstream changes on a repo 02-14-25 A common problem I’ve found especially with the work in AI and github is the need to take code, fork…
1 min read 0 git Migrating code from one git repo to another 02-13-25 This is a surprisingly common ask I’ve gotten over the years, if you are moving code around either from public…