blog
Since I was a kid, I have always enjoyed writing. It's actually a lot like programming. Both ask that you use language to most effectively and efficiently communicate ideas ā always making trade-offs between concision and readability.
I've been very inspired by people across my interests that make a habit of writing down and sharing their thoughts and experiences. Swizec Teller, Jon Yuen, Steph Smith, and Pieter Levels are just a few that come to mind. Hopefully I can pay forward even a fraction of the guidance, intrigue, and inspiration that each of them has provided me through their writing.
Testing Next.js API Routes
In this post, I explain the approach I found for unit testing Next.js API Routes endpoints. API Routes are a new feature, as of Next.js vā¦