A Peek to ReactHi! Usually, I listen to a song while writing something — but this time, I’m not listening to anything. Just chilling and letting my thoughts flow. Lately, I’ve stopped listening to music on the train, while doing the dishes, cleaning the house, or e...Nov 10, 2025·4 min read
Distributed Tracing with OpenTelemetry and Jaeger: A Hands-on GuideFrom Tracing API Requests to Context Propagation: A Step-by-Step Journey in Monitoring Your SystemSep 26, 2024·7 min read
Building and Validating Web Endpoints with Fiber in GolangLearn creating endpoints, middleware and validate requests with FiberJan 25, 2024·5 min read
Architecture Decision Records (ADRs): Unveiling the Developer's Past ChoicesIf you choose to watch instead of read, here is the video version of this blog post. https://www.youtube.com/watch?v=FMerNNXI5u4 Have you ever questioned the decisions made in a software project? You may be wondering why a certain software solution...Aug 2, 2023·4 min read
Filter Apache Kafka Messages on the Fly with ksqlDBIntroduction to ksqlDB Part 1Jun 22, 2023·4 min read
Using Options Pattern in .NET Core for Strongly Typed ConfigurationHello everyone! In this tutorial, we are going to learn about the Options Pattern in ASP.NET Core, understand its purpose, and explore how to use it effectively. If you want to learn via video, here is the Youtube video of this blog post: https://www...Mar 27, 2023·4 min read