Skip to content
View j-mwendwa's full-sized avatar

Highlights

  • Pro

Block or report j-mwendwa

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
j-mwendwa/README.md
Typing SVG
β”Œβ”€β”€(john@android-dev)-[~/profile]
└─$ cat about_me.txt

πŸ‘¨β€πŸ’» Passionate Android Developer
πŸ”₯ Currently Mastering: Kotlin | Firebase | Android SDK | Git | MongoDB
🎯 Mission: Crafting seamless mobile experiences
🌱 Learning: Advanced Kotlin, Jetpack Compose, Clean Architecture
πŸ’‘ Philosophy: "Clean code is not written by following a set of rules. 
              You know you are working on clean code when each routine 
              turns out to be pretty much what you expected."

πŸ› οΈ Tech Arsenal

πŸ’» Languages & Frameworks

Kotlin Java JavaScript XML

πŸ“± Android Development

Android Android Studio Jetpack Compose Material Design Retrofit

πŸ”₯ Backend & Database

Firebase Firestore MongoDB Room SQLite

πŸ”§ Tools & Version Control

Git GitHub Gradle Postman


πŸ“Š GitHub Analytics


// 🎯 Current Focus

object JohnMwendwa {
    val name = "John Mwendwa"
    val role = "Android Developer"
    val location = "Nairobi, Kenya"
    
    val currentlyLearning = listOf(
        "Advanced Kotlin Coroutines & Flow",
        "Jetpack Compose UI Patterns",
        "Firebase Cloud Functions",
        "MongoDB Atlas Integration",
        "Git Workflow Best Practices",
        "Clean Architecture & MVVM"
    )
    
    val techStack = mapOf(
        "mobile" to listOf("Kotlin", "Android SDK", "Jetpack Compose"),
        "backend" to listOf("Firebase", "MongoDB", "RESTful APIs"),
        "database" to listOf("Firestore", "Room", "MongoDB", "SQLite"),
        "tools" to listOf("Git", "GitHub", "Android Studio", "Gradle"),
        "architecture" to listOf("MVVM", "Clean Architecture", "Repository Pattern")
    )
    
    fun getCurrentStatus() = "Building awesome Android apps πŸš€"
    
    fun getDailyRoutine() = """
        β˜• Coffee
        πŸ’» Code
        πŸ› Debug
        πŸ” Repeat
    """.trimIndent()
}

// Output
println(JohnMwendwa.getCurrentStatus())
// > Building awesome Android apps πŸš€

🌟 Featured Projects

πŸ“± Android Applications

Readme Card Readme Card

Readme Card Readme Card

Replace your-project-1, your-project-2, etc. with your actual repository names


🐍 Contribution Snake

github contribution grid snake animation

🌐 Connect With Me

LinkedIn Twitter Gmail Portfolio Dev.to


πŸ’­ Random Dev Quote

Quote


πŸ“ˆ Profile Stats

Profile Views GitHub Followers GitHub Stars


β”Œβ”€β”€(john@android-dev)-[~/]
└─$ git commit -m "Building the future, one commit at a time ⚑"
[main 2a3b4c5] Building the future, one commit at a time ⚑
└─$ git push origin main
Enumerating objects: 100% (1/1), done.
Writing objects: 100% (1/1), done.
Total 1 (delta 0), reused 0 (delta 0)
To github.com:j-mwendwa/j-mwendwa.git
   1a2b3c4..2a3b4c5  main -> main

⭐️ From j-mwendwa with πŸ’œ

Popular repositories Loading

  1. WhatsApp-UI-clone WhatsApp-UI-clone Public

    Forked from mitchelkenn00/WhatsApp-UI-clone

    Kotlin 2

  2. SMART-TRACKER SMART-TRACKER Public

    A smart expense tracker that utilises AI Insights to track income and expenses while recomending best finanacial practices

    Kotlin 1 1

  3. Retrofit_and_api Retrofit_and_api Public

    Kotlin 1

  4. web-project--- web-project--- Public

    Websites project

  5. AR-website-project AR-website-project Public

  6. simple-login-page simple-login-page Public

    a simple intro application login page

    C++