data class Developer(
val name: String = "Doaa Mosalam",
val role: String = "Android Developer",
val location: String = "Egypt ๐ช๐ฌ",
val languages = listOf("Kotlin", "Java"),
val currentlyLearning = listOf(
"Advanced Jetpack Compose",
"Kotlin Multiplatform (KMP)",
"Compiler Construction",
"Computer Networks"
),
val passions = listOf(
"๐ฑ Building Beautiful Android Apps",
"๐ Sharing Arabic Android Content on LinkedIn",
"๐ธ Photography",
"๐ต Soft Music"
),
val funFact: String = "I am Funny ๐"
)| ๐ Credential | ๐ซ Institution |
|---|---|
| Diploma in Computer Science | Cairo University |
| Android Development Intensive Program (Nanodegree) | Google & MICT, Egypt |
| Java Programming & Software Engineering Fundamentals | Duke University |
| Project | Description | Stack |
|---|---|---|
| ๐ฎ ASOLimo | Interactive educational games for children โ Attention, Memory, Emotion Recognition, Path Tracing | Kotlin MVVM Hilt Room Navigation |
| ๐ Secret Code KMP | Cross-platform secret messaging app โ Android & desktop from one codebase | KMP Compose Multiplatform Kotlin |
| ๐ฑ Infinity Store App | E-commerce Android Jetpack Composee | Kotlin Compose MVVI Hilt Room Navigation |
| ๐ฌ Quotes App | Discover & save inspirational quotes with modern Android architecture | Kotlin Hilt Room Coroutines Retrofit |
| ๐ฌ PopCorn | Browse popular & top-rated movies with a clean Android UI | Java Retrofit TMDB API |
| ๐ Notes App | Daily notes with Firebase real-time cloud sync | Java Firebase |
| ๐ฌ Box Movies | Top-rated movies display using TMDB data | Java JSON TMDB API |
| ๐ข Scientific Calculator | Advanced mathematical operations calculator | Java |

