
MOVERS
Truck and driver booking platform on a Laravel backend, feeding native Kotlin and Swift apps.
The problem
A Saudi Arabia client needed a booking platform for trucks and drivers: customers request a vehicle, the system processes the request, both sides track the job.
The hard part was never the form. It was request processing that holds up under load and a backend that two native mobile apps could trust.
What I built
- 01
Led backend development in Laravel and MySQL: booking engine, request processing and reliable data handling.
- 02
Designed and implemented the backend infrastructure and system architecture.
- 03
Coordinated a two developer native mobile team: Kotlin on Android, Swift on iOS.
- 04
Integrated backend services with both apps for smooth functionality and real time updates.
Architecture
Laravel and MySQL at the core. One backend, one contract: REST endpoints serving both native apps so Android and iOS stay in step.
Real time updates flow from the same booking engine that owns the data, not from a side channel.
Outcome
A user friendly booking platform on a robust backend, with Android and iOS apps coordinated against a single source of truth.