What I'm learning building things, solo. Not a single-topic blog: mobile, web, tooling, whatever feels concrete enough to write down.
How to sign an Android release build and distribute it to testers through Firebase, without going through the Play Store. With every CI error we actually hit along the way.
The real steps to get a React Native app from Xcode archive to live on the App Store, and the pitfalls that waste hours if you don't know about them.
Why Foodproof already ships paywall code in its builds, even though the payment system isn't even wired up.
You don't need a repository abstraction layer to build offline-first behavior into a solo mobile app. A store that writes locally, tries to sync, and never blocks the UI.
9 screens, 2 languages, redone on every release. How a bash script and a bit of in-app code replace hours of manual screenshotting.