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 `--isolatedModules` Is Now the Default: What Every Build Pipeline Must Change
August 3, 2026
TypeScript 6.0's new isolatedModules default breaks const enums, namespaces, and type-only imports. Here's how to fix your build pipeline before deployment fails.
typescriptbuild-toolscompilation+2
Claude Code in CI: Running Agentic Code Review, Test Generation, and Auto-Fix on Every Pull Request
August 1, 2026
Run Claude Code autonomously in CI pipelines to perform code review, generate tests, and auto-fix failures on every pull request—with production patterns for cost control and safety.
claude-codeaici-cd+2
TypeScript `asserts` and Type Predicates in 2026: Writing Guards That Actually Narrow Correctly
July 31, 2026
Most TypeScript runtime validation fails because developers misunderstand when to use type predicates versus assertion functions. Learn the patterns that actually narrow types correctly in production codebases.
typescripttype guardstype predicates+2
Stay Updated
Get the latest articles and updates delivered straight to your inbox.