interface Engineer {
name: string;
role: string;
based: string;
focus: string[];
availability: string;
}
const sulthan: Engineer = {
name: "Sulthan Mohaideen N K",
role: "React Native Engineer",
based: "Tamil Nadu, India",
focus: [
"offline-first mobile architecture",
"on-device AI inference",
"real-time GPS / BLE systems",
"payment gateway integration",
"CI/CD and release infrastructure",
],
availability: "open to full-time/contract mobile engineer roles, remote or relocation",
};portfolio • hashnode • linkedin • email
- Ninuli, on-device AI flashcard app. Solo, from architecture to Play Store launch to monetization. React Native, Expo, ExecuTorch (Llama 3.2), FSD architecture.
- Expo-RN-Runner, Docker image for testing React Native/Expo CI pipelines locally, no more push-to-debug cycles.
- Glow-Guide, multi-agent AI system built with Google ADK and Gemini, exploring agentic architecture patterns.
- Production-Ready in React Native: Custom Expo Configs & APK Optimization and Security
- Building High-Performance UIs in React Native: NativeWind, FlashList, and Reanimated
- Bulletproof React Native Testing: Jest, Mocks, and Native Modules
- Led the ground-up rebuild of a 4-app native ride-hailing platform suite into React Native, cutting feature delivery cycle time by 60%.
- Helped onboard 10,000+ developers into a national externship program as a community Developer Advocate.
- Progressed from DevFest participant to Event Track Lead at Google Developer Group Chennai (2019-present).
- Led a 6-person team to 2nd place in an internal product-building hackathon, architected and shipped under strict time constraints.





