Explore >> Select a destination


You are here

ekhabarov.com
| | bartlomiejmika.com
7.2 parsecs away

Travel
| | How do you write a Golang server using gRPC from scratch? Heres how to do it.
| | fzakaria.com
13.3 parsecs away

Travel
| | Bazel is a pretty amazing tool but it's definitely full of it's warts, sharp edges and arcane knowledge. The appeal to most who adopt Bazel is the ability to memoize much of the build graph if nothing has changed. Furthermore, while leveraging remote caches, build results can be shared across machines making memoization even more effective. This was a pretty compelling reason to adopt Bazel but pretty soon many noticed, especially on their CI systems, lots of unecessary data transfers for larger codebases. ?? If the network is poor, the benefits of remote caching (memoization) can be outweighed by the cost to download the artifacts.
| | bartlomiejmika.com
10.5 parsecs away

Travel
| | Did you just finish reading the gRPC Basics tutorial and you dont know where to begin with using it? In this post Ill explain how to take a fast time-series database called tstorage and write a gRPC server and client with it.
| | stefan-marr.de
87.2 parsecs away

Travel
| Lectures on programming language interpreters and just-in-time compilation