Khang Nghiem Enjoy the read.
Home About Archives

Backend

3 posts

  • Engineering

    Is Node.js Really Single-Threaded?

    Node.js is called single-threaded, but it handles thousands of requests at once. Here's what actually happens, explained simply.

    24 Jun 2026 · 3 min read
  • 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

Designed and built by Khang Nghiem