Skip to content

HardcodeCoder/HardcodeCoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation


open class IAM(
    val name: String = "Ashuthosh Patoa",
    val aka: String = "HardcodeCoder",
    val about: String = "Kotlin Lover, Android Nerd, Writes getter & setter for $$",
    val languages: Array<String> = arrayOf(
        "Kotlin",
        "Java",
        "TypeScript",
        "C#",
        "Shell",
    ),
    val editors: Array<String> = arrayOf(
        "Zed",
        "Kate",
        "Nano",
    ),
    val activities: Array<String> = arrayOf(
        "Cycling",
        "Badminton",
        "Debloating",
        "CLI Automation",
    ),
    val status: String = "Noob!",
) {
    operator fun invoke(action: IAM.() -> Unit) = this.apply(action)

    override fun toString() =
        """
        | Intro:  $name ($aka): $about
        | Langs:  ${languages.joinToString(", ")}
        | Editor: ${editors.joinToString(", ")}
        | Hobby:  ${activities.joinToString(", ")}
        | Status: $status
        """.trimMargin()
}

🔥 Profile Stats 🔥

Github Profile Metrics Card Github Profile Top Languages Github Activity Chart

About

A ✨ special ✨ README that works as your GitHub profile landing page to show off your stats and skills to the lovely ❤️ community.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors