Kimax Digital
Real-time mining & fleet telemetry platform
- Problem
- Mining operators needed a single pane of glass over 1,000+ vehicles streaming live GPS, payload, and state data — with geofence logic and alerting — at frame rates the UI could actually render.
- System design
- Event-driven ingest (MQTT → Kafka) fans telemetry into Postgres and Redis. A SvelteKit BFF exposes a typed tRPC surface; the operator UI uses MapLibre GL with clustering and binary-encoded position streams so sustained high-frequency updates don't dirty the main thread.
- My contribution
- Architected and shipped the entire frontend, the live map, and the end-to-end typed data layer. Introduced the RFC process and mentored senior and mid-level engineers through design reviews.
- Outcome
- A real-time operator UI that holds frame rate under load, plus a visibility feature I drove from telemetry analysis to production.