DEV Community

Francisco Molina
Francisco Molina

Posted on

After 6+ years building native Android & iOS apps at EY, Geko, and GoMobile...

I decided to build in public.

πŸš€ Here's what I shipped in the last 6 months:

While searching for my next Senior Mobile role, I created 5 open-source libraries solving real problems I faced in enterprise mobile development:

πŸ“± FLOWLLM - Stream LLMs on Android without boilerplate
Built because integrating Gemini/OpenAI/Claude on Android was too verbose.
One Composable. Real-time streaming. Works offline.

🧠 XCODE-CONTEXT - AI that understands your iOS project

Built because Claude reads code but doesn't understand architecture.
Now it can analyze your iOS app structure, generate tests, spot memory leaks.

⚑ SYNCWAVE - Real-time state management (for collaborative apps)
Built because Redux doesn't work for multi-device sync.
Uses CRDTs like Figma does. Works offline. Undo/redo across devices.

πŸ› οΈ NEXUS - Impact analysis before deployment
Built because I spent too many 3 AM mornings debugging unexpected production issues.
Analyzes code changes, calculates ripple effects, generates release notes.

πŸ€– ENVOY - Stop writing .env boilerplate
Built because I was writing the same data 4 times (schema, types, example, docs).
One command generates all three.


πŸ’­ Why I'm Sharing This

I've been searching for the right Senior Mobile role since November.

Traditional job hunting isn't working.

But showing what I actually build? That speaks louder than any CV.

These libraries show:
βœ… I identify real problems (not just code features)
βœ… I ship quality, maintainable code
βœ… I think across multiple domains (Android, iOS, backend, DevOps, AI)
βœ… I engage with engineering communities
βœ… I'm committed to solving problems, not just implementing specs


🎯 What I'm Looking For

A Senior Mobile Engineer role (Android/iOS or both) where I can:

  • Build scalable, enterprise-grade applications
  • Drive architectural decisions
  • Own features end-to-end
  • Collaborate with teams that value code quality
  • Keep shipping & learning

Remote preferred | Flexible on contract/full-time | UTC-6 timezone


πŸ”— Check My Work

πŸ“š Full technical breakdowns: dev.to/frxncisxo
πŸ™ GitHub: github.com/frxcisxo
πŸ’Ό LinkedIn: linkedin.com/in/frxncisxo

If you're hiring or know a team that needs a builder who ships quality mobile apps, let's talk β˜•

SeniorMobileEngineer #iOS #Android #Kotlin #Swift #OpenToWork #Hiring

Top comments (2)

Collapse
Β 
jill_builds_apps profile image
Jill Mercer β€’

six years at big agencies is a hell of a foundation. building in public feels different when it's your own name on the line β€” way more skin in the game. the mobile performance struggle is real β€” i'm currently wrestling with a swipe animation on an android tracker. since you're focused on these indie tools, you should definitely drop your next build on stackapps.app. full disclosure β€” i'm a paid creative scout for the stackapps team, and i only take on work for tools i'd actually recommend.

Collapse
Β 
frxncisxo profile image
Francisco Molina β€’

This means a lot, thanks! πŸ™

Definitely interested in StackApps β€” sounds like the right community for these tools. Would love to learn more about the process.

The mobile performance struggle is real though πŸ˜… Android swipe animations are... humbling. If you figure out the animation smoothness, I want to know.