RDRussel Dsouzainapplighter-blogs.hashnode.dev·1d ago · 8 min readHow to Automate App Store and Google Play Submission for Expo Apps (EAS + GitHub Actions)Manual App Store submission takes most React Native teams a full day per release: opening Xcode, incrementing build numbers, uploading binaries, pasting descriptions into web forms, and repeating the 00
RDRussel Dsouzainapplighter-blogs.hashnode.dev·4d ago · 8 min readThe Real Timeline for Shipping an AI-Built App in 2026 (Apple: 3 Days, Google Play: 14+)You can build a working mobile app in a weekend now. That part is true. AI builders generate real React Native, the preview runs on your phone, and by Sunday night you have something you'd show people00
RDRussel Dsouzainapplighter-blogs.hashnode.dev·Jul 27 · 7 min readWhy Supabase Local Dev Needs 2.3 GB of Docker — and How We Got It to 58 MBRun supabase start on a fresh machine and watch docker ps fill up. What you're looking at is Supabase's production architecture, faithfully reproduced on your laptop — and that's precisely the problem00
RDRussel Dsouzainapplighter-blogs.hashnode.dev·Jul 23 · 5 min readThe Claude Code Features Nobody's Marketing: Sub-Agents, Hooks, and Community SkillsMost people using Claude Code use it like a smarter chat interface. They ask questions, the agent responds. Maybe they've customised the system prompt. If that's you, you're using maybe 20% of what th10
RDRussel Dsouzainapplighter-blogs.hashnode.dev·Jul 23 · 5 min readIntroducing tinbase: the Supabase-compatible backend that fits in a tinIf you've ever run Supabase locally, you know the drill: supabase start, and then Docker pulls a 12-container, 2.3 GB stack onto your machine. It works — but all you wanted was to run your app. tinbas10