20 POSTS

Page 1

  • #frontend#package-management#semver

    What makes a package you can keep using for years different

    A good package has to be user-friendly not just in features, but in dependencies, version bumps, compatibility, and release policy.

    20 min read
  • #frontend#bundle-analysis#performance

    The invisible cost in PR diffs: we are not reviewing the code our users receive

    The bundle costs that code review misses, and how to surface them in the PR.

    22 min read
  • Directive Deep Dive
    #react#nextjs#frontend

    'use cache' Directive Deep Dive: To the End of Cache Boundaries

    Build-time transformations, cache key serialization, ResumeDataCache, cacheHandler, and Cache Components - everything created by a single 'use cache' line

    40 min read
  • Directive Deep Dive
    #react#nextjs#frontend

    'use client' Directive Deep Dive: To the Edge of Client Boundaries

    Module boundaries created by a single line of 'use client', build-time transformations, Flight serialization, and performance implications

    33 min read
  • #ai#learning#career

    AI Only Amplifies Me to the Level I Can See

    I'm definitely coding faster, but why are my codebase and skills staying the same? Examining the gap between perceived and proven benefits.

    17 min read
  • The State of Next.js
    #nextjs#react#vercel

    Why We Still Use Next.js

    Switching costs stronger than technical superiority

    19 min read
  • The State of Next.js
    #nextjs#web-performance#react

    Is Next.js Fast Enough?

    The uncomfortable truth benchmarks reveal

    23 min read
  • The State of Next.js
    #react#governance#nextjs

    Whose React Is It?

    The questions React Foundation must answer

    21 min read
  • The State of Next.js
    #nextjs#cloudflare#edge-computing

    Why Cloudflare Rebuilt Next.js

    What question does vinext really ask?

    20 min read
  • The State of Next.js
    #nextjs#edge-computing#serverless

    The Rise and Fall of Next.js Edge Runtime

    Hey Edge Middleware, how have you been?

    13 min read
  • Directive Deep Dive
    #react#nextjs#frontend

    React Server Functions Deep Dive: To the End of "use server"

    What happens behind a single line of "use server"?

    26 min read
  • #react#css#nextjs

    React's <ViewTransition>: Browser-Native Animation, Done the React Way

    What happens when React wraps the View Transition API

    16 min read
  • #nodejs#security#javascript

    The Pitfalls of Node.js vm Module: Why It's Not a Sandbox

    A preview of section 5.2 (Pitfalls of the vm Module) from the upcoming Node.js Deep Dive book.

    14 min read
  • #frontend#ux#web-performance

    The Downfall of Infinite Scroll — Why Google Removed Infinite Scrolling

    How infinite scroll is being reevaluated from UX, performance, accessibility, and legal perspectives

    9 min read
  • #typescript#backend

    Deep Dive into Effect Systems: From Monads to Algebraic Effects, and Effect-TS's Choices

    I dug deep into what Effect-TS is all about and why everyone seems so excited about it.

    24 min read
  • #nodejs#javascript

    Seeking Beta Readers for Node.js Deep Dive (Working Title)

    Please show lots of interest and support!

    3 min read
  • #react#frontend

    React Compiler Deep Dive: From Principles to Output

    A deep exploration of how React Compiler analyzes code and what it produces, from pipeline to final output.

    24 min read
  • #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