/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rakyll.org
| | blog.nobugware.com
2.0 parsecs away

Travel
| | How to load balance gRPC servers with Envoy or Nghttp2
| | chrisfrew.in
2.9 parsecs away

Travel
| | From Frontend to Backend: Using gRPC (Bonus: How to Use gRPC with React Hooks!)
| | mfbmina.dev
2.7 parsecs away

Travel
| | The first time I heard about RPC, I was in a distributed systems class while completing my bachelor's in computer science. I like it but didn't fully understand why I should use it instead of REST. Time passed, and I started working at a company where the legacy services use SOAP. I remember thinking: "hm, that's cool! It is like RPC but using XML instead! Years later, I heard for the first time about gRPC, but I've never fully understood it until now!
| | divan.dev
16.4 parsecs away

Travel
| [AI summary] The author explains how understanding Go's internal data structure representations and memory management can help developers avoid common language gotchas like slice sharing and interface nil confusion.