Quoting Thariq Shihipar
Explains how Claude Code functions as a small game engine with a React-based scene graph pipeline for terminal UI rendering.
Explains how Claude Code functions as a small game engine with a React-based scene graph pipeline for terminal UI rendering.
Claude Code is described as a small game engine, detailing its React-based scene graph to ANSI rendering pipeline with a 16ms frame budget.
A daily roundup of tech news and articles covering AI, web development, .NET, Visual Studio updates, and software engineering trends.
A daily link roundup for developers covering VS Code agent skills, .NET 10 features, React debugging, AI coding trends, and web development tools.
A guide on how to correctly integrate native browser APIs like fetch and localStorage with React's component lifecycle for efficient web apps.
A daily tech link roundup covering AI agents, .NET, VS Code updates, web development, JavaScript frameworks, and Windows tools.
A guide to creating type-safe, reusable smart form components with react-hook-form and TypeScript, improving form field integration.
A daily tech link roundup covering AI, web development, .NET, and software engineering trends for January 2026.
Explains stale closures in React's useEffect, showing how to fix them with dependency arrays and the useRef hook.
Explores the design and type-safety of compound components in React, discussing when they are and aren't the right pattern.
Explains how React components work with native Browser APIs like Fetch, Observers, and History for networking, UI interactions, and navigation.
A developer builds a complete FIRE calculator web app using GitHub Copilot's agent mode in VS Code in just 30 minutes.
A technical guide on using Codemods to automate codebase upgrades and migrations, with examples from Next.js.
A developer reflects on a pivotal 2025, shifting focus from React/Remix to AI and the Model Context Protocol (MCP) to build interactive, agent-like software.
A developer's perspective on building effective design systems, focusing on API design, developer experience, and team collaboration.
Explains how to use TypeScript's Omit utility type with discriminated unions for better React component prop typing.
Argues that generic Tooltip components in design systems are flawed and proposes better, more accessible alternatives for web development.
A developer shares a systematic approach to debugging, using a real bug example and contrasting it with AI's limitations.
Explores TanStack Router's type-safe context inheritance for path and search parameters in nested routes, showcasing automatic type propagation.
A step-by-step tutorial on building a ChatGPT to-do app using the Model Context Protocol (MCP), JavaScript, Express, and React.