git Choosing a Git Branching Strategy There are several out there, and a lot of opinions to go with them. Having served in a consulting capacity for many organizations, ranging from small startups to very large
devops Pipelines as Code - Don't Reinvent the Wheel The term "Pipelines as Code" means that you are defining the process through which your code moves from source control, all the way to running in production. This practice is
aks GitOps with Terraform for Kubernetes Did you know that Terraform can run kubectl commands? Yep! There's a provider for Kubernetes. The Kubernetes provider has a growing list of resources that you can manage via Terraform.
github Sorting GitHub Repositories GitHub has taken a strong stance on not implementing a folder structures to support sorting of repositories. Why is that? They believe that it is unnecessary – and it is. Adding
macos MacOS Xcrun Error Did you get this error when running a git command? xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrunNo problem! Just