user@neural-os:~$
cat resume.txt
Backend-focused AI Engineer with 1.5+ years of professional experience building
LLM-powered applications,
RAG pipelines, and
tool-calling agents.
Experienced in LoRA fine-tuning, document/OCR workflows, TTS integration, cloud/local LLM deployment, and FastAPI-based AI systems.
Ranked 1st in Software Engineering cohort at IT Park University.
/// PROFESSIONAL EXPERIENCE
12/2024 — 04/2026
AI Engineer & Backend Developer
Salen · Tashkent, Uzbekistan
- Developed backend services for Salen Academy — an AI-powered math tutoring platform with LLM-based reasoning, Wolfram Alpha tool integration, Manim-generated videos with multilingual TTS
- Built FastAPI services for AI workflows: RAG, tool-calling agents, and sandboxed code execution
- Worked on LoRA-based LLM fine-tuning for math reasoning and explanation tasks
- Improved document/OCR processing accuracy by 41% through model selection and hyperparameter tuning
- Reduced inference cost per request by 40% via on-demand GPU workers and Azure deployment optimization
- Improved CI/CD deployment speed by 19% through Docker-based packaging and Uvicorn worker configuration
/// EDUCATION
2024 — 2028
BSc. Software Engineering
IT Park University / EPAM Campus · Full Scholarship
- GPA: 4.9 / 5.0
- Focus: Backend Java Development, Databases, Operating Systems, Information Security
/// COURSES & CERTIFICATIONS
Hugging Face Transformers Course
Hugging Face
- Transformer models, fine-tuning LLMs, and NLP applications using Transformers, Datasets, and Accelerate libraries
Python 3 Deep Dive
Udemy — Dr. Fred Baptiste
- Python internals, memory management, functional programming, iterators, generators, advanced OOP
Python API Development
freeCodeCamp.org
- Production-ready REST APIs with FastAPI, Pydantic, PostgreSQL/SQLAlchemy, JWT auth, Alembic migrations, Docker, pytest