Terraform Data – What is and How to use it.
Terraform manages cloud infrastructure as code. You describe what you want, and it figures out how to make it happen....
Terraform manages cloud infrastructure as code. You describe what you want, and it figures out how to make it happen....
If you have spent any time writing Terraform, you know that your configurations can get messy fast. You end up...
I like keeping my system clean. Too many installed packages, too many dependencies I’ll never use again – that kind...
If you work with GitLab, you probably type your username and password every time you push code. It gets old...
Terraform has a handy way to render configuration files dynamically by injecting variables into templates. If you have ever needed...
Article updated on April 2026.
Let’s talk about CloudHSM and how it compares to KMS. In my previous post, I covered AWS KMS in detail,...
If you work on a Java team that also builds a frontend, you have probably run into this problem: your...
Setup Gitlab Runner with AWS ECR
I work with AWS KMS regularly, and in this post I want to share what I’ve learned about the key...
GitLab is more than a code repo. You can build, test, and deploy straight from it. If you are already...
Renaming a branch in GitLab is straightforward, but the exact steps depend on what kind of branch you’re dealing with....