Blog
Turning my notes on tech and hobbies into articles so my future self doesn’t have to struggle. Feel free to take a look!
Redis Implementing Pub/Sub and Streams in .NET 10
A practical guide to using Redis as a message broker with Pub/Sub and Streams in .NET 10. Learn when to choose real-time messaging versus durable, persistent event processing through hands-on examples.
January 15, 2026
Building an API in Go to Manage Files on Amazon S3
In this article, I show how I built an API in Go to manage files on Amazon S3, including concurrent uploads, streaming downloads, presigned URLs, security validations, and a Clean Architecture–based design. The project uses Docker, unit tests, and CI to ensure predictability and easy evolution.
January 9, 2026
Optimizing Images for the Web with Go and Docker
Learn how to build ImagePipe, a Go + Docker tool to convert images to WebP and automatically resize them for better performance and SEO.
January 3, 2026