jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →Next.js 16 instrumentation.ts Is Stable: Wiring OpenTelemetry, Sentry, and Custom Spans Without a Wrapper
September 25, 2026
Next.js 16 stabilizes instrumentation.ts, removing the need for custom init wrappers. Learn how to wire OpenTelemetry, Sentry, and custom spans with direct SDK initialization, lifecycle guarantees, and production-ready patterns.
Claude Code Batch File Edits: Using MultiEdit and Write Together to Cut Round-Trips in Long Refactor Sessions
September 24, 2026
Most Claude Code refactors burn tokens on sequential file edits that wait for confirmation after each change. MultiEdit and Write tools eliminate the round-trip tax by bundling coordinated changes into a single transaction that preserves atomicity and cuts latency.
TypeScript `using` in Real Codebases: Database Connections, File Handles, and Async Disposal Done Right
September 23, 2026
The `using` keyword eliminates resource leak footguns in production TypeScript. Learn how to implement disposable database connections, file handles, and async cleanup patterns that replace brittle try/finally blocks.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.