React vs Browser APIs (Mental Model)
Explains how React components work with native Browser APIs like Fetch, Observers, and History for networking, UI interactions, and navigation.
Explains how React components work with native Browser APIs like Fetch, Observers, and History for networking, UI interactions, and navigation.
A developer builds a travel itinerary web app for his wife using AI coding assistants like Claude, exploring the 'vibe coding' approach and its pros/cons.
A developer builds a complete FIRE calculator web app using GitHub Copilot's agent mode in VS Code in just 30 minutes.
A developer details the challenges of building a server-side React renderer for printing complex crossword puzzles, including custom formatting and SVG rendering.
Anthropic fixed the flickering issue in Claude Code's TUI by rewriting the renderer, sparking discussion on terminal UI design trade-offs.
A technical overview of the Puzzmo platform's 2025 tech stack, covering new features, iOS app development, and backend improvements.
A developer builds a gesture-controlled flight tracker using MediaPipe, TanStack Start, and OpenSky API for the Advent of AI 2025 challenge.
A guide to implementing a 'copy as markdown' button for dynamic content in an MDX-based Next.js documentation site.
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.
A personal reflection on the talks and themes at FFConf 2025, covering diversity, privacy, web components, and AI in web development.
A software engineer details their work building a design system, CSS engine, and AI Assistant at Stripe, plus a local-first app project.
A developer reflects on the rarity of challenging frontend performance work in React projects and the industry's bias towards high-powered devices.
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.
A developer shares their workflow for using AI agents to write 100% of their code, focusing on practical tools and strategies for agentic engineering.
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.