Khang Nghiem Enjoy the read.
Home About Archives

Beginner

3 posts

  • Engineering

    How the JVM HotSpot Works: Explained Simply

    A simple explanation of how the JVM makes Java fast over time: interpretation, JIT compilation, and the optimizations that happen behind the scenes.

    15 Jun 2026 · 14 min read
  • Engineering

    Redis for Beginners: The Cache That Does More Than You Think

    A ground-up explanation of Redis: why it exists, how each data structure works, what breaks without it, and how experienced engineers use it in production.

    14 Jun 2026 · 21 min read
  • Engineering

    Kafka for Beginners: How It Works and Why It Exists

    A ground-up explanation of Apache Kafka: why it was built, how topics, partitions, producers, and consumers work, what at-least-once delivery means in practice, and the mistakes beginners make that are hard to undo.

    03 Mar 2026 · 22 min read

Designed and built by Khang Nghiem