Projects
A few things I've built recently - products, APIs, and tools that solve real problems.
9 projects
Real client work for Adjaster UZ, an insurance-adjustment company: their official website plus the backend and Telegram bots behind the Evroprotokol (on-the-spot accident report) service. This one is live and used by the company.
A Django CRM with an analytics dashboard for managing customer relationships - lead tracking, sales monitoring, and workflow. A learning project: it runs locally and is on GitHub, but it's a demo I built to explore CRM patterns, not a deployed service.
Backend work on EduOn, an online learning platform in Uzbekistan - course and lesson structure, enrollments, and progress tracking, with a media pipeline for video. I worked on the server side; the platform itself is a large product with a full team behind it.
A multi-tenant e-commerce backend in Django REST Framework: each vendor gets their own shop on a subdomain with SSL and its own API docs. Auth, catalog, and orders, with Celery and Redis for background work. Built as a deep dive into DRF and multi-tenancy - it runs and has pytest coverage, but isn't hosted as a live service.
A multi-branch online shop built with Django - each branch keeps its own inventory and pricing, and the catalog is scoped to Uzbek regions and districts. A demo / learning project exploring how a retailer with several physical branches maps onto one backend.