All Posts
Understanding Buttons and Links from Zero
26 Jan 2023How can we build from scratch buttons and links that are easy to use, typesafe and modular that just make sense?
Understanding Suspense with Next 13
6 Jan 2023How Suspense made "UI Loading state" a first class declarative concept in the React programming model.
Shipping Zero JavaScript with Astro
16 Nov 2022Is it possible to ship a fully functional website with ZERO JavaScript using Astro?
Understanding Typesafety with tRPC
11 Oct 2022Typesafety is the extent to which a programming language prevents type errors.
Mapping Request Paths using Next.js
30 Sep 2022What's the difference between rewrites and redirects, and how to use them?