latest articles
thoughts on engineering, product development, and building software that matters. from technical deep-dives to lessons learned in the field.

Parallel Claude Code Agents on Easy Mode
Sep 2025Stop babysitting Claude one feature at a time. Here are 5 tools that let you run multiple AI agents in parallel for faster development.

My 2025 AI design and development stack for blogs
Sep 2025The world of web design has changed drastically in the past few years. I went truly AI native with this one and you should consider it for your next project.

Building a Feature Toggle framework in React
Jun 2020Learn how to build a simple yet effective feature toggle framework in React to safely release new features while protecting your application's brand.

Mocking External Services in Jest — The Easy Way
Apr 2020How to mock external services in Jest without the headache of manual mocks. Create abstraction layers and test your application logic effectively.