class AboutMe {
val name = "Jamiro"
val role = "Android Developer 🚀"
val goals = listOf("Master Jetpack Compose", "Contribute to open-source projects", "Figure out how to fix Gradle errors on time")
val hobbies = listOf("Mobile development", "Learning random stuff", "Playing the bass like I'm in a rock band")
val currentLearning = "Deciphering the mysteries of Android, Kotlin, and how the Android lifecycle works on Mondays"
val contactInfo = "Reach me at: [email protected] (no, I won't fix your bugs for free)"
fun introduceYourself() {
println(
"""
|Hey there! 👋 I'm $name, an $role.
|My goals include:
| - ${goals.joinToString("\n - ")}
|Hobbies? Glad you asked:
| - ${hobbies.joinToString("\n - ")}
|Currently, I'm diving deep into: $currentLearning
|Need help or just want to say hi? Contact me at: $contactInfo
""".trimMargin()
)
}
}
fun main() {
val aboutMe = AboutMe()
aboutMe.introduceYourself()
}
💭
(⌐■_■) 💻
Android developer, geek, D&D fan, and I love metal🤘.
- Santiago de Chile
-
09:28
(UTC -12:00) - https://jamirou.github.io
- in/jamiro-manriquez-832aaa204
Pinned Loading
-
GuruDealer
GuruDealer PublicGuruDealer It's an open-source mobile application primarily created with Kotlin, XML, Firebase, among other libraries. For more technical details, review the documentation and the open source repos…
-
ChatBotGemini
ChatBotGemini PublicAndroid chatbot using Jetpack Compose and Gemini API. Integrates basic conversational flow and natural language processing in a modern UI. Focused on connecting AI services to native Android apps, …
Kotlin
-
Personal_Schedule
Personal_Schedule PublicAgenda app that uses Firebase to record and store data. CRUD and complete modification of the agenda
-
-
RetrofitGame
RetrofitGame Publicapp that uses retrofit to connect to the games api and uses clean architecture
-
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.