Skip to content
View stohirov's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report stohirov

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

๐Ÿ‘‹ Hey there, I'm Sukhrob Tokhirov

Typing SVG

LinkedIn Email GitHub


๐Ÿš€ About Me

public class SukhrobTokhirov {
    
    private String currentRole = "Software Engineer @ ELEC Romania";
    private String location = "Tashkent, Uzbekistan ๐Ÿ‡บ๐Ÿ‡ฟ";
    private int yearsOfExperience = 3;
    
    private String[] specialization = {
        "Distributed Systems",
        "Microservices Architecture", 
        "Cloud Computing",
        "High-Performance Databases"
    };
    
    private String currentProject = "Taxi App (Like Uber & Yandex Go)";
    
    public void dailyRoutine() {
        while (alive) {
            code();
            optimize();
            learn();
            repeat();
        }
    }
}

๐ŸŽฏ Passionate about building scalable, high-performance distributed systems
๐Ÿ’ก Handling billions of records with Oracle, Cassandra & ClickHouse
๐ŸŒฑ Currently working on taxi app orchestration and microservices deployment
โšก Fun fact: I enjoy Volleyball, Skiing, Table Tennis, and Vlogging!


๐Ÿ’ผ Professional Experience

๐Ÿ”ท Software Engineer @ ELEC Romania (June 2024 - Present)
  • ๐Ÿ” Implemented permission-based authentication with Keycloak realms
  • ๐Ÿš€ Deployed 10+ microservices using GitHub Actions + AWS EKS
  • ๐Ÿงช Achieved 90%+ test coverage with JUnit, Mockito & integration tests
  • ๐ŸŽฏ Built order orchestration system for Taxi App
  • ๐Ÿ“š Engineered shared security & logging libraries with Kafka
  • โ˜๏ธ AWS infrastructure setup (EKS, EC2, RDS) using Terraform
๐Ÿ”ท Backend Engineer @ Kommo (Sep 2023 - Jun 2024)
  • ๐ŸŒ Configured Nginx for CRM system integrations
  • โ˜๏ธ Integrated Google Cloud for voice call data storage
  • ๐Ÿ“ฑ Led WhatsApp Cloud API team for new features
  • ๐Ÿ’ณ Integrated billing service with Stripe API
  • ๐Ÿ” Conducted code reviews & system architecture optimization
๐Ÿ”ท Java Backend Developer @ ECMA (Dec 2022 - Sep 2024)
  • ๐ŸŽ“ Developed LMS systems for private universities
  • ๐Ÿ”— Engineered CRM integrations (AmoCRM, Bitrix24)
  • ๐Ÿ—„๏ธ Managed database migrations with Liquibase
  • ๐Ÿ’พ Built distributed system handling billions of records (Oracle + ClickHouse)
  • โšก Implemented Redis caching for performance optimization

๐Ÿ› ๏ธ Tech Stack & Tools

Languages & Frameworks

Java Spring Spring Boot JavaScript Python PHP

Databases

PostgreSQL Oracle MongoDB Redis MySQL Cassandra

DevOps & Cloud

Docker Kubernetes AWS Terraform GitHub Actions GitLab CI/CD Jenkins Nginx

Message Brokers & Tools

Kafka RabbitMQ Git Postman


๐Ÿ“Š GitHub Statistics

GitHub Streak

GitHub Activity Graph


๐ŸŽฏ Key Achievements

Microservices Deployment: 10+ services on AWS EKS with CI/CD automation
Test Coverage: 90%+ with comprehensive unit and integration tests
Data Processing: Handling billions of records with Oracle & ClickHouse
High Availability: Designed distributed systems with fault tolerance
Performance: Optimized systems using Redis caching & query optimization
Team Leadership: Led WhatsApp Cloud API team and conducted code reviews

๐Ÿ“š Education & Certifications

๐ŸŽ“ Bachelor of Computer Science - PDP University (Feb 2023 - Present)
๐Ÿ’ป Java Backend Development - PDP Academy (Nov 2021 - Aug 2022)

  • Spring Boot, Microservices, SQL & NoSQL databases
  • REST APIs, CI/CD pipelines, Docker, Kafka
  • Distributed Systems architecture

๐ŸŒŸ Core Competencies

๐Ÿ—๏ธ Architecture ๐Ÿ”ง Development โ˜๏ธ Cloud & DevOps
Microservices Spring Boot Ecosystem AWS (EKS, EC2, RDS, S3)
Distributed Systems REST API Design Docker & Kubernetes
System Design Database Optimization CI/CD Pipelines
Event-Driven Architecture Test-Driven Development Infrastructure as Code

๐ŸŽฎ When I'm Not Coding

  • ๐Ÿ Playing Volleyball
  • โ›ท๏ธ Skiing adventures
  • ๐Ÿ“ Table Tennis matches
  • ๐Ÿ“น Creating vlogs and content

๐Ÿ“ซ Let's Connect!

LinkedIn Email GitHub


๐Ÿ’ฌ "Building scalable systems, one microservice at a time"

Profile Views


โญ From stohirov - Feel free to star my repos if you find them useful!

Pinned Loading

  1. keycloak keycloak Public

    Forked from keycloak/keycloak

    Open Source Identity and Access Management For Modern Applications and Services

    Java

  2. spring-boot spring-boot Public

    Forked from spring-projects/spring-boot

    Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.

    Java