Skip to content
View dkexception's full-sized avatar
๐Ÿ’ญ
Human being, for time being!
๐Ÿ’ญ
Human being, for time being!

Block or report dkexception

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

๐Ÿ‘จโ€๐Ÿ’ป About Me

object Dhanesh : Developer() {

    val name      = "Dhanesh Katre"
    val alias     = "dkexception"
    val role      = "Android Developer @ Mastercard"
    val location  = "India ๐Ÿ‡ฎ๐Ÿ‡ณ"

    val currentlyBuilding = "Kotlin Multiplatform apps"
    val blog              = "https://dkexception.medium.com"

    val passions = listOf(
        "Clean Architecture",
        "Jetpack Compose UI",
        "Kotlin Multiplatform (KMP)",
        "Writing about Android on Medium"
    )

    fun hello() = println("Thanks for stopping by โ€” let's build something great!")
}

๐Ÿ› ๏ธ Tech Stack

Mobile & Cross-Platform

My Skills

Tools & Services

My Skills

Pinned Loading

  1. GhibliX GhibliX Public

    Kotlin

  2. ChatGPT-Android-App ChatGPT-Android-App Public

    ChatGPT Android app lets you to chat with ChatGPT or generate images by giving a prompt using OpenAI's latest models. Just key in your API key and good to go!

    Kotlin 46 9

  3. aqi-app aqi-app Public

    Air Quality Index app is an app showcasing all the latest Jetpack Compose techniques implemented properly, and follows multi-module architecture

    Kotlin 10 4

  4. ProfileScreen's rich & full previews ProfileScreen's rich & full previews
    1
    @Preview
    2
    @Composable
    3
    private fun ProfileScreenDefaultPreview() = ProfileScreenContent(
    4
        state = ProfileScreenState(),
    5
        onEvent = {}