April 2026
Storybook 9.0 ‘Mercury’ Removes @storybook/addon-docs Default — New Autodocs Flag Guide
Event date: March 10, 2026 — storybookjs/storybook 9.0.0 Storybook 9.0 ‘Mercury’ ships without @storybook/addon-docs in the default install.
Structured Clone vs JSON Parse Stringify for Deep Copying State
Every React or Vue developer who has ever written setState(JSON.parse(JSON.stringify(prev))) has quietly shipped a bug waiting to happen.
Object.groupBy() and Map.groupBy(): The JavaScript Built-Ins That Replace lodash _.groupBy
The lodash _.groupBy function has been the most-imported single function in the entire JavaScript ecosystem for years.
4 Ways to Remove Duplicates From an Array in Modern JavaScript
I remember debugging a massive data processing script for a Node.js backend a few years ago. We were pulling down thousands of customer records from a.
TypeScript Tutorial: Writing Async and DOM Logic That Actually Works
The Problem with Toy Examples I’m so tired of “Hello World” TypeScript tutorials. You probably know the ones I’m talking about.
