Hi, I'm Saad,
Full-time Software Engineer && Part-time Tech Blogger
Enjoying developing cutting-edge web services and blogging the process :))

Recent Articles
Wed, 22nd July 2026
What if you could get full distributed tracing on a plain Java HTTP server without adding any SDK, agent, or instrumentation code? This article walks through using Grafana Beyla and eBPF to automatically capture OpenTelemetry traces from a pure Java application, exporting them straight to Jaeger.
Tue, 17th March 2026
Is reactive programming still necessary in Java? This article explores the limitations of platform threads, the cost of reactive programming, and how Java Virtual Threads (Project Loom) offer a simpler path to scalable concurrency — without the complexity tax.
Thu, 27th November 2025
Learn how to build a full-duplex TCP proxy with real-time mode switching in Rust. This article covers the challenges of bidirectional forwarding, async I/O with Tokio, and creating an interactive terminal interface for network testing.
Wed, 10th September 2025
In this short article, we'll get into stream large size of data through stream as an alternative to the traditional endpoints.
Sat, 11th May 2024
In this short article, we'll look at how easy it is to create a chat bot backend powered by Spring and Olama using the llama 3 model.
Wed, 17th April 2024
React 19 introduces a number of new features that will undoubtedly make the life of react developers simpler. While the release is not yet stable, you can test out the new features using the canary version.