Home / Insights
Insights · 2025

Notes from the nodejs trenches.

Long-form engineering writing from the Adensabais platform team.

Request a Technical Demo →
Posts · 14Topics · 6Editor · SeattleCadence · Weekly

Why serverless still loses to a warm node-js pool

Cold-start economics, isolate reuse, and the case for per-region warm capacity.

RuntimeCost

Tuning V8 for high-throughput nodejs APIs

Heap sizing, GC strategy, and how event-loop lag becomes your most honest metric.

V8Performance

What V8 isolates actually buy you

Memory model, capability scoping, and the right way to think about node-js sandboxing.

V8Security