elmehdi@trpsky:~$ls -la ./content/work_specs
featured projects
Deep-dives into systems architecture, logic isolation, and resource optimization metrics. Each item represents a production-grade backend module or architecture.
// production-case-studies
Actitrack
Jan 2025 - April 2025
System Metrics
"Architecture":API Gateway (Laravel) + Real-Time (Go)
"Domain":Live Fleet & Personnel Tracking
"Tech":Laravel, Go, WebSockets
Aircub
Oct 2023 - May 2024
System Metrics
"Scope":End-to-End Backend & Admin
"Role":Core Backend Developer
"Tech":Laravel, MySQL, REST API
Canbridge CA
July 2025 - May 2026
System Metrics
"Scale":5,000+ Active Clients
"Integration":Flight API & Firebase (FCM)
"Tech":Laravel (PHP), REST API, MySQL
Kera
Feb 2026 - Present
System Metrics
"Architecture":Core API (Laravel) + IoT Hub (Go)
"Isolation":Single-DB Logical Tenancy
"Tech":Laravel, Go, PostgreSQL, Redis
Linked Farm
2024
System Metrics
"Domain":Bio Farm Hub Management
"Scope":Multi-Tenant Marketplace Backend
"Tech":Laravel (PHP), MySQL
Motorush
Jan 2025 - Aug 2025
System Metrics
"Indexing":Uber H3 Spatial Grid
"Concurrency":Node.js Real-Time State
"Tech":Laravel, Node.js, Redis
// logic-flow-visualizations
// logic-flow-visualizations
Interactive logical flow representations of backend workflows.
┌──────────────────────────────────────────────────────────┐
│ Agency Management Portal │
│ (Invoices, Fleet, Taxes, Infractions, Users) │
└───────────────────────────┬──────────────────────────────┘
│ (Tenant-Scoped JWT)
▼
┌──────────────────────────────────────────────────────────┐
│ Laravel (PHP) API / Tenant Gateway │
├──────────────────────────────────────────────────────────┤
│- Extract TenantID & apply context propagation │
│- Enforce strict cross-tenant data isolation │
│- Queue background jobs (Emails, Invoices, PDFs) │
└─────────────────┬───────────────────────┬────────────────┘
│ (Relational Data) │ (Live Fleet Telemetry)
▼ ▼
┌───────────────────────┐ ┌───────────────────────────────┐
│ PostgreSQL Database │ │ Go Location Hub (In-Progress) │
├───────────────────────┤ ├───────────────────────────────┤
│- Row-Level Security │ │- IoT / SIM GPS Ingest │
│- Logical Isolation │ │- Redis Pub/Sub Streams │
└───────────────────────┘ └───────────────────────────────┘