The cost of scaling up.

In my time s working in the software realm I have worked on projects of various sizes. Local bands wanting a web presence, user generated…

Deleting an AWS API Gateway resource.

Because it is not well documented in the AWS docs herein is how you delete an AWS API Gateway resource. Click on the end point…

Parallel bash process execution.

Ever do something in bash and wish you could do it in parallel? Checkout this excellent article by Bash Prompt. One use case I can think…

First real foray into using Terraform to manage infrastructure as code (IAC)

Did this during the afternoon at work, since they use Terraform (TF) pretty heavily I am getting familiar with it as much as possible. Enjoy!…

`Investigating AWS Pricing over Time` by Thomas Vachon

Over at stayclassyinternet Thomas did a write up on the AWS pricing over time; specifically focused on S3 as it has been a consistent service available…

Continue of Practices as it relates to release cadence.

This image was shared in the Suncoast Developers Guild slack group yesterday. I found it an interesting visualization of the practices and operational patterns that…

How to shrink your Docker images.

Docker Images, everyone says smaller is better but how do you do this but still maintain functionality and debugging ability? Well, here is how I did…