Building the backend infrastructure for a multi-tenant fleet operations platform from zero to production. Core focus: real-time data pipelines, geospatial systems, and AI-powered automation for logistics.
As one of two engineers on the team, I architected and built the core backend infrastructure for a fleet operations platform now used daily by 15+ transportation companies managing 500+ vehicles.
Core technical work:
• Designed fault-tolerant ingestion pipelines processing 600K+ GPS datapoints/day via AWS Kinesis
• Built event-driven messaging architecture using Redis Streams/Pub/Sub with async Python workers
• Integrated OSRM routing engine with PostGIS for real-time geofencing and sub-200ms queries across millions of location records
• Developed OpenAI-powered WhatsApp automation that reduced manual dispatch overhead ~50%
• Created OLAP pipelines with ML feedback loop — capturing human corrections of AI-predicted statuses as labeled training data
• Built React/Next.js dashboard with WebSocket-driven live tracking
Stack: Python, FastAPI, PostgreSQL, PostGIS, Redis, AWS (Kinesis, Lambda, S3, ECS), React, Next.js, OpenAI API