Software Dev Notes

Notes from the Stack

I'm Max — a software developer writing about engineering craft, systems design, and the occasional deep-dive into the tools and ideas that make better software. Honest notes from someone who ships code for a living.

Latest Posts

1 published entries

Jul 28, 2023

Creating typesafe React router

Building a typesafe React router to catch parameter mismatches at compile-time rather than runtime.

  • react
  • typescript