Writing on software design, company building, and the aerospace industry.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Getting Started with Redux in Next.js

If youre new to building web applications with React, you may be wondering how to manage the state of your application. One popular solution is to use Redux, a library that allows you to centralize your applications state and manage it in a predictable and organized way