Skip to main content
ABDALLAH // SYSTEMS LAB

› INITIALISING ABDALLAH SYSTEMS LAB...

PROJECT EVIDENCE DIRECTORY

Software & Systems Projects

Practical evidence of web development, system design, database modeling, and reusable architecture across Laravel and Django applications.

Lab Node Asset Required
1200 x 675 px (WebP)

Screenshot cover for Inventory Management System

/images/projects/inventory/inventory-cover.webp

SYSTEM STATUS: AWAITING ASSETRecord: CONTENT_TODO.md
Systems Architecture Inventory & Stock-Control Application

Inventory Management System

A generalised stock-control application created by adapting and extending the modular Django architecture of the Spare Parts system.

Key Architectural Focus:
  • Architectural Adaptation & Pattern Reuse from Spare Parts Engine
  • Atomic Stock Transaction Logging (Stock-In / Stock-Out)
  • Generalized SKU & Flexible Attribute Schema
Python Django Tailwind CSS HTML JavaScript
View Full Case Study Verified Evidence
Screenshot cover for Laundry Online Management System — LOMS
Software Engineering Full-Stack Web Application

Laundry Online Management System — LOMS

LOMS is a web-based laundry management system designed for Iimaan Dry Cleaner that digitises operations by connecting customers, staff, admins, and delivery agents.

Key Architectural Focus:
  • Multi-Role Authorization Guard (Admin, Staff, Driver, Client)
  • Relational ERD for dynamic garment pricing & lifecycle tracking
  • Modular Laravel Controller Architecture with strict validation middleware
Laravel PHP MySQL Blade Bootstrap HTML CSS JavaScript
View Full Case Study Verified Evidence
Lab Node Asset Required
1200 x 675 px (WebP)

Screenshot cover for Spare Parts Management System

/images/projects/spare-parts/spare-parts-cover.webp

SYSTEM STATUS: AWAITING ASSETRecord: CONTENT_TODO.md
Web Development Full-Stack Web Application

Spare Parts Management System

A structured web application designed to organize spare-parts information, manage stock levels, and provide rapid search capabilities.

Key Architectural Focus:
  • Django MVT (Model-View-Template) Architectural Pattern
  • Tailwind CSS responsive component layout
  • Parametric searching and ORM queryset optimization
Python Django Tailwind CSS HTML JavaScript
View Full Case Study Verified Evidence
🔄 SOFTWARE ENGINEERING NOTE: ARCHITECTURAL REUSE

Architecture Reuse as a Conscious Software Engineering Practice

The Inventory Management System was built by adapting and extending the modular architecture of the Spare Parts Management System. Adapting proven data structures and views accelerates development velocity while guaranteeing security and ORM consistency across enterprise applications.