jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →Claude Code Session Compaction in 2026: How Context Summarization Works and What Your Agent Forgets
September 16, 2026
How Claude Code's context summarization works under the hood, what gets lost during compaction, and how to design session state that survives automatic truncation in production agents.
TypeScript Covariance and Contravariance Without the Theory: A Practical Guide to Generic Type Safety
September 15, 2026
Most type safety breakdowns in TypeScript stem from misunderstanding variance. Learn how covariance and contravariance protect your codebase from runtime failures without the academic jargon.
TypeScript 6.0 `--strictBuiltinIteratorReturn`: What Changes When Iterators Finally Have Correct Return Types
September 14, 2026
The iterator return type loophole that existed since TypeScript 2.3 is finally closing. Learn how --strictBuiltinIteratorReturn affects code that relies on iterator protocol semantics and what breaks when you flip the switch.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.