Projects
2024

EduOn

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.

Year
2024
Focus
Backend

Overview

The backend models the usual e-learning shape - instructors publish courses broken into lessons, students enroll and their progress is tracked - with video handled through a dedicated pipeline kept off the request path. My contribution was on the backend / API side rather than the whole platform.

Highlights

Course structure

Courses, lessons, enrollments, and per-student progress tracking.

Media pipeline

Video processing kept off the request path for responsiveness.

Honest scope

Backend contributions to a larger platform, not a solo build.

Stack

DjangoDjango RESTPostgreSQLRedisDocker