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,…
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…
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…
5 min read 0 Commands / Procedures DevOps Infrastructure-as-Code Releases Repos Tools Repo: bicep-environment-templates – bicep templates 02-28-25 So I mentioned in my last post that I wanted to build out a repo that contained reusable components for…
6 min read 0 DevOps Tools Using oras to make a registry a source of truth for files 02-13-25 So a common problem that I’ve seen is to have to move files from one environment to another that is…