
20/20ph Operations Suite
Three internal platforms replacing manual operations for a US construction company.
The problem
A US construction company ran warehouse, field routing and client management on manual processes.
Three separate jobs, one shared problem: no system of record and no remote access.
What I built
- 01
Warehouse Management System: Laravel with SQL Server and a Blade frontend, deployed on Azure with a CI/CD pipeline. Data entry and management with PDF and Excel reporting. I designed the ERD and the system architecture.
- 02
Plumbing Router: employee job assignment management, led from design through deployment. I created the ERD and database structure, built the Blade UI and wired REST APIs between frontend and backend.
- 03
CRM: client relationship management for the same operation.
Architecture
Laravel against SQL Server across the suite, Blade on the front, REST between the layers.
Azure hosting with a CI/CD pipeline, so releases are routine and not events. Each tool stands alone, but the suite shares conventions: same stack, same patterns, same review.
Outcome
Connected web tools for warehouse, field routing and client management, with remote access replacing manual ops.