Login to get more features including translations and can subscribe to get daily digest and more.

2025-04-25

Why was Records & Tuples proposal withdrawn in JavaScript?
Many people got upset about the decision of the withdrawal of the Records & Tuples proposal in JavaScript. Why was it withdrawn and are there technical reasons for this?

2025-04-24

how actually NodeJS works behind the scenes
Ever wondered what really happens under the hood in Node.js? Dive deep into the Node.js Event Loop, its phases, process.nextTick, and how Node handles asynchronous operations with a single thread.
Impossible Components
Composing across the stack.
Package that bumps package.json semver notation to real installed version
CLI tool to align package.json dependency versions with actually installed versions, i.e. ^6.0.0 to ^6.2.2. Latest version: 1.0.2, last published: a day ago. Start using align-deps-vers in your project by running `npm i align-deps-vers`. There are no other projects in the npm registry using align-deps-vers.
JavaScript Questions That Only A Few Developers Can Answer
JavaScript, formerly known as Mocha, is the world’s most popular and versatile language. In 1995, Netscape introduced JavaScript as a simple, embedded scripting language to make static web pages…
Avoid continue
“I have never seen a piece of code that was not improved by refactoring it to remove the continue statement.” —Douglas Crockford, JavaScript: The Good Parts (page 111)