Own project · 2026 · Active
grpcx
- Who it’s for
- Backend teams standing up new gRPC and REST services.
- What was in the way
- Every new service re-implemented the same plumbing — server lifecycle, structured errors, i18n, auth, observability — slightly differently, so how reliable a service was depended on who happened to write it.
- What I did
- Built and maintain an open-source Go framework that wires those concerns in once and exposes them the same way across gRPC and REST.
- What became possible
- A team can start a service with the reliability primitives already in place, instead of bolting them on after the first production incident.