Skip to content

ansgrb/ansgrb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 

Repository files navigation

⚑ 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: 
        - [email protected] 
        - [email protected]
        - 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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published