Writing on software engineering, developer tools, and other curiosities.

All of my thoughts on programming, projects, architecture, and more, collected in chronological order.

Creating a Type-Safe Fetch API Client

Learn how to create a type-safe API client for efficiently fetching data from a server while leveraging TypeScript and OpenAPI.

Managing Grids with React

My journey creating grids in React, and the callback component pattern I found.

Using Vite with React

My experience running vite in my real-word full time job app.