╔═══════════════════════════════════════╗
║ Mobile Developer from Kenya ║
║ Crafting apps with passion ║
╚═══════════════════════════════════════╝
object Developer {
val name = "Aldo Kipyegon Korir"
val role = "Mobile Developer"
val location = "Kenya"
val skills = mapOf(
"languages" to listOf("Kotlin", "Java", "Dart", "Python"),
"frameworks" to listOf("Jetpack Compose", "Flutter"),
"architecture" to listOf("MVVM", "Clean Architecture", "MVI"),
"tools" to listOf("Firebase", "Git", "CI/CD")
)
val currentFocus = "Building scalable Android applications"
fun contact() = "kipyegonaldo@gmail.com"
}
╔════════════════════════════════════════════════════════╗
║ "Code is like humor. When you have to explain it, ║
║ it's bad." - Cory House ║
╚════════════════════════════════════════════════════════╝
╔════════════════════════════════════════════════════════╗
║ I'd love to hear from you! Whether it's a project, ║
║ collaboration, or just a chat about tech - reach out! ║
╚════════════════════════════════════════════════════════╝
╔════════════════════════════════════════════════════════╗
║ ║
║ Thanks for stopping by my profile! ║
║ Have an amazing day ahead! ║
║ ║
╚════════════════════════════════════════════════════════╝



