How to easily prune your local branches without a remote using Git
Consider the following, not so exciting, git workflow, common in trunk-based development, where branches should be short-lived. You start by …
Consider the following, not so exciting, git workflow, common in trunk-based development, where branches should be short-lived. You start by …
How do you plan a hub & spoke architecture? Based on much of what I have witnessed, I think very …
Whenever I search (google) for hot to do canary, A/B, progressive or whatever type of deployment to Kubernetes, the solutions …
With Azure DevOps Pipelines, it is incredibly simple to build Docker images and have them automatically pushed into an Azure …
Posted On January 31, 2025 There are situations where you would like to automatically shutdown and start virtual machines in …