Created
March 1, 2025 16:08
-
-
Save mmkhitaryan/cc3722e080845e01bd695d82d588fd89 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Marat Mkhitaryan", | |
"label": "Python Backend Developer", | |
"location": "Astana, Kazakhstan", | |
"email": "[email protected]", | |
"phone": "77082113945", | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"url": "www.linkedin.com/in/marat-mkhitaryan" | |
}, | |
{ | |
"network": "GitHub", | |
"url": "github.com/mmkhitaryan" | |
} | |
], | |
"summary": "Python developer with 5 years of commercial experience, working in teams ranging from 2 to 40 members, both remotely and on-site. Built the full development cycle: from gathering product owner requirements to establishing a fully automated release process with high test coverage, detailed analytics, and CI/CD. Expert in Web security, Scraping, and Data engineering.\n\nPassionate about information security and automation. Always stay up-to-date with these topics. My hobby is building pet projects (which you can check on my GitHub), and publishing articles on my blog." | |
}, | |
"work": [ | |
{ | |
"name": "Aldente AI", | |
"position": "Python Backend Engineer", | |
"startDate": "2024-06", | |
"endDate": null, | |
"location": "Astana, Kazakhstan", | |
"highlights": [ | |
"Architected the backend from the ground up using Django+DRF with FastAPI, with AI embedding processing for real-time analytics.", | |
"Developed internal network infrastructure for IP camera RTSP stream pulling and integrated mediaserver for streaming to AI processing & frontend WebRTC.", | |
"Implemented batch processing for heavy analytical workloads and ETL pipelines for statistical aggregations.", | |
"Managed DevOps operations in the cloud environment (IAM, VM, load balancers, internal networks, site-to-site VPN).", | |
"Worked in an agile environment with weekly sprints." | |
] | |
}, | |
{ | |
"name": "TargetAI Limited", | |
"position": "Python Auto QA", | |
"startDate": "2024-01", | |
"endDate": "2024-06", | |
"location": "Kazakhstan", | |
"highlights": [ | |
"Designed test cases using test design techniques.", | |
"Developed and optimized test cases (GitLab, Jira, Confluence, Pytest + Requests).", | |
"Refactored the client library for API testing.", | |
"Debugged flaky test cases and researched root causes.", | |
"Created test cases for microservice integrations using Kafka." | |
] | |
}, | |
{ | |
"name": "Freelance", | |
"position": "Python Developer", | |
"startDate": "2020-09", | |
"endDate": "2024-05", | |
"highlights": [ | |
"Developed Telegram bots, parsers, and web apps for automated data scraping (aiogram, TortoiseORM, Django, DRF, Docker).", | |
"Bypassed anti-bot detections (undetected-chromium, TLS fingerprint bypass, obfuscated cookies).", | |
"Ensured reliability and maintainability of solutions.", | |
"Participated in the entire SDLC (requirements, architecture, coding)." | |
], | |
"technologies": "Python, Docker, Linux, PostgreSQL, RabbitMQ, Redis, Django, Aiogram, FastAPI" | |
}, | |
{ | |
"name": "LocalAway", | |
"position": "Python Developer", | |
"startDate": "2023-11", | |
"endDate": "2024-04", | |
"highlights": [ | |
"Developed ETL pipeline for social media account scraping.", | |
"Built influencer and ad campaign matching system using embeddings.", | |
"Developed REST CRUD API for customized search queries.", | |
"Implemented CI/CD pipelines with SAST checks and autodocs." | |
] | |
}, | |
{ | |
"name": "Chocofamily Holding", | |
"position": "Full Stack Engineer", | |
"startDate": "2019-04", | |
"endDate": "2020-09", | |
"location": "Almaty, Kazakhstan", | |
"highlights": [ | |
"Created business landing page from Figma design (HTML + Bootstrap).", | |
"Integrated Vue.js into Laravel MPA for dynamic pages.", | |
"Improved loading speeds by 30% via Webpack optimizations." | |
] | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Top Skills", | |
"keywords": ["OpenTelemetry", "Information Security", "Python (Programming Language)"] | |
}, | |
{ | |
"name": "Technologies", | |
"keywords": [ | |
"Django", "FastAPI", "Docker", "PostgreSQL", "Redis", "RabbitMQ", | |
"Linux", "CI/CD", "ETL", "WebRTC", "Kafka", "SAST" | |
] | |
} | |
], | |
"certificates": [ | |
{ | |
"name": "SOC Level 1 Certified" | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native or Bilingual" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment