This site is just a pile of stuff that’s worked in real apps: folder layouts, helper patterns, and longer write-ups on features like i18n or read-aloud. It isn’t something you install from npm—it’s here to read, copy, and argue with so you’re not starting from zero every time you open a new repo.
Mobile Application Developer
I ship mobile apps with React Native and Flutter—mostly trying to make them feel fast and obvious for whoever’s holding the phone.
There’s a walkthrough of how I like to lay out React Native projects, a deep dive on the “helper module” idea (storage, navigation bits, toasts, maps, that sort of thing), and feature notes—multilingual setups, listen-aloud with word highlighting, and more. You’ll also find bite-sized code examples, a big interview Q&A list, and a blog when one topic needs more room. Headings are there so you can skim; snippets are written so you can paste and rename without a treasure hunt.
Think cookbook, not constitution. Take what matches how your team works; rename things, tighten types, wire it your way. SDKs and libraries move fast—run the code, poke it on a device, don’t assume a snippet is production-ready just because it’s on a website. I’m not promising every example is complete, secure, or right for your app without your own pass.
Anyone who already knows a little React and wants their mobile codebase to feel less chaotic—solo devs, small teams, people onboarding onto Expo or bare RN. For the official word on APIs, Meta and Expo’s docs are the source of truth; this is the messy middle where someone says “here’s one way that didn’t fall over.”
Not an npm package, not a paid support line, and not affiliated with Meta, Expo, Apple, or Google. I can’t promise third-party services stay up, and I’m not your lawyer or security auditor—when it matters, get a second opinion from someone who is.
The chrome and legal pages come in English, French, and Spanish. Some of the mobile docs talk about RTL where it matters for translations. If a translation sounds off, treat the English as the tiebreaker for technical terms.
Tooling drifts; I update when I can or when someone points out a broken link. Dates on posts and policies are honest stamps in time, not a guarantee every import still matches tonight’s release. When an upgrade breaks something, check the official changelog—usually the idea still holds even if the import path changed.