// available for senior roles & consulting
class KareemAlsaifi {

Kareem
Alsaifi

Staff Mobile Architect · 9+ yrs
val role = "Senior |"

/*
 * 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.
 */

MainViewModel.kt CleanArch.dart
12345 678910 1112131415 1617181920 2122
@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
✓ Build passing Kotlin UTF-8 Ln 22, Col 1
0+ // years_experience
0+ // apps_shipped
0% // code_coverage
0% // faster_cicd
0+ // industries

I architect mobile experiences
that scale & endure()

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.

fun architecture() = "Clean Architecture, MVI/MVVM, Modular/Micro-App"
fun stack() = "Kotlin · Jetpack Compose · KMP · Flutter"
fun ai() = "On-device AI · Predictive tools · Chatbots · Vision"
fun leadership() = "Teams of 8 · TDD/CI/CD · Tech roadmaps"

// Open to Senior, Staff, or Lead-level opportunities worldwide (Remote or Relocation)

kareem@siifii ~ zsh
$ whoami
KareemAlsaifi
$ role
Staff Mobile Architect // Android · Flutter · KMP
$ location
New Cairo, Egypt 🇪🇬
$ experience
9+ years · 10+ apps shipped
$ status
open to worldwide opportunities
$
🇪🇬 Arabic // native
🇬🇧 English // fluent

fun getSkills(): List<Skill>

01 MobileTechnologies
Android SDKJetpack Compose FlutterDart Material 3BLoC RiverpodPlatform Channels
02 Architecture
Clean ArchitectureMVVM MVISOLID ModularMicroservices Design Patterns
03 AiAndCloud
Azure AIFirebase GCPAWS ML IntegrationFCM Crashlytics
04 Languages
KotlinJava DartSQL XMLYAML
05 TestingAndQuality
JUnitEspresso MockitoTDD SonarQubeJacoco
06 DevOps
Azure PipelinesGitHub Actions JenkinsFastlane GitLab CIGradle

9+ years, 4 companies, one mission.

THIQAH Business Services
Staff Android Engineer
Full-time · Hybrid · Cairo, Egypt
current // Sep 2025 – Present
  • Leading development of flagship government digital platforms for Saudi Arabia's Ministry of Justice and Ministry of Finance
  • Mwathiq Integration — architecting Flutter-based micro-app for seamless notarization & authentication within Najiz, the Ministry of Justice's primary digital platform serving millions of citizens
  • Emazad Platform — leading mobile development for the Ministry of Finance's official government auction platform, delivering secure and scalable bidding experiences
  • Architecting modular micro-app integrations using Flutter within native Android platforms
  • Driving end-to-end delivery across multiple ministry stakeholders
  • Specializing in AI integration within mobile platforms
FlutterKotlinModular Architecture AI IntegrationGovernment
NAJIZ CENTER
Senior Mobile Engineer
Full-time · Remote · Cairo, Egypt
current // May 2025 – Present
THIQAH Business Services
Senior Android Engineer
// Jan 2020 – Present · 6 yrs 4 mos
Buseet
Lead Android Engineer
Full-time · Egypt
// Jan 2019 – Jan 2020
AFAQY IT
Senior Android Developer — Fleet Management & Logistics
Full-time · On-site · Cairo, Egypt
// May 2018 – Mar 2019
MagdSoft
Android Developer
Full-time · On-site · Cairo, Egypt
// Feb 2017 – May 2018

val selectedWork = listOf(...)

@Freelance
// Freelance · 2024–Present

AminPetShop

Flutter app for inventory management & order processing.

FlutterInventoryE-Commerce
// THIQAH · 2021–Present

EMazad

AI-driven electronic auction platform featuring secure bidding & payment gateways.

AIAuctionsPayments
// THIQAH · 2020–Present

Tigan

Engineering consultancy platform using AI recommendation systems.

AIConsultancy
// Buseet · 2018–2020

Buseet

Bus booking with AI route optimization & predictive arrival times.

AI RoutingTransport
// 2018–2019

AMAN

Student transport app with real-time tracking & route planning.

Real-TimeGPSTransport
// Afaqy · 2018–2019

AFAQY

Fleet management with live GPS & analytics.

FleetGPSAnalytics
// MagdSoft · 2017–2018

RideHailingApps

Multiple apps with real-time tracking & payments.

Real-Time GPSPayments
@Personal
// Personal Project

Kazzeem

Home cleaning service platform with booking management.

MarketplaceBooking

fun shareKnowledge() {

// Hard-won insights from 9+ years. Built for social sharing.

// tip 01
#Android Architecture

WhyCleanArchSavesYou

  • Separate data, domain & presentation layers strictly
  • Use cases own your business logic — never the ViewModel
  • Repositories abstract all data sources behind interfaces
  • Testability becomes trivial when dependencies are injected
// tip 02
#AI in Mobile

AiFeaturesThatShip

  • Start offline-first: ML Kit before cloud APIs
  • Design AI as a progressive enhancement, not a core dependency
  • Cache predictions aggressively — latency kills UX
  • Fallback gracefully when the model fails or is absent
// tip 03
#Modular Architecture

MicroAppsDoneRight

  • Define strict module contracts via interfaces — never direct class refs
  • Feature modules own their navigation graph entirely
  • Share only DTOs and interfaces across modules
  • Use DI containers scoped per module
}

val certifications = listOf(...)

🏆
AI Hackathon Certificate
// THIQAH Business Services
☁️
Azure AI Fundamentals
// THIQAH Business Services
🤖
AI Innovation Leadership
// Industry Recognition
📱
ITI Android Workshop
// Information Technology Institute
Agile Methodologies
// IBM Egypt
Quality Assurance
// THIQAH Business Services

fun buildSomething(
  together: Boolean = true
)

// Open to senior engineering roles, technical
// consulting, and architecture discussions.
// If you're building something ambitious
// in mobile or AI — let's talk.

// send a message