jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →Next.js after() API: Running Side Effects After the Response Without Blocking the User
September 5, 2026
The after() API in Next.js enables non-blocking side effects that execute after the response completes. Learn when to use it, how it differs from alternatives, and the production tradeoffs that matter.
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.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.