Skip to content
View tiger1990's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Bengaluru

Block or report tiger1990

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

πŸ‘¨β€πŸ’»πŸ§  Deepak Panwar

data class DeepakPanwar(
    val role: String,
    val github: String,
    val email: String,
    val twitter: String,
    val techStack: List<String>
)

fun newDeepakPanwar(): DeepakPanwar {
    return DeepakPanwar(
        role = "Senior Software Engineer in Android and Backend (Kotlin/Java)",
        github = "tiger1990",
        email = "deepakpanwar1990@gmail.com",
        twitter = "deepakpanwar",
        techStack = listOf(
            "Kotlin", "Java", "Python", "Golang", "TypeScript", "Rust (learning)"
        )
    )
}

fun main() {
    val profile = newDeepakPanwar()
    println(profile)
}

πŸš€ About Me

  • πŸ’» Android + Backend Engineer (Kotlin/Java)
  • Strong interest in mobile applications
  • ⚑ Strong interest in scalable backend systems
  • πŸ¦€ Currently exploring Python
  • 🌱 Always learning and building

πŸ’Ό Previous Work Experience

  • Senior Software Engineer at PayPal – global payments platform & financial services leader (Jun 2021 – Present)
  • Senior Android Developer at Airtel Payments Bank – India's leading digital payments & fintech bank (Mar 2018 – May 2021)
  • Senior Software Consultant (Team Lead) at Reliance Jio (JioCinema) via Offshore A-1 Technology Pvt. Ltd – high-scale media platform serving 50M+ users (Mar 2015 – Mar 2018)
  • Software Engineer at e-LiveDeftsoft Informatics – Android & backend development (Nov 2013 – Mar 2015)

πŸ”­ Philosophy

I thrive on turning ideas into actionβ€”building MVPs and PoCs to test concepts, prototype solutions, and explore new technologies. I embrace fast iterations, measurable impact, and hands-on learning as the fuel for innovation and growth.

πŸ“« Contact

Pinned Loading

  1. SprintArena SprintArena Public

    SprintArena: Convert idea to prototype-product

    TypeScript 1

  2. AlgorithmSolutions AlgorithmSolutions Public

    This branch was created for practicing algorithms.

    Java

  3. everything-claude-code everything-claude-code Public

    Forked from affaan-m/everything-claude-code

    The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

    JavaScript

  4. KMMRoomWebJsDemo KMMRoomWebJsDemo Public

    Sample Todo dashboard demo to test web flow in Kotlin Multiplatform (KMM) with Room database integration.

    Kotlin

  5. NeuralChat NeuralChat Public

    AI chat interface for the browser that connects to OpenAI GPT models (4o-mini, 4o, 4.1) via a local backend, with a responsive sidebar layout, conversation history, and real-time response timing.

    CSS

  6. TravelMonk TravelMonk Public

    Learning New Things And Building A Travel Platform App

    Kotlin