Terraform Project Structure
Getting started with Terraform is not that complex, however the lack of a good project structure becomes a problem quicker than you may think. This post assumes you have basic …
An introduction to Terraform
When you get into infrastructure as code (IaC), you have a variety of tools at your disposal. Some may be just for a specific service, like CloudFormation is for AWS. Although …
Logging best practices
Building in logging into an application can sound easy, but once you reach a certain scale it will all become a bit much. Diving through millions of lines in order to understand …
Building smaller docker images using multi-stage builds
When you start packaging your application in docker containers you may or may not have noticed the size of your images. Building images is not that hard if you know what the app …