In this post, the first of a series of 3, we are essentially going to create the whole ECS Fargate setup from ground up using the aws cli only. There are a lot of tutorials out there that explain how to install and configure the aws cli, either version 1 or version 2. So I […]
Golang
Multistage dockerisation of a Golang application
Hi there!! In this post I will like to share a little dockerisation technique for clean deployment of application in docker. This application is essentially a demo application app I wrote for another tutorial of mine where I needed a working application to deploy into AWS ECS. I decided to release it hoping that it […]