Last active
December 13, 2025 23:12
-
-
Save baudii/cd21e9b7cbda7dd86b6671e21e1e22a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Baudi Kurbanov", | |
| "label": "Software Engineer", | |
| "email": "[email protected]", | |
| "phone": "+79263155555", | |
| "summary": "Software engineer with 3 years of experience designing, building, and optimizing applications. I write clean code, solve complex problems, and adapt quickly. I love learning new things, and I’m especially into math, DSA, and system design. Looking for a team with strong engineering standards, open communication, transparent leveling, and a healthy feedback culture.", | |
| "location": { | |
| "city": "Moscow", | |
| "countryCode": "Russia" | |
| }, | |
| "profiles": [ | |
| { | |
| "network": "GitHub", | |
| "username": "baudii", | |
| "url": "https://github.com/baudii" | |
| }, | |
| { | |
| "network": "LeetCode", | |
| "username": "kkhav", | |
| "url": "https://leetcode.com/u/khavv/" | |
| }, | |
| { | |
| "network": "LinkedIn", | |
| "username": "baudii", | |
| "url": "https://www.linkedin.com/in/baudii" | |
| }, | |
| { | |
| "network": "Telegram", | |
| "username": "badik_1", | |
| "url": "https://t.me/badik_1" | |
| } | |
| ] | |
| }, | |
| "skills": [ | |
| { | |
| "name": "Main", | |
| "keywords": [ | |
| "C#/.NET", | |
| "ASP.NET Core", | |
| "EF Core", | |
| "PostgreSQL", | |
| "MSSQL", | |
| "REST API", | |
| "Git", | |
| "Docker" | |
| ] | |
| }, | |
| { | |
| "name": "More", | |
| "keywords": [ | |
| "Go", | |
| "Python", | |
| "C++", | |
| "Assembly (x64, x86)", | |
| "Windows", | |
| "Linux", | |
| "GitHub Actions", | |
| "OpenAPI/Swagger", | |
| "Postman", | |
| "gRPC", | |
| "RabbitMQ", | |
| "Redis", | |
| "NLog", | |
| "Open Telemetry", | |
| "Clean Architecture", | |
| "DDD", | |
| "TDD", | |
| "Hangfire", | |
| "YARP", | |
| "xUnit", | |
| "NUnit", | |
| "CQRS", | |
| "Unity", | |
| "HTML", | |
| "CSS" | |
| ] | |
| } | |
| ], | |
| "work": [ | |
| { | |
| "name": "Gazprom-Media — Largest media holding in Russia (TV, streaming, radio, film & digital)", | |
| "position": "Middle Software Engineer", | |
| "url": "https://www.gazprom-media.com/", | |
| "startDate": "2025-02-28", | |
| "summary": "Developed on-air automation for nationwide TV channels: planning, moderation, ads, analytics", | |
| "highlights": [ | |
| "Developed 3 job queue microservices for long-running media processing in a 900+TB database by extracting them from monoliths' modules.", | |
| "Added an API Gateway to handle 15k compute-intensive jobs/day with reliabillity.", | |
| "Initiated the upgrade of a legacy GUI app to a multithreaded model, \nreducing p90 UI latency from 3–4s to ~100ms.", | |
| "Automated export and analysis of on-air logs with unreliable API and correction of “dirty” data, reducing engineers’ workload by 30 hours per month.", | |
| "Built REST API for CRUD on 250+ media servers with 10 different DBMS secured with RBAC, JWT, and audited admin endpoints." | |
| ] | |
| }, | |
| { | |
| "name": "YourCodereview — Startup specializing on job market solutions", | |
| "position": "Junior Software Engineer", | |
| "url": "https://yourcodereview.com/", | |
| "startDate": "2024-01-25", | |
| "endDate": "2025-02-10", | |
| "summary": "Built an MVP for an AI assistant web app (sofi-assistant.com).", | |
| "highlights": [ | |
| "Developed core backend modules of an AI-assistant: web scraper, dashboard, parsers.", | |
| "Boosted dashboard performance by 2x (JMeter) via caching, indexing, and aggregations.", | |
| "Improved payments: added idempotent webhook/transactions and correct status flows.", | |
| "Decoupled the core by moving AI logic into a separate microservice with REST API." | |
| ] | |
| }, | |
| { | |
| "position": "Freelance Developer", | |
| "startDate": "2023-02-01", | |
| "endDate": "2023-12-31", | |
| "summary": "Developed various web applications and services for clients across different industries." | |
| } | |
| ], | |
| "certificates": [ | |
| { | |
| "name": "Data Processing and Software Architecture .NET6 Edition", | |
| "date": "2024-12-31", | |
| "issuer": "EPAM" | |
| }, | |
| { | |
| "name": "Problem Solving (Intermediate)", | |
| "date": "2023-04-21", | |
| "url": "https://www.hackerrank.com/certificates/5a495c90d26f", | |
| "issuer": "HackerRank" | |
| } | |
| ], | |
| "languages": [ | |
| { | |
| "language": "English", | |
| "fluency": "C1 (Advanced)" | |
| }, | |
| { | |
| "language": "Russian", | |
| "fluency": "Native Speaker" | |
| } | |
| ], | |
| "education": [ | |
| { | |
| "institution": "Lomonosov Moscow State University", | |
| "area": "Economics", | |
| "studyType": "Bachelor", | |
| "startDate": "2013-01-01", | |
| "endDate": "2017-06-30" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment