Digital Garden
Digital Garden
Engineering, opinions, deep dives, and everything in between.
Latest Articles

17 Side Projects I Built With Claude Code in Two Months
One thing that I've found hard to relay is how much of a productivity multiplier Claude Code is when it comes to side-projects and prototypes.
Read moreCommon React Hooks Antipatterns and Gotchas
> ⚛️ Claude Code Skill Available: These antipatterns are prevented by the ideal-react-component skill in SkillBox. Install with npx skills add antjanus/skillbox and invoke with /ideal-react-component to automatically apply hooks best practices. Read the announcement.
Read moreThe Simplest CSS Grids
CSS Grid is all the rage and for a good reason. It's the best replacement for any of the previously existing grid solutions. And while CSS grid contains a myriad of CSS properties you can employ and become a power user, most websites fall into a handful of grid setups and I'd like to quickly go thro...
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.