Skip to content
View idineshgovind's full-sized avatar

Block or report idineshgovind

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

Hello World ๐Ÿ‘‹, I'm Dinesh

About Me

I'm a Software Engineer at Zoho with 4+ years of experience building products that people use every day.

I started my journey as an Android developer, working with Kotlin, Java, Jetpack Compose, and modern Android architecture.

Today, I work across backend systems, mobile applications, and web applications.

I enjoy understanding how products work end to end. Whether it's backend services, mobile apps, or web experiences, I like solving real user problems and building features that make a difference.

I also use AI tools in my daily workflow to learn faster, speed up development, and reduce repetitive work.

What I work with:

  • Backend Engineering
  • Android Development
  • Web Applications
  • Java and Kotlin
  • AI Assisted Development
  • Product Focused Engineering

Always learning, always building.

My Github Stats:๐Ÿ‘‡

idineshgovind


idineshgovind


idineshgovind

Pinned Loading

  1. Custom ActionBar with Icon Visibilit... Custom ActionBar with Icon Visibility Handling in Jetpack Compose
    1
    package com.dinesh.example.actionbar
    2
    
                  
    3
    import androidx.compose.ui.graphics.vector.ImageVector
    4
    
                  
    5
    sealed interface ActionMenuItem {
  2. Srollbar for Jetpack Compose lazycolumn Srollbar for Jetpack Compose lazycolumn
    1
    @Composable
    2
    fun Modifier.composeSimpleVerticalScrollbar(
    3
        state: LazyGridState,
    4
        width: Dp = 8.dp
    5
    ): Modifier {
  3. BlockDrop-TetrisGame BlockDrop-TetrisGame Public

    Block Drop is a classic Tetris game implemented in Kotlin with Compose Multi-platform for Android and iOS. This project showcases cross-platform development, delivering a native-like experience on โ€ฆ

    Kotlin

  4. Advent-Of-Code-2022-Solutions Advent-Of-Code-2022-Solutions Public

    Advent Of Code 2022 Solutions by Dinesh G

    Python 1