Featured
Cutting 200–400ms per request by putting Cloud Run behind a load balancer
Every API call minted a fresh identity token through a three-step OIDC exchange. Replacing it with an HTTPS load balancer and a serverless NEG removed the tokens, the latency, and the vendor coupling.
Read the write-up