HTTP-gRPC Status Codes guidelines
Mar 08, 2020
As we keep building more and more services everyday, using a standard response definition becomes more and more important. This doc tries to define standard HTTP/gRPC status codes to be used in the services.
Use the HTTP code for HTTP/1.1 service and gRPC for gRPC services.
Success HTTP: 200 / gRPC: OK This is the easiest and sometimes most controversial, all success cases should return HTTP: 200 / gRPC: OK.
...
➦
Kubernetes at Carousell
Mar 17, 2018
This is the presentation I did in March 2018 about kubernetes at Carousell.
Scaling Infrastructure at Carousell
Jan 20, 2017
This is the presentation we did in Jan 2017 about the architecture at Carousell.