Explore >> Select a destination


You are here

ekhabarov.com
| | grpc.io
4.7 parsecs away

Travel
| | Welcome to this guest blog entry from our friends at Postman! In the rapidly evolving landscape of web development, efficiency and ...
| | jbrandhorst.com
4.6 parsecs away

Travel
| | How to best handle errors in Go is a divisive issue, leading to opinion pieces by illustrious bloggers such as Dave Cheney, the commander himself Rob Pike as well as the official Go blog. I'm not going to tackle those opinions here, instead I'm going to talk about best practices for errors when using gRPC and Go. The gRPC Status package The Go gRPC implementation has a status package which exposes a nice simple interface for creating rich gRPC errors.
| | ilya-sher.org
1.2 parsecs away

Travel
| | Showing a setup of gRPC service which is also exposed as a REST API. It's a setup that happens to work for us. No alternatives will be discussed in this post. This is a concise blog post. Architecture ALB with HTTPS listener (trivially configured, out of scope of this post) ECS running a task with...
| | devtails.xyz
17.2 parsecs away

Travel
| I've attempted to reduce this all down to the simplest implementation possible to help understand how RSCs work