tech OSRM Table API: Free and open source distance matrix API Learn about the OSRM Table API, a free and open source alternative to the Google Maps Distance Matrix API.
tech OSRM Route API: Free directions API with turn by turn directions and polylines How to use the OSRM Route API to build a turn by turn navigation app.
tech Hosting the OSRM API on Amazon EC2: Running osrm-backend as a web service How to run the OSRM API as a web service on Amazon EC2.
tech Introduction to OSRM: Setting up osrm-backend using Docker What is OSRM (Open Source Routing Machine) and how to set up osrm-backend using Docker.
tech Visualizing taxi demand over time with Mapbox and React range slider rc slider How to visualize taxi demand over time using Mapbox and rc slider
tech Mapping taxi demand with Uber h3 js and react map gl How to build a taxi demand heat map using Uber h3 js and Mapbox react map gl.
tech Uber h3 js tutorial: How to draw hexagons on a map A gentle introduction to the Uber h3-js library with worked examples.
tech Styling a Shopify Draggable React component with CSS How to style our interactive gantt chart using CSS and custom SVG icons.
tech How to use Shopify Draggable with React Refactoring Shopify Draggable code for use in a React web application.
tech Using Shopify Draggable to build a drag and drop timeline A guide to building an interactive javascript drag and drop timeline with the Shopify Draggable library.
tech LogisticsOS: The best route optimization API for ETA accuracy with real-time traffic data Using the LogisticsOS API to add real-time traffic to your route optimization system.
tech Real-time traffic with the Mapbox Matrix API How to use the Mapbox Matrix API to add real-time traffic to your routing engine.
tech Add real time traffic to your route optimization system with Google Maps How to use the Google Maps API to improve the accuracy of your routes by adding real time traffic.
tech Using route optimization to build a ride share dispatch algorithm How to use a Route Optimization API to Build a Ride Share Dispatch System
tech Let's build a route optimization web service Coding up a route optimization web service with authentication, persistence and error handling.
tech Optimizing a route with the Google Maps Directions API How to generate an optimized route with Google Maps.
tech Creating a route with the Google Maps Directions API How to create a route between two points with Google Maps.
tech Build your own route optimization API with Google Maps How to use Google Maps to build your own route optimization API
tech Using Twilio to send ETA notifications to your customers A tutorial showing you how to build a backend that sends real time ETAs from your driver app.
tech Using the Google Maps API to get driver ETAs Learn how to send notifications to keep your customers informed of when their delivery will arrive.
tech Driver tracking with Google Maps A simple guide on building a delivery driver tracking app using Google Maps.
tech Building a live driver tracking backend using Google Firebase Real Time Database A tutorial on how to build scalable live driver tracking infrastructure with Google Firebase.
tech Driver live tracking on Swift with iOS geolocation A guide to adding Swift live tracking to your driver app using iOS geolocation features.