CediRates.
A real-time financial data platform with live FX rates and fuel prices across Ghana, built out of Accra by a small team and engineered to stay accurate and fast as traffic grows.

Existing sources of FX and pump prices were slow, scattered, and frequently stale. The system needed to pull from unreliable upstream feeds and still serve fresh, consistent data at low latency.
A Next.js + Node service backed by Postgres and Redis, a v2 rewrite off an earlier document-store model when the access patterns outgrew it. The read path is tuned for latency, and the ingestion pipeline is built around retries and stale-while-revalidate so upstream flakiness never reaches the user. Instrumentation is first-class so regressions show up before they reach users.