BlogBack to home
Writing about code & craft
Lessons from building production mobile and web apps — React Native, Next.js, Node.js and everything in between.
React NativeMay 12, 2026·6 min read
10 React Native Performance Tips for 60fps Apps
Practical techniques I use to keep React Native apps buttery smooth — from list virtualization to native driver animations.
Read articleMobileApr 3, 2026·8 min read
Shipping a React Native App to the Google Play Store
A field guide from my production deployments — signing, release tracks, store assets and avoiding the common rejection traps.
Read articleBackendFeb 18, 2026·7 min read
Designing Scalable Node.js REST APIs
Layered architecture, validation, error handling and the patterns that keep your Express backend maintainable.
Read article