Category
8 posts
📅
The Function Coloring problem between sync and async functions, and how Effect Systems like Effect [...]
📅
How to offload CPU-intensive tasks with Node.js Worker Threads without degrading the Event Loop [...]
📅
Understanding Blocking and Non-Blocking in Node.js: the Reactor Pattern, Event Loop, thread pools [...]
📅
Callbacks, Promises, Fibers, Coroutines reduce complexity but don't eliminate resource leaks and [...]
📅
From Ryan Dahl's diagnosis to the birth of Node.js: why the Event Loop is an alternative to the [...]
📅
Why a callback that is both synchronous and asynchronous is an anti-pattern (Zalgo) [...]
📅
Demystifying callbacks in JavaScript: the difference between synchronous and asynchronous [...]
📅
The little-known flaw in Promises: their non-interruptible nature prevents resources from being [...]