Writing
Everything I have written here, newest first. Tags cover posts and projects alike.
Series
How to Build a Bench Power Supply From ATX - Part I
Recycling an old ATX power supply into a lab bench power supply with fixed 3.3V, 5V, 12V outputs, USB ports, and a variable 1.25-25V output - with part numbers, wiring notes, and the gotchas the photos don't show.
5 Management Books That Built My Engineering Leadership Library
Five management books that shaped how I lead engineering teams - from DevOps culture to 1:1 communication - with honest notes on which ideas I actually use and which ones didnt land.
Top 5 Next.js 10 New Features
Next.js 10 shipped with a lot of announcements. Here is what actually matters - ranked by how much it changes how you build - and what you can safely ignore until v11.
Create a Dynamic Sitemap in Next.js
Generate a dynamic sitemap.xml at build time in Next.js - glob-based page discovery, robots.txt setup, and what to watch out for when your site has dynamic routes.
Building a Blog with Next.js and Markdown: A Walkthrough
Step-by-step guide to building a statically-generated blog with Next.js and Markdown - dynamic routes, static props, gray-matter parsing, and a component-based layout - all with minimal dependencies.