Skip to content
View gopinath-langote's full-sized avatar
💻
Focusing
💻
Focusing
Block or Report

Block or report gopinath-langote

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gopinath-langote/README.md

👋 As an experienced Engineering Manager & Tech Leader, I bring a wealth of expertise in driving technical excellence, fostering innovation, and leading high-performing teams. With a strong background in software engineering and a passion for delivering impactful solutions, I thrive in dynamic environments where I can shape the technology landscape and inspire growth.

I am currently working as a Lead Software Engineer at @GoJek. I previously worked with N26 GmbH, Berlin, Germany and ThoughtWorks, Pune, India. Following topics that I am interested in –

Areas of Expertise:

  • Backend Systems Design and Implementation
  • Microservices Architecture
  • Java, Kotlin, GoLang, Spring Framework
  • Postgres, Redis, Kafka, Cassandra, AWS, Kubernetes, Docker
  • Distributed Systems
  • System Design & Scaling
  • Data Structures and Algorithms
  • Engineering Team Management
  • Technical Leadership
  • Payments Domain Expertise (Europe/India/South East Asia)

Currently, I hold the position of Software Engineering Manager & TL at @Gojek, where I wear dual hats and actively contribute to both managerial and technical leadership roles. I take pride in nurturing talent, fostering a culture of continuous learning, and empowering individuals to reach their full potential. I excel in strategic planning, resource allocation, and driving agile methodologies, ensuring seamless collaboration and efficient project delivery. I have a strong track record of delivering successful projects while balancing technical excellence and business objectives.

Managing distributed teams is one of my core strengths. I have hands-on experience in effectively coordinating and aligning teams across different time zones and geographical locations. Through clear communication, well-defined processes, and fostering a sense of unity, I have successfully overcome the challenges of remote collaboration, driving seamless project execution and achieving remarkable outcomes.

Twitter Follow GitHub followers

Pinned

  1. 1build 1build Public

    Frictionless way of managing project-specific commands

    Go 223 30

  2. postgres-primer postgres-primer Public

    Learn about postgressql and postgres internals. Prep for the interview.

    8 1

  3. junit5 junit5 Public

    Forked from junit-team/junit5

    The next generation of JUnit.

    Java

  4. Pact-JVM-Implementation Pact-JVM-Implementation Public

    Contract testing using pact - jvm implementation

    Java 6

  5. Start docker on mac if already not r... Start docker on mac if already not running
    1
    #!/bin/bash
    2
    
                  
    3
    function run_docker_on_mac_if_not_running() {
    4
        echo "docker starting"
    5
        if (! docker stats --no-stream ); then
  6. java-design-patterns java-design-patterns Public

    Forked from iluwatar/java-design-patterns

    Design patterns implemented in Java

    Java 2