Blogs
What Does it Mean to be a …
There’s a question that seems to come around every few months, “what makes someone a senior developer?”, and it has been asked again recently. It’s often an ambiguous question that we try to quantify through things like: number of years of experience, number of technologies …
Configuration and Secrets …
As a developer, dealing with application configuration and secret information is usually a love/hate relationship. We love for our applications to be flexible and dynamic, able to move from our local machines to production with ease. We hate having to keep the application configurations up to date, …
Terraform 403: Access …
I was recently helping a colleague troubleshoot an issue with a new AWS environment he was provisioning. We’re using Terraform to manage the infrastructure through code and our CI/CD pipeline. The issue came when we were trying to provision new S3 buckets using Terraform files from our local …