#frontend
6 posts tagged frontend.
Why I chose Astro over Next.js for this portfolio
This site is a portfolio and blog, not an app behind a login. Here's why that shape pointed at Astro instead of Next.js.
Going full-stack after ten years on the frontend
What actually changed when I moved from frontend specialist to full-stack, and the lessons from a decade and 80+ projects that carried over.
Lessons from leading frontend
A few things a decade of frontend work and years of leading it taught me, mostly about leverage and people, not code.
How we run multiple frontend apps in one Turborepo monorepo
One repo, several apps, a shared design system, and Turborepo keeping builds fast. Here is how it fits together and why it is worth it.
Why my design system runs on shadcn/ui, React, and Zod
A design system is a pile of tool choices. Here is the reasoning behind mine, and the one problem each piece actually solves.
Why we chose Vite over Next.js
Next.js is excellent, but our apps are authenticated SPAs and an embeddable widget backed by a GraphQL API. Here is why Vite was the better fit.