Coding

Vercel – How to deploy to multiple environments (test, staging, production + more) with their own env variables using GitHub Actions

June 30, 2023 Dev Ops

Vercel is an excellent service to host and deploy your front-end application to. There are a lot of great featuresRead More

Nginx for proxying to AWS Load Balancer Dynamic IP Resolver + URL Parameters

August 10, 2022 Dev Ops

The story goes that we have a web-app running on AWS Elastic Container Service in a Docker container and isRead More

API calls with axios.create() (Almost like having an SDK for any API!)

June 11, 2021 Coding, JavaScript

Just a quick blog on something I discovered in the docs for axios. If you find yourself making many externalRead More