Skip to main content

3 posts tagged with "web-performance"

View All Tags

From URL bar to interactive: what really happens when a Next.js app boots

· 23 min read
Pere Pages
Software Engineer
Diagram of a browser request travelling to a Next.js server and back to an interactive page

You type a domain, hit Enter, and a second later you're clicking around a working app. That second is deceptively busy. Between the keystroke and the first working button there's a DNS lookup, a couple of cryptographic handshakes, a streamed HTML document, a fan of parallel downloads, a serialized React tree, and a reconciliation pass that stitches JavaScript onto server-rendered markup without throwing any of it away.

A Senior Frontend Watchlist: Seven Talks on Rendering, Performance and Agent-Era Engineering

· 16 min read
Pere Pages
Software Engineer
Seven glowing browser windows on a dark indigo background arranged in three rows: a spiral waveform and a dotted timeline on top, two computers joined by a lime cross and a small tree diagram in the middle, and stacked layers, a flask with a green check mark and a robotic hand holding a pen at the bottom

Seven talks and essays, none of them a framework tutorial, that together cover what a senior frontend engineer is actually paid to understand: how a page gets to the user, where the client/server boundary sits, how a codebase stays maintainable, and how engineering practice changes when an agent writes most of the code. Each one is worth an evening; this post says why, and in which order.