Go adventures: Optional values
One of my biggest pet peeves in Go was the lack of vocabulary to express optional values. In episode 2 of Go adventures, we dive into the old and new solutions.
One of my biggest pet peeves in Go was the lack of vocabulary to express optional values. In episode 2 of Go adventures, we dive into the old and new solutions.
I've wanted to explore Fly.io for a while now. It's a platform that provides a global application delivery network, focusing on simplifying the deployment and management of infrastructure. Let's build a web app on it together!
Welcome to part 1 of this series about exploring Go. Today we are going to set up a comfy development environment in Docker containers.
API development may seem simple, but designing ergonomic APIs that are a joy to use is a subtle art. In this post, I will dive into common mistakes that I've encountered.