jsmanifest
Modern web development insights. React, TypeScript, and beyond.
50+Articles
5+Years Writing
100K+Readers
index.ts
Recent Posts
View all →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
Migrating a 200k-Line Codebase from TypeScript 5.x to 6.0: What Actually Broke
July 2, 2026
A detailed account of migrating 200,000 lines from TypeScript 5.x to 6.0, covering the three breaking changes that generated thousands of errors, the migration strategy that failed first, and the tooling that ultimately saved the project.
typescriptmigrationtypescript 6+2
Stay Updated
Get the latest articles and updates delivered straight to your inbox.