Why you should use Go
2024-10-04
A personal love letter to Golang, why I think more people should use it for full-stack web development and embrace traditional server-side rendered apps.
I'm Morten, software engineer from Denmark living in Spain. I write a lot of Golang while trying to build online businesses. My content focuses on software engineering, machine learning and creating digital products.
2024-10-04
A personal love letter to Golang, why I think more people should use it for full-stack web development and embrace traditional server-side rendered apps.
2024-09-12
Small write-up on my attempt to use Grafto to build a new saas product from scratch in 5 working days, what I learned and how to improve it for the next attempt
2024-07-12
A complete code example that shows how you can deploy Grafto on AWS ECS Fargate, using Pulumi as your infrastructure as a code tool and Golang for the logic.
2024-04-02
An introductory guide on how to build and develop website with Golang focused on building a simple blog from scratch, ending with a deployable application.
2024-03-16
A short reflection on the use of internal, why it came about in the first place, alternatives for it and when to use it.