Skip to content
View jamirou's full-sized avatar
💭
(⌐■_■) 💻
💭
(⌐■_■) 💻

Block or report jamirou

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jamirou/README.md

>. Hi, I'm Jamiro

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()
}

Stack?:

My Skills

Pinned Loading

  1. GuruDealer GuruDealer Public

    GuruDealer 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…

    Kotlin 1 1

  2. ChatBotGemini ChatBotGemini Public

    Android 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

  3. Personal_Schedule Personal_Schedule Public

    Agenda app that uses Firebase to record and store data. CRUD and complete modification of the agenda

    Java 2 2

  4. DonSaul/CLKOTLINPROJECT DonSaul/CLKOTLINPROJECT Public

    Kotlin 6 4

  5. RetrofitGame RetrofitGame Public

    app that uses retrofit to connect to the games api and uses clean architecture

    Kotlin 2 1

  6. TranslatorApp TranslatorApp Public

    Kotlin 1