
Reactivity in Angular: Signals vs Observables
Two approaches to reactive data. Explore how they work, where they differ, and when to reach for each one.
Read articleThings I’ve learned, patterns worth sharing, and a closer look at the tools I build with. A notebook on software, one article at a time.
9 articles

Two approaches to reactive data. Explore how they work, where they differ, and when to reach for each one.
Read article
A closer look at server-side rendering, data fetching, and the role of Server Components in a React application.
Read article
Handle forms and data mutations with functions that run on the server.
Read article
Get to know the Vue framework, from file-based routing to server rendering.
Read article
Explore containerization techniques for building and running your applications with Docker.
Read article
Understand the call stack, task queues, and what keeps a web application responsive.
Read article
Work with persistent values and DOM references, and understand how refs differ from state.
Read article
A practical introduction to utility-first styling and building interfaces with Tailwind.
Read article
Connect pages, layouts, and dynamic routes to build a navigable Next.js application.
Read article