Posts
All the articles I've posted.
-
Java Interview Prep #1: Java Core and Concurrency
Published: at 10:00 AMA practical Java Core interview guide covering JVM memory, garbage collection, the Java Memory Model, and concurrency, from foundational questions to production trade-offs.
-
Java Concurrency: Thread Pools and Virtual Threads
Published: at 12:00 AMA production-oriented guide to Java concurrency: shared state, thread pools, backpressure, CPU and I/O-bound work, and what Virtual Threads change.
-
Why Java Still Matters
Published: at 10:00 AMA practical explanation of why Java remains widely used for backend systems, enterprise software, and long-lived engineering teams.
-
High-Load System Design: Managing Traffic Spikes End to End
Published: at 04:32 AMA practical guide to reducing load across the frontend, cache, database, backend, request path, monitoring, and autoscaling layers.