← Expertise
Real-time, chat & live-location development
Real-time is a thread that runs through most of what I build — chat, presence, dispatch, live location. I use SignalR across the stack, with the reconnection and delivery-state details that make it feel reliable.
What I build
01In-app chat — presence, delivery, read state
02Live location for delivery and booking
03Real-time dispatch and assignment
04Scaling SignalR — groups, backplane, reconnection
Selected work
Shipped, in production.
Common questions
Why SignalR over a third-party chat SDK?
When chat is core and tied to your own domain (orders, jobs, bookings), owning it on SignalR keeps it integrated and avoids per-message vendor costs. For simple cases an SDK is fine — I'll tell you which fits.
