Tag: javascript

2 posts tagged “javascript”.

The Memory Leak Detective: Debugging Long-Running Node.js Services

javascriptengineering

Heap snapshots, diffing, the EventEmitter trap, and the closure trap — a practical field guide to finding memory leaks in Node.js services that were fine for weeks before they weren't.

A Little JavaScript That Survives Reload

javascriptcraft

A single-file, framework-free note keeper with persistence, search, import/export, and keyboard flow — built to keep working when your CMS doesn't.