🍂 Digital Garden
Latest Articles

17 Side Projects I Built With Claude Code in Two Months
A look at 17 side projects I built in about two months with Claude Code -- from TUI apps in Rust and Go to browser games and AI agent tooling.
Read moreCommon React Hooks Antipatterns and Gotchas
Learn about common React Hooks antipatterns and how to avoid them for better code quality.
Read moreThe Simplest CSS Grids
Learn the most common CSS Grid layouts with copy-pastable examples for two-column layouts, sidebar navigation, and more.
Read moreAll Articles
Constants vs Enums in TypeScript
•TypeScript tips and tricks
Build React UI Library (notes)
•Notes on building a React UI library.
Where did my blog go?
•A statement on where my extensive blog has gone.
Throwback Thursday -- The Site Through Time
•A look at the site through time, from its inception to now.
The Anatomy Of My Ideal React Component
•A walkthrough of my very opinionated React Component.
Using Postgres FOR loop to generate data
•I don't know about you but I often need a 100 of something in my database to properly test a page. Here's how to use Postgres FOR loops to generate test data quickly.
How to "grep" in PowerShell
•New to PowerShell? Here's how to "grep" using built-in PowerShell utilities.
How I Structure My JavaScript File
•Check out my practices and recommendations on writing JavaScript files that I've learned through writing JavaScript for years.