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 isolatedDeclarations: What It Actually Replaces and Why It Matters
July 5, 2026
TypeScript 6.0's isolatedDeclarations replaces the type checker bottleneck in .d.ts generation, enabling parallel builds and sub-second declaration emit in monorepos.
typescriptbuild-performancetype-definitions+2
TypeScript Branded Types vs. Nominal Types: Which Pattern Should You Use in 2026
July 4, 2026
Most type safety failures in TypeScript stem from treating all strings as interchangeable. Branded types prevent these errors at compile time without runtime overhead.
typescriptbranded-typesnominal-typing+2
TypeScript using Keyword and Explicit Resource Management: Done Right
July 3, 2026
TypeScript's using keyword and explicit resource management eliminate the most common source of production memory leaks. Learn the patterns that matter.
typescriptresource managementjavascript+2
Stay Updated
Get the latest articles and updates delivered straight to your inbox.