09 POSTS

Page 2

  • #ai#frontend

    In the Age of AI-Generated Code, Where is Frontend Engineering Headed?

    AI coding tools aren't changing developers—they're changing the nature of what developers do.

    10 min read
  • #ai#devops#backend

    Complete Guide to Core Coding Agent Concepts

    Complete overview of core coding agent concepts: Rules, Commands, MCP, Sub-agents, Hooks, Skills, and Plugins

    23 min read
  • #javascript#frontend#web-performance

    Preventing Memory Leaks with IntersectionObserver Singleton Pattern and WeakMap

    How to efficiently observe hundreds of elements while preventing memory leaks

    13 min read
  • #typescript

    How to Check if All Cases Are Handled in TypeScript Switch Statements

    Exhaustive check pattern using the never type

    8 min read
  • #javascript#web-performance

    How to Efficiently Process Massive JSON Responses

    How to survive when JSON.parse() becomes overwhelming

    18 min read
  • #react#javascript#testing

    React's New Lint Rule: set-state-in-effect

    Why you shouldn't call setState in Effects and what alternatives exist

    7 min read
  • #react#typescript

    From useEvent to useEffectEvent: React's Event Handler Stabilization Journey

    An RFC from 3 years ago finally sees the light of day

    14 min read
  • #ai#career#frontend

    In an Era Where AI Writes Code, What Should I Do as a Frontend Developer?

    I don't know what the future holds, but shouldn't we just keep developing diligently?

    12 min read
  • #javascript#compiler

    Understanding AST for JavaScript Developers (2026 Update)

    A comprehensive guide covering AST concepts, parsing process, key node types, and practical usage in tools like Babel and ESLint.

    13 min read