Projects
Alseraag — E-commerce Store (Laravel)
Built the entire back end with a clean Service / Controller / Form Request architecture.
Implemented cart & checkout, order lifecycle, and payment-gateway integration.
Added Firebase notifications tied to purchase events; enforced business rules via helpers/enums.
SWC — Multi-Vendor App Backend & API (Laravel, Modular)
Designed modules inside the same project using nwidart/laravel-modules (Cart, Favorites, Orders, Vendors,
Subscriptions).
Delivered mobile-ready REST APIs (authentication, rate-limiting, localization).
Built merchant packages/subscriptions with clear lifecycle and permission controls.
Tix — Multi-Vendor Web Platform (Laravel)
Two dashboards (Admin/Vendor) for catalog, orders, settlements, and reports.
Integrated payments and Firebase notifications; Spatie permissions & translations.
Extensible domain services with requests/policies to onboard vendors at scale.
ONE PLUS — Wholesale Store (Laravel)
Wholesale flow with products, offers, favorites, and unified REST responses.
Cart implemented via Session-ID inside the execution for a fast, simple checkout path.
Consistent structure (Services/Requests/Helpers) and ready for future payment add-on.
Toles World — E-commerce Store (Laravel)
Lean sales flow: catalog → cart → checkout with clear domain boundaries. Business logic encapsulated in Services
+ Form Requests for testability and scale. Operational notifications on key order/payment events. art dev —
Company Portfolio (Laravel + Inertia React/TypeScript) Built a modern SPA using Inertia + React/TypeScript
(Vite). Developed a full Filament admin (resources, forms, tables, policies). Applied Service/Controller/Request
layering with multi-language UI.
art dev
Company Portfolio (Laravel + Inertia React/TypeScript)
Built a modern SPA using Inertia + React/TypeScript (Vite).
Developed a full Filament admin (resources, forms, tables, policies).
Applied Service/Controller/Request layering with multi-language UI.
Projects Summary
Clean layering: Service / Controller / Form Request; DTOs/helpers to codify business rules.
RESTful API design, token-based auth, pagination, rate-limiting, and standardized responses.
Validation & authorization (policies/gates), Spatie roles/permissions, i18n/translation.
Filament admin (resources, widgets, actions) with audit-friendly workflows.
Queues/jobs, caching, and environment-based configs prepared for scaling.