Blog
April 28, 2024
How to copy backups from one AWS Backup vault to another
I recently found myself wanting to copy all backups from one AWS Backup vault to another. The reason was that I wanted to move backups from a vault that was…
June 05, 2022
How to embed a React app in a Go binary
This blog posts describes how you can embed a React single-page application (SPA) alongside your API backend written in Go without any third-party libraries…
June 02, 2022
Why you should use immutable Docker tags
Many companies use tags such as for images of their Docker-based services. Those tags are usually automatically updated to point at the most recently built…
May 16, 2022
When should you be using infrastructure-as-code?
A question I hear quite frequently when consulting companies of various sizes is if they should employ infrastructure-as-code to manage their cloud resources…