Kristóf's blog

06 Jun 2023

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.

27 May 2023

Building a web app on Fly.io: Scaffolding

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!

13 May 2023
07 May 2023

Common API mistakes and how to avoid them

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.