Skip to content
View mannan-python-developer's full-sized avatar

Block or report mannan-python-developer

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

Hi 👋 I'm Abdul Mannan

Python Backend Engineer • FastAPI Developer • Cloud & DevOps Enthusiast

Building scalable backend systems, cloud-native infrastructure, and production-ready APIs.

Typing SVG


💻 About Me

class AbdulMannan:

    name = "Abdul Mannan"

    role = "Python Backend Engineer"

    location = "Pakistan 🇵🇰"

    languages = [
        "Python",
        "SQL"
    ]

    backend = [
        "FastAPI",
        "Django",
        "SQLAlchemy",
        "Alembic",
        "REST API",
        "WebSockets"
    ]

    databases = [
        "PostgreSQL",
        "MySQL",
        "SQLite",
        "Redis"
    ]

    devops = [
        "Docker",
        "Kubernetes",
        "Helm",
        "NGINX",
        "HAProxy",
        "Prometheus",
        "Grafana",
        "Longhorn",
        "MinIO"
    ]

    messaging = [
        "RabbitMQ",
        "Celery",
        "Celery Beat"
    ]

    currently_building = "GrabNGo"

    motto = "Build reliable software that scales."

🚀 Current Focus

  • 🔥 Building GrabNGo
  • ☸️ Kubernetes Infrastructure
  • ⚡ High Performance FastAPI APIs
  • 🐳 Docker & Cloud Native Applications
  • 📈 Monitoring with Prometheus & Grafana
  • 🚀 Production DevOps

🛠 Tech Stack

Languages

Backend

Database

DevOps

AI / ML


🚀 Featured Project

GrabNGo

Production-Ready Cloud-Native Backend Platform

A scalable backend platform built with modern Python technologies and deployed on Kubernetes using production-grade DevOps practices.

✨ Highlights

  • High-performance REST APIs with FastAPI
  • Asynchronous architecture using SQLAlchemy
  • Background task processing with Celery & RabbitMQ
  • PostgreSQL with Alembic database migrations
  • Object storage powered by MinIO
  • Containerized using Docker
  • Kubernetes (K3s) production deployment
  • Automated deployments with Helm
  • High-availability ingress using HAProxy & NGINX
  • Monitoring with Prometheus & Grafana
  • Persistent storage using Longhorn
  • Multi-environment infrastructure (Development, QA & Production)

🏗️ Backend Stack

Python
FastAPI
SQLAlchemy (Async)
Alembic
PostgreSQL
Redis
Celery
RabbitMQ
MinIO

☁️ DevOps & Infrastructure

Docker
Kubernetes (K3s)
Helm
HAProxy
NGINX Ingress
Prometheus
Grafana
Longhorn
GitHub Actions
Linux

📊 GitHub Analytics


🔥 GitHub Streak


📈 Contribution Graph


🏆 GitHub Trophies


⚡ Development Activity


📅 Productivity


🌐 Connect With Me


☕ Fun Facts

⚡ I enjoy solving backend architecture challenges.

🚀 I love building cloud-native applications.

🐳 Docker + Kubernetes is my happy place.

📚 Always learning new technologies.

💡 Clean architecture > quick hacks.

🐍 Contributions

Enable this with the Platane/snk GitHub Action after creating your profile repository.


⭐ If you like my projects, don't forget to star them!

Pinned Loading

  1. Brain-Tumor-Classification-using-MRI-Images Brain-Tumor-Classification-using-MRI-Images Public

    This project focuses on classifying brain tumor images using deep learning techniques. It utilizes MRI images to accurately classify tumors into different categories: glioma tumor, meningioma tumor…

    Jupyter Notebook

  2. Cotton-Disease-Classification-using-InceptionV3 Cotton-Disease-Classification-using-InceptionV3 Public

    This project aims to classify images of cotton plants into different disease categories using transfer learning with the InceptionV3 architecture.

    Jupyter Notebook

  3. Dogs-vs-Cats-Image-Classification Dogs-vs-Cats-Image-Classification Public

    This project focuses on classifying images of dogs and cats using convolutional neural networks (CNNs). The goal is to develop a model that can accurately distinguish between images of dogs and cats.

    Jupyter Notebook

  4. Laptop-Price-Prediction-Model-Deployment Laptop-Price-Prediction-Model-Deployment Public

    This project involves the deployment of a machine learning model for predicting laptop prices through a web application built with Flask.

    HTML

  5. Jarvis-AI-Assistant Jarvis-AI-Assistant Public

    Jarvis is a voice-controlled AI assistant implemented in Python. It leverages various libraries and APIs to understand voice commands, process natural language, and perform tasks such as web search…

    Python 1

  6. Django-E-Commerce-Website Django-E-Commerce-Website Public

    This project is a fully upgraded E-Commerce platform developed using Django.