AI & frontend

Want to ride the AI wave in frontend?

Practical guides on agentic UIs, MCP, and modern tooling — WebMCP, A2UI, AG-UI, CopilotKit-style workflows, testing, and code review — without the hype.

Highlights

What you get weekly

A curated digest of frontend architecture, system design, and career growth — no fluff.

Example of what each issue looks like:

  • React architecture patterns for scale
  • Advanced CSS debugging techniques
  • Scaling real-time systems on the frontend
  • Web performance monitoring that matters
Subscribe free

Featured Articles

Hand-picked reads to accelerate your frontend journey.

AI-Powered Frontend Development: Tools, Workflows, and Limits

Premium

Explore the current landscape of AI tools for frontend development—from code generation to testing—and learn how to integrate AI into your workflow effectively.

5 min readFeb 20, 2026
BeginnerSeniorArchitectFounder

Frontend System Design

A structured framework for approaching frontend system design interviews and real-world architecture decisions.

4 min readFeb 20, 2026
SeniorArchitect

Presenting to Executives: A Technical Leader's Guide

Premium

Learn how to structure and deliver technical presentations that resonate with executive audiences—focusing on impact, timelines, and risk.

5 min readFeb 20, 2026
SeniorArchitectFounder

How Browsers Render Web Pages

Premium

A deep dive into the browser rendering pipeline, from HTML parsing through the critical rendering path to paint and composite.

5 min readFeb 20, 2026
BeginnerSenior

First 90 Days as a Tech Lead

Premium

A phased approach to succeeding in your first 90 days as a tech lead: listen, build relationships, and set direction.

5 min readFeb 20, 2026
SeniorArchitect

Design Autocomplete / Typeahead Search

System design for building a Google-like autocomplete search component: debouncing, caching, keyboard navigation, race conditions, and mobile considerations.

5 min readFeb 20, 2026
SeniorArchitect

Design a Social Media News Feed

System design for a Twitter/Facebook-style news feed: infinite scroll, virtualization, optimistic updates, real-time updates, lazy loading, and content ranking.

5 min readFeb 20, 2026
SeniorArchitect

Design Systems

A comprehensive guide to building and scaling design systems: tokens, component APIs, Storybook, versioning, and adoption strategies.

5 min readFeb 20, 2026
SeniorArchitectFounder

The Future of Frontend Engineering with AI

Premium

How AI is reshaping frontend development — what's changing, what stays the same, and how to prepare your career for the next era.

4 min readFeb 20, 2026
SeniorArchitectFounder

Virtualization and Windowing

Premium

Master virtual scrolling for high-performance lists and tables: when to use it, library trade-offs, variable-height challenges, and integration patterns.

7 min readFeb 20, 2026
SeniorArchitect

Design a Spreadsheet Application

Premium

System design for a spreadsheet like Google Sheets: virtualized grid, cell editing, formulas, undo/redo, selection, copy/paste, column/row resizing, and performance at scale.

5 min readFeb 20, 2026
SeniorArchitect

Performance Optimization Patterns

Comprehensive patterns for frontend performance: code splitting, lazy loading, prefetching, bundle analysis, memory management, and RUM.

6 min readFeb 20, 2026
SeniorArchitectFounder

Advanced React Patterns

Premium

Custom hooks, compound components, render props vs hooks, memoization, Context patterns, Suspense, error boundaries, and React 19 Server/Client Components.

6 min readFeb 20, 2026
SeniorArchitect

Rendering Strategies

CSR, SSR, SSG, RSC, and streaming: a comprehensive guide to choosing and mixing rendering strategies for modern frontends.

6 min readFeb 20, 2026
SeniorArchitectFounder

Web Performance Fundamentals

Understand Core Web Vitals, measuring tools, image optimization, caching, and critical rendering path—build faster, more responsive web applications.

6 min readFeb 20, 2026
BeginnerSenior

Design a Collaborative Document Editor

Premium

System design for a collaborative editor like Google Docs: real-time sync (CRDTs vs OT), cursor presence, rich text (contentEditable vs ProseMirror/Tiptap), conflict resolution, offline, version history, comments, and permissions.

5 min readFeb 20, 2026
SeniorArchitect

Effortlessly Build Full-Stack Applications with AI: A Guide to Google Antigravity

Premium

Discover how to create full-stack applications without coding using Google Antigravity, featuring a step-by-step guide to building an invoice generator app.

5 min readApr 10, 2026
BeginnerSenior

Latest Articles

Recently published guides across frontend fundamentals, architecture, system design, leadership, communication, and AI.

View all

Unlocking Your React Potential with Hands-On Practice

Explore the newly launched React Labs that provide a practical environment for mastering React fundamentals and troubleshooting skills.

5 min readMay 14, 2026
BeginnerSenior

Understanding the Journey of Web Requests: From URL to Content

Explore the fundamental processes involved in web requests, including DNS resolution, load balancing, and caching, crucial for frontend developers.

4 min readMay 13, 2026
BeginnerSenior

Mastering Drag and Drop in React with DND Kit

Premium

Learn how to implement drag and drop functionality in your React applications using the DND Kit library, with practical examples and common pitfalls.

6 min readMay 12, 2026
BeginnerSenior

Building a Leaner React: Introducing Redact

Explore Tanner Linsley's innovative lightweight version of React, Redact, designed for specific use cases with improved performance and reduced size.

6 min readMay 11, 2026
BeginnerSenior

AG-UI: The Event Protocol That Connects AI Agents to User Interfaces

Premium

A deep dive into AG-UI (Agent-User Interaction Protocol), the open event-based protocol from CopilotKit that standardizes real-time streaming, state synchronization, and human-in-the-loop patterns between AI agents and frontend applications.

17 min readMay 3, 2026
SeniorArchitectFounder

A2UI vs WebMCP vs AG-UI: Choosing the Right AI-UI Protocol

Premium

A detailed comparison of the three leading protocols for integrating AI agents with web frontends—A2UI, WebMCP, and AG-UI—covering architecture, use cases, security, maturity, and decision frameworks for frontend engineers.

18 min readMay 3, 2026
SeniorArchitectFounder