All work — Systems — 2026
StreamLane
A Go API service for planning and prioritisation, built for concurrency and predictable latency.
Runs natively — not a browser app
Ask me about this
The problem
Planning endpoints get slow the moment the workload grows.
How I approached it
Go's concurrency model used deliberately — bounded workers over the ranking pass — so latency stays flat as input size climbs.
The outcome
Predictable response times under load.

Next project