jsmanifest
Modern web development insights. React, TypeScript, and beyond.
50+Articles
5+Years Writing
100K+Readers
index.ts
Recent Posts
View all →TypeScript noUncheckedIndexedAccess in 2026: The Flag You Should Have Turned On Years Ago
July 20, 2026
Most production crashes from undefined array access stem from a single compiler flag being off. Teams pay for this oversight twice a month.
typescriptcompiler flagstype safety+2
TypeScript Namespace vs Module in 2026: When Declaration Files Still Need Namespaces
July 19, 2026
Most TypeScript teams avoid namespaces entirely, but declaration files and third-party type augmentation still require them. Learn when namespaces remain essential and how to use them correctly.
typescriptnamespacesmodules+2
TypeScript Generic Constraints in Depth: `extends`, `keyof`, and the Patterns That Prevent Runtime Errors
July 18, 2026
Master TypeScript generic constraints with extends and keyof to eliminate runtime errors. Learn the patterns production codebases rely on for type-safe property access and API design.
typescriptgenericstype safety+2
Stay Updated
Get the latest articles and updates delivered straight to your inbox.