Skip to content
View ansgrb's full-sized avatar
🏴
🏴

Block or report ansgrb

Report abuse

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

Report abuse
ansgrb/README.md

⚑ ag's_digital_corner.kt

object ag : Developer() {
    // Properties
    val specialties = listOf(
        "Kotlin Multiplatform", 
        "Blockchain Tinkring", 
        "Coroutines Wizardry",
        "Chaos Engineering"
    )
    
    var currentStatus = "Building things that *shouldn’t* crash" 
        private set  // (emphasis on shouldn’t)
    
    // Methods
    fun collab() = println("""
        πŸ“« Contact: 
        - ansgrb@gmail.com 
        - anasghareib@gmail.com
        - X: @ansgrb
    """.trimIndent())
    
    override fun toString(): String {
        return """
           ╔══════════════════════════════╗
           β•‘  WARNING:                    β•‘
           β•‘  - Gradle fighter            β•‘
           β•‘  - Go enthusiast             β•‘
           β•‘  - Professional debugger     β•‘
           β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
        """.trimIndent()
    }
}

current mission

$ ./ag --status 
> Compiling KMP apps | Battling blockchain demons

collaboration protocol

if (you.hasCoolProject()) {
    ag.collab()  // Let's build!
} else {
    println("⚠️  Warning: May send random tech memes") 
}

fun fact

// build.gradle.kts
dependencies {
    implementation("life:gradle-fights:7.0.0") 
    // ^^ Spent more cycles here than I'd admit
}

πŸͺ€ click for ag's extended specs

val agTechStack = mapOf(
    "Languages" to listOf("Kotlin", "Go", "Solidity"),
    "Frameworks" to listOf("KMP", "Android", "Compose"),
    "Superpower" to "Turning caffeine into clean code"
)

val hobbies = """
    - Reverse-engineering life's bugs
    - Writing algorithms that scare O(nΒ²)
    - Automating everything (including this README)
""".trimIndent()

Popular repositories Loading

  1. iconsync iconsync Public

    A Gradle plugin to automatically sync Android launcher icons to the iOS part of a Kotlin Multiplatform project.

    Kotlin 8

  2. forcePushFriday forcePushFriday Public

    πŸš€ A whimsical Go-powered meme generator that celebrates the chaotic spirit of Friday deployments. Creates ASCII art memes with custom messages, quirky figures, and "helpful" chaos metrics to encour…

    Go 1

  3. ansgrb ansgrb Public

  4. statefolio statefolio Public

    explore and compare popular state management libraries for react nativeβ€”redux, mst, recoil, jotai, and moreβ€”all in one sleek, interactive app.

    HTML

  5. Compose-Multiplatform-Wizard Compose-Multiplatform-Wizard Public

    Forked from terrakok/Compose-Multiplatform-Wizard

    Compose Multiplatform Wizard

    Kotlin

  6. FlexibleBottomSheet FlexibleBottomSheet Public

    Forked from skydoves/FlexibleBottomSheet

    🐬 Advanced Compose Multiplatform bottom sheet for segmented sizing, non-modal type, and allows interaction behind the bottom sheet similar to Google Maps.

    Kotlin