S.
Home
AboutProjectsBlogLabGalleryContact
HomeProjectsBlogContact

© 2026 Shohjahon Rajabov. All rights reserved.

Projects
Featured2024

E-Commerce Backend

The interesting part is multi-tenancy: one codebase serves many shops, each isolated on its own subdomain with separate API documentation. Celery and Redis handle work that shouldn't block a request, and the project leans on pytest so the tenant isolation and order flows are actually verified rather than assumed.

Highlights

Multi-tenant shops

One backend serves many vendors, each isolated on its own subdomain with its own API docs.

Background work

Celery + Redis move slow work off the request path.

Tested

pytest coverage over tenant isolation and the order flow.

Stack

Django RESTDjangoPostgreSQLRedisCelery
View Code