/*
* Senior Android & Flutter Engineer with 9+ years
* of experience delivering high-performance mobile
* applications across government, legal, transportation,
* and e-commerce. Proven expertise in leading technical
* teams, designing scalable mobile architectures, and
* integrating AI-driven features to enhance user experiences.
* Adept at modern mobile frameworks, CI/CD pipelines,
* and cloud integration for rapid, maintainable delivery.
*/
@HiltViewModel
class MainViewModel @Inject constructor(
private val getUser: GetUserUseCase,
private val analytics: AnalyticsService
) : ViewModel() {
private val _state =
MutableStateFlow<UiState>(UiState.Loading)
val state = _state.asStateFlow()
init {
viewModelScope.launch {
getUser()
.onEach { result ->
_state.value = result.toUiState()
}
.launchIn(this)
}
}
}
// 90% test coverage · Clean Architecture
// -70% deploy time · +30% performance
Product-focused Mobile Engineer with over 9 years of experience building production-grade Android and cross-platform applications. My career spans critical sectors including Government, Transportation, Logistics, and E-commerce, where I've delivered 10+ high-traffic apps from initial concept to global release.
// Open to Senior, Staff, or Lead-level opportunities worldwide (Remote or Relocation)
Integrated Mwathiq app as a micro-app into Najiz platform using Flutter modular architecture.
Flutter app for inventory management & order processing.
Notary app supporting remote notary services, AI document verification, and real-time processing.
AI-driven electronic auction platform featuring secure bidding & payment gateways.
Engineering consultancy platform using AI recommendation systems.
Bus booking with AI route optimization & predictive arrival times.
Student transport app with real-time tracking & route planning.
Fleet management with live GPS & analytics.
Multiple apps with real-time tracking & payments.
Home cleaning service platform with booking management.
// Hard-won insights from 9+ years. Built for social sharing.
// Open to senior engineering roles, technical
// consulting, and architecture discussions.
// If you're building something ambitious
// in mobile or AI — let's talk.