jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →Claude Code Model Selection in Agentic Workflows: When to Route Subagents to Haiku, Sonnet, or Opus
September 4, 2026
Most agentic workflow failures stem from naive model selection. Learn the deterministic rules for routing subagents to Haiku, Sonnet, or Opus based on task complexity, token throughput, and cost constraints.
TypeScript Record<K, V> vs Map<K, V>: Choosing the Right Structure When Types Matter
September 3, 2026
Most TypeScript developers reach for Record by default, but Map provides runtime guarantees that static types cannot. Learn when each structure prevents bugs in production.
TypeScript Access Modifiers in 2026: Why `private` Fields Beat `#` and When the Opposite Is True
September 2, 2026
The compile-time versus runtime privacy debate ends here. Learn when TypeScript's `private` modifier wins, when ECMAScript `#` fields dominate, and how to choose the right pattern for your production codebase.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.