jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →TypeScript Override Keyword in 2026: Catching Broken Inheritance Before It Reaches Production
August 21, 2026
The override keyword and noImplicitOverride flag prevent silent inheritance breaks during refactoring. Learn how to configure this TypeScript feature to catch method signature mismatches before they cause runtime failures.
TypeScript as const Satisfies: Combining Two Operators for Narrower, Safer Config Objects
August 20, 2026
Most TypeScript configuration bugs stem from widened types and missing immutability. Learn how combining as const with satisfies creates type-safe, narrow config objects that catch errors at compile time.
TypeScript Exclude and Extract in Depth: Filtering Union Types for Real API Contracts
August 19, 2026
Master Exclude and Extract utility types to build type-safe API contracts, event handlers, and conditional type helpers that catch bugs at compile time.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.