← Back to blog

2022

3 posts

Designing an External API Platform

This article explains the design of NearMe's external API platform for ridesharing services, including tenant setup, authentication, webhooks, and the relay service between internal and external APIs.

Building CI with Argo

In this article, I will explain NearMe's CI architecture. We implemented CI using Argo running on Kubernetes.

Order Processing for Ride-Sharing Dispatch

In our service, we accumulate advance reservations and, each time a new order arrives, compute the best ride-sharing combination so dispatch decisions can be made incrementally. This article looks at the kinds of patterns that emerge in this process.