How to deploy a Go app on AWS Fargate – part 1

Wouter Hagens, CC BY-SA 3.0

I had this problem. Well, I still have it: one of my clients has a very old app that we are replacing because upgrading it is plain impossible. So we are strangling it as fast as possible. This legacy app is not exposing any API to the outside world, and we don’t want it to:… Continue reading How to deploy a Go app on AWS Fargate – part 1

How to “Go run” without Go with Docker

JMacPherson from Calgary, Canada, CC BY 2.0, via Wikimedia Commons

I had this quite trivial problem: the version of Go I installed on my pc was quite old. I started learning Go in February 2020 because the CTO of a client firm was thinking of using it to rebuild the app with a language other than PHP. He changed his mind after understanding Go has… Continue reading How to “Go run” without Go with Docker