Python Backend Development

I write the code that
runs the warehouse
after everyone goes home.

10+ years engineering and deploying production-grade Django applications and full-stack system integrations — from internal business platforms to IoT data pipelines feeding live dashboards.

↗ GitHub Profile
build_status.log BUILD PASSING
Stack
Python · Django
Databases
PostgreSQL · MySQL
Integrations
ESP32 · Raspberry Pi
Repos
5
models.py — warehouse_labelling/
class IncomingItem(models.Model):
    # barcode-driven warehouse receiving, built to replace manual entry
    sku          = models.CharField(max_length=64, unique=True)
    barcode      = models.CharField(max_length=128, db_index=True)
    received_at  = models.DateTimeField(auto_now_add=True)
    location     = models.ForeignKey("WarehouseZone", on_delete=models.PROTECT)

    def generate_label(self):
        # renders a scannable label for immediate shelf placement
        return barcode.generate(self.barcode, writer=ImageWriter())
01

Django applications, shipped

Warehouse Labelling System

Web-based barcode generation and labelling application that replaced manual data entry for incoming warehouse receiving.

PythonDjangoBarcode

OPEX Prepaid Utility Platform

Application to track and manage prepaid utility expenses — usage data models, automated reporting, and budget visibility for operations.

PythonDjangoReporting

Enterprise Intranet Portal

Company-wide intranet for internal communications, room booking, and workflow support, built from requirements through deployment.

PythonDjangoInternal Tools

Information Board System

Web-based information board rendered live on Raspberry Pi display devices across office locations.

DjangoRaspberry Pi
02

Full-stack IoT integrations

Server Room Monitoring Pipeline

ESP32 sensors feeding a Python-driven data pipeline — temperature, humidity, fire, and motion detection — visualized on a live dashboard.

ESP32PythonBlynk

Network Monitoring Display

PRTG-based monitoring with automated data collection rendered on a Raspberry Pi display for real-time NOC visibility.

Raspberry PiPRTGAutomation
03

Certifications & stack depth

Google AI Professional Certification
Generative AI: Prompt Engineering Basics
Google Cloud Fundamentals: Core Infrastructure
AWS Certified Cloud Practitioner
Alibaba Cloud Associate