jsmanifest
Modern web development insights. React, TypeScript, and beyond.
50+Articles
5+Years Writing
100K+Readers
index.ts
Recent Posts
View all →TypeScript 6.0 Module Resolution Overhaul: What Bundler Mode Actually Changes for Your Project
July 15, 2026
TypeScript 6.0's moduleResolution: bundler fundamentally changes how import paths resolve. Learn what breaks, when to migrate, and how to avoid production failures in modern toolchains.
typescriptmodule resolutionbundler+2
TypeScript const Type Parameters: Immutable Inference and When It Beats as const
July 15, 2026
Most TypeScript type widening problems in generic functions stem from a single overlooked feature: const type parameters. Learn when they beat as const and how to combine them with satisfies for maximum type safety.
typescripttype-inferencegenerics+2
JavaScript Atomics and SharedArrayBuffer in 2026: Practical Patterns for Cross-Worker State
July 13, 2026
Lock-free ring buffers, shared task queues, and multi-worker synchronization patterns that eliminate postMessage serialization overhead in production JavaScript applications.
javascriptatomicssharedarraybuffer+2
Stay Updated
Get the latest articles and updates delivered straight to your inbox.