Next.js Partial Prerendering: Six Months in Production
What I actually figured out about Next.js Partial Prerendering after six months in production. The patterns where it earned its place, and where I avoided…
What I actually figured out about Next.js Partial Prerendering after six months in production. The patterns where it earned its place, and where I avoided…
Six weeks running Laravel Pulse in production. The recorders I turned off, the slow query that surprised me, and when I still reach for Telescope.
My honest take on Bun vs Node after six months of mixing both: where Bun earned a real spot in my workflow, and where Node…
I rebuilt the same service in Rust and Go over a weekend. Here is what I actually reach for in 2026, with numbers, code, and…
The React Compiler removes manual useMemo and useCallback from your components. Here's what changed, with real before-and-after code examples.
A new Transformer variant called FBS tries to let LLM inference preview, skim, and skip, instead of grinding through every token. I read the paper…