Skip to content
View bugiman77's full-sized avatar
📱
Jetpack Compose Developer
📱
Jetpack Compose Developer

Block or report bugiman77

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
bugiman77/README.md

Hi, I'm Igor! Static Badge

A little more about me...

    val igor = mapOf(
        "pronouns" to listOf("hi", "his"),
        "status" to listOf("Full-time Learner"),
        "location" to listOf("Irkutsk"),
        "languages" to listOf("ru", "en"),
    )

    val development = mutableMapOf(
        "code" to mutableListOf("kotlin", "python", "java"),
        "tools" to mutableListOf("jetpack compose"),
        "architecture" to mutableListOf("clean architecture"),
        "patterns" to mutableListOf("mvvm"),
        "database" to mutableMapOf(
            "relational" to mutableListOf("mysql"),
            "nosql" to mutableListOf("mongodb"),
            "inMemory" to mutableListOf("room"),
        ),
        "ai" to mutableMapOf(
            "generativeAI" to mutableListOf(
                "Prompt engineering",
            ),
            "models" to mutableListOf(
                "OpenAI", 
                "Gemini",
            ),
        )
    )
Interesting Repositories for Me:

Pinned Loading

  1. bugiman77 bugiman77 Public

    About me

  2. ComposerCalculator ComposerCalculator Public

    Calculator & currency converter (Android)

    Kotlin