Skip to content
View Akmal7780's full-sized avatar
  • Open to work
  • Jizzakh, Uzbekistan

Block or report Akmal7780

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Akmal7780/README.md

Hi there 👋 I'm Akmal Axrorov

Python Backend Developer — I build scalable, production-ready APIs with Django & Django REST Framework.

📍 Jizzakh, Uzbekistan · 💼 Open to work


🚀 About Me

I build backend systems that are meant to run in production, not just in runserver. My projects cover the full backend lifecycle: designing REST APIs, modeling relational data, moving heavy work into background workers, caching hot paths, streaming events, and shipping everything with Docker.

Recently I've been going deeper into real-time systems (WebSockets), event-driven architecture (Kafka), and performance tuning under load (connection pooling, load testing).


🛠 Tech Stack

Backend Python · Django · Django REST Framework · Django Channels

Database & Caching PostgreSQL · Redis · PgBouncer

Async & Messaging Celery · Kafka · WebSocket

Infrastructure Docker · Docker Compose · Nginx · MinIO (S3)

Auth & Docs JWT (SimpleJWT) · Google OAuth 2.0 · Swagger (drf-spectacular)

Testing & Tooling Locust · ClamAV · React (Vite) — enough frontend to test my own APIs


📦 Featured Projects

A complete, production-ready backend for an online store — catalog, cart, checkout, payments, delivery and reviews.

  • JWT authentication + Google OAuth login
  • Product catalog with categories, brands and search
  • Cart, wishlist, orders and delivery address management
  • Online payment integration (Payme / Click ready)
  • Product reviews & ratings
  • Celery background tasks (email notifications) + Redis caching
  • Swagger API docs, fully Dockerized

Stack: Django · DRF · PostgreSQL · Redis · Celery · Docker


A modern real-time messenger built on Django Channels with a React frontend.

  • WebSocket messaging with delivered / read receipts
  • Telegram-style replies, reactions, edit & delete
  • Typing indicators and online/offline presence
  • Group chats and message search
  • Chunked upload for large files, stored in MinIO (S3-compatible)
  • Async virus scanning of uploads via ClamAV + Celery
  • JWT + Google OAuth authentication

Stack: Django · Channels · DRF · PostgreSQL · Redis · Celery · MinIO · ClamAV · React (Vite) · Docker


A task management API built around performance and event-driven design.

  • Task CRUD, assignment, status updates and activity tracking
  • Real-time notifications through a Kafka consumer service
  • PgBouncer connection pooling for high-concurrency workloads
  • Redis caching layer
  • Load tested with Locust
  • Deployed behind Nginx with Docker Compose

Stack: Django · DRF · PostgreSQL · PgBouncer · Redis · Kafka · Nginx · Locust · Docker


🧠 What I've Worked With

  • Designing REST APIs from scratch and documenting them with Swagger
  • Relational data modeling and query optimization in PostgreSQL
  • Background job processing with Celery + Redis
  • Real-time communication with Django Channels and WebSockets
  • Event streaming and async consumers with Kafka
  • Object storage and file pipelines with MinIO
  • Containerization and multi-service orchestration with Docker Compose
  • Load testing and performance tuning (Locust, PgBouncer, caching)

📈 Currently Improving

  • Advanced Django patterns & clean architecture
  • System design fundamentals
  • Microservices and event-driven architecture
  • CI/CD pipelines and observability

📊 GitHub Stats

Akmal's GitHub stats Top languages


📫 Contact


Open to backend developer roles — feel free to reach out.

Pinned Loading

  1. ecommerce-backend-api ecommerce-backend-api Public

    Production-ready E-commerce Backend API built with Django REST Framework, PostgreSQL, Redis, Celery, and Docker.

    Python 5 2

  2. chat-app chat-app Public

    Real-time chat application built with Django, Channels, React, WebSocket, JWT & Google OAuth

    Python 1

  3. task-manager-backend task-manager-backend Public

    Scalable Django REST API for task management with Kafka, Redis, Docker, and performance optimization

    Python