class AboutMe {
val name: String = "David"
val location: String = "Bolivia"
val introduction: String = "Hello! I am passionate about mobile app development, specializing in creating efficient and engaging solutions for Android and iOS. I love exploring new technologies, optimizing app performance, and delivering smooth user experiences."
val skillsAndTechnologies: List<String> = listOf(
"✅ Native development (Swift, Kotlin)",
"✅ Cross-platform frameworks (Flutter, KMP)",
"✅ CI/CD for automation and efficient deployment",
"✅ UI/UX focused on user experience",
"✅ API integration and cloud services"
)
fun aboutMe() {
println("👤 Name: $name")
println("📍 Location: $location")
println("\n$introduction")
println("\n💡 Skills & Technologies:")
skillsAndTechnologies.forEach { println(it) }
println("\nI am always eager to learn and take on new technological challenges. Let’s connect and talk about mobile innovation! 🚀")
}
}
fun main() {
val me = AboutMe()
me.aboutMe()
}
🤚
Popular repositories Loading
-
-
-
-
-
roadmap-retos-programacion
roadmap-retos-programacion PublicForked from mouredev/roadmap-retos-programacion
Ruta de estudio basada en ejercicios de código semanales en 2024 de la comunidad MoureDev para aprender y practicar lógica usando cualquier lenguaje de programación.
Python 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.