Hi, I'm Raghu Deep Amilineni
I am a Enterprise Java Developer | Full Stack Engineer specialized in building scalable systems.
This blog is my "Proof of Work"—a collection of technical deep dives, architecture notes, and the actual bugs I've fixed in production.
Read my About page or check out my GitHub.
Featured
-
The Case of the Vanishing Update: Fixing a Concurrency Bug
How a single keyword fixed a race condition where multiple requests were seeing stale data.
-
My First Technical Post
This is the start of my engineering blog.
Recent Posts
-
Why your Java Pods get OOMKilled: JVM Memory inside Kubernetes
The JVM doesn't behave the same way in a container as it does on a physical server. Here is how to fix the visibility mismatch.