Writing
Documentation Library
Explore my collection of in-depth technical guides covering CI/CD pipelines, architecture deep-dives, and engineering best practices.
View on GitHub →Blog
More short-form writing and findings from the industry.
Visit Blog →Lessons Learned from React Native App Production
Insights and experiences gained from deploying a React Native app to production.
3 min readGrafting TDD into a Legacy React Native Codebase
A detailed exploration of integrating Test-Driven Development practices into an existing React Native project.
3 min readTimeboxing Ideas with AI-Assisted Engineering
An exploration of how AI-assisted engineering can help in effectively timeboxing ideas for rapid prototyping.
4 min readUsing the Adapter Pattern to Tame Wild React Native Upgrades
A guide on leveraging the Adapter Pattern to manage and simplify React Native upgrades in complex applications.
4 min readVerifying Android Bundles Before Publishing
Some scripts to sanity-check and validate Android bundles before uploading to Google Play Store (and having them rejected!).
3 min readTest Runners in Multi-Stage Docker Builds
A how-to guide on integrating test runners into multi-stage Docker builds for efficient CI/CD pipelines.
3 min read