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.

Read more

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.

Read more

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.

Read more

January 3, 2026

Why Every Developer Should Have a Blog (and How I Built Mine)

More than a blog, a backup for your mind. Learn why documenting your projects and studies is essential for programmers—and how the practice of writing can transform your career.

Read more

January 1, 2026