jsmanifest
Modern web development insights. React, TypeScript, and beyond.
50+Articles
5+Years Writing
100K+Readers
index.ts
Recent Posts
View all →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
TypeScript readonly Arrays and Tuples: When Immutability Saves You and When It Fights You
July 30, 2026
Most readonly bugs stem from shallow enforcement and type widening. Learn when TypeScript's readonly protects your arrays and tuples—and when it silently fails.
typescriptreadonlyimmutability+2
Stay Updated
Get the latest articles and updates delivered straight to your inbox.