Engineering notes
Articles for people who
ship the stack
Original rewrites on React, Node.js, TypeScript and AI — practical notes from the same engineering practice behind our operator software. Article bodies are in English.
Tagged: Event Loop
JavaScript's Single Thread vs. the Browser's Multi-Process Engine
Explore why JavaScript runs on one thread while browsers juggle networking, rendering, and timers concurrently through the event loop mechanism.
1692 wordsRead articleUnderstanding JavaScript Closures and the Event Loop
Learn how closures retain outer variables and how the event loop orders the call stack, microtasks, and macrotasks with practical code examples.
3570 wordsRead articleHow process.nextTick() Silently Starves the Node.js Event Loop
Explains why recursive process.nextTick() calls block libuv's poll phase entirely and how to fix event loop starvation using setImmediate().
1610 wordsRead article
FAQ
About these articles
Yes. Each piece is an original English rewrite prepared for this site. Structure and code examples follow the source material; prose is rewritten and checked for overlap before export.
Technical posts ship in English first so code and API names stay exact. The site chrome (navigation, SEO shells) is available in all nine languages.
New drafts land in the publish queue as they pass editorial checks. Running the site import picks up only new or changed slugs — nothing is duplicated.
Treat samples as illustrative. Validate against your stack and licences before production use. For delivery work, contact us with the brief.
Request a 24h estimate
Need the same stack in a production operator layer? Send the brief — estimate within 24 hours.