/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

ectobit.com
| | mfbmina.dev
1.9 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!
| | blog.bazel.build
1.8 parsecs away

Travel
| | [AI summary] This technical blog post details the implementation, usage, and benefits of Protocol Buffer rules within the Bazel build system for generating Java and C++ bindings.
| | ekhabarov.com
1.3 parsecs away

Travel
| | Building simplest gRPC service.
| | www.cppstories.com
24.4 parsecs away

Travel
| After I finished my last post about a performance timer, I got a comment suggesting other libraries - much more powerful than my simple solution. Let's see what can be found in the area of benchmarking libraries. Intro The timer I've introduced recently is easy to use, but also returns just the basic information: elapsed time for an execution of some code... What if we need more advanced data and more structured approach of doing benchmarks in the system?