Dumitru Cușnir n=1
all entries
All tags

Content tagged with "concurrency" (4)

All content across blogs, linklog, and books with this tag.

Blog Posts

  • September 11, 2026 · 26 min read
    Sockets, Buffers, and the Stream
    From the wire to async/await: what the network actually delivers, what a socket is, where the bytes wait on both sides of it, and how async I/O grew out of all that.

Links

  • August 19, 2025 · youtube.com
    Concurrency is not Parallelism
    Concurrency is how you organize the work, parallelism is whether you have enough workers to do it simultaneously, and most people mix the two up.
  • July 25, 2025 · journal.stuffwithstuff.com
    What Color is Your Function?
    Once you make one function async, every function that calls it has to be async too, and that's not a bug, it's a language design problem nobody solved cleanly.
  • April 22, 2025 · jakearchibald.com
    Tasks, Microtasks, Queues and Schedules
    Why a promise callback runs before a setTimeout of zero. Archibald walks the event loop's two queues closely enough that async ordering stops surprising you.
© 2026 • Dumitru CuČ™nir
Press Esc or click anywhere to close