val developer = AndroidDeveloper(
name = "Mohamed Ibrahim Abdelalim",
location = "Cairo, Egypt πͺπ¬",
expertise = listOf(
"Native Android Development",
"Kotlin Multiplatform (KMP)",
"Jetpack Compose & Material Design 3",
"Clean Architecture & SOLID Principles"
),
philosophy = "Smart, efficient work over sheer effort",
focus = listOf("High Performance", "Scalability", "Maintainability"),
currentRole = "Android Developer @ Executive Agency for Sinai Reconstruction"
)Executive Agency for Sinai Reconstruction β’ Jul 2025 β Present
- π Delivered 3 enterprise systems (Tracking, HRMS, Warehouse) using KMP & Ktor
- π Developed mobile/desktop tracking system for 33+ national projects with real-time Jetpack Compose dashboards
- β‘ Improved data sync by 40% using Coroutines and Room
- π¦ Automated inventory & HR workflows with 70%+ shared business logic via Kotlin Multiplatform
- π Ensured 100% offline reliability for field operations
The Chance (Remote) β’ Apr 2025 β Nov 2025
- π± Contributed to 4+ projects (3 native Android, 1 KMP multi-platform)
- β Delivered 10+ features with 80%+ test coverage and zero bugs
- π Reduced app size by 65% and streamlined image loading by 95%
- π Boosted performance and battery efficiency significantly
|
Graduation Project - Excellent Grade Find nearest pharmacies with required medicines Impact: 100+ test users Features:
Tech: Kotlin, Jetpack Compose, Google Maps API |
Cross-Platform Fitness Tracker KMP-powered fitness companion Achievement: 65% size reduction Features:
Tech: KMP, Koin, Ktor, Compose Multiplatform |
|
Modular Movie Discovery App Clean architecture at its finest Optimization: 72% size reduction Features:
Tech: Kotlin, Compose, Room, Hilt, Retrofit |
Personal Task Manager Offline-first productivity tool Features:
Tech: Kotlin, Jetpack Compose, Room, MVVM |
|
650+ Problems Solved Strong algorithmic thinking and optimization skills |
3 ECPC Qualifications (2020, 2021, 2022) Solved complex challenges under pressure |
fun currentGoals2026() {
val objectives = mapOf(
"Technical" to listOf(
"Mastering advanced KMP architectures",
"Contributing to open-source Android projects",
"Exploring Compose Multiplatform for iOS/Desktop",
"Deep diving into performance optimization"
),
"Professional" to listOf(
"Building scalable enterprise solutions",
"Mentoring junior developers",
"Speaking at tech conferences",
"Writing technical articles"
),
"Personal" to listOf(
"Solving 1000+ algorithmic problems",
"Reading 24+ tech books per year",
"Contributing to Android community",
"Staying updated with latest Android trends"
)
)
objectives.forEach { (category, goals) ->
println("π $category Goals:")
goals.forEach { println(" β $it") }
}
}


