Projects

Most of my work lives on GitHub — 97 public repositories covering backend APIs, DevOps tooling, and full-stack apps. A few highlights:

Open Banking System (2022 – present)

A cloud-native Open Banking sandbox built on AWS and Oracle Cloud. Microservices architecture with Docker, Kubernetes, and Helm. Full CI/CD via Jenkins and SonarQube. Monitoring with Prometheus and Grafana at 99.9% uptime.

Point of Sale (POS) System (2021 – 2022)

Full-stack POS with a Laravel backend, Vue.js front-end, MySQL, Redis, and MongoDB. Deployed on Kubernetes with repeatable Helm releases. Optimized transaction processing time by 35% through database indexing and caching.

Hessab Accounting API (2022)

Extended an accounting system API using Django REST Framework — invoicing and reporting endpoints, ReactJS UI components, automated tests with 90% coverage, and Docker deployment.

accounts

A Django app handling authentication: login, signup, logout, and user profile management.

ecommerce-with-django2

An e-commerce platform built with Django 2, covering the full stack of a shopping experience.