Vacations abroad are often full of adventures, sightseeing, and lots of travel. If you are like me, sometimes you need some downtime in the evenings and seek a creature comfort like Netflix or Hulu only to find that content isn’…
Automating Semantic Versioning with Continuous Delivery
Semantic Versioning (often referred to a SemVer) is a versioning standard that has become the defacto standard for projects to communicate the types of changes in a release. As a programmer, I tend to be rather lazy and will do…
CGO and Terraform Providers
I spent the last few weeks building out custom Terraform providers for a half-dozen internal platforms, and it was a great learning experience. There was one particular oddity that I ran into with custom providers when they were run in…