my writing

latest articles

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

Building a Feature Toggle framework in React

Jun 2020

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

read →

Mocking External Services in Jest — The Easy Way

Apr 2020

How to mock external services in Jest without the headache of manual mocks. Create abstraction layers and test your application logic effectively.

read →