Latest Articles

DevOps

Terraform Locals

If you have spent any time writing Terraform, you know that your configurations can get messy fast. You end up...

Docker

Spotify in Docker Container

I like keeping my system clean. Too many installed packages, too many dependencies I’ll never use again – that kind...

DevOps

Terraform Template File

Terraform has a handy way to render configuration files dynamically by injecting variables into templates. If you have ever needed...

AWS

AWS KMS vs CloudHSM

Let’s talk about CloudHSM and how it compares to KMS. In my previous post, I covered AWS KMS in detail,...

AWS

AWS KMS CLI

I work with AWS KMS regularly, and in this post I want to share what I’ve learned about the key...

DevOps

Gitlab Rename Branch

Renaming a branch in GitLab is straightforward, but the exact steps depend on what kind of branch you’re dealing with....