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 2020Learn 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 2020How to mock external services in Jest without the headache of manual mocks. Create abstraction layers and test your application logic effectively.
read →