I built a CLI to deploy to Heroku Container Registry
After copying and pasting the same bash script over and over, I decided to build a simple CLI to deploy my back-end services to Heroku Container Registry.
Using Vercel CLI to make custom deployments
In this blog post I describe why I opted-out of Vercel's Git integration and how I use their CLI with GitHub actions to deploy my website and blog to production.
Atomic Money - from a spreadsheet to a side project
After tracking my expenses in a spreadsheet for some time, I decided to take one step further and create my own expense tracking app: meet the Atomic Money App.
Continuous Delivery with Bitbucket Pipelines
Having a pipeline in the codebase is definitely a must these days and Bitbucket Pipelines certainly help your team achieve that.