Sublime
An inspiration engine for ideas
George Mandis • Full stack web developer and creative technologist
george.mand.is
Why gRPC?
gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect... See more
gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect... See more
gRPC
Newsletter
Wyndo • 1 card
Accessing an element of a map can return two values instead of just one. The first value is the result of the lookup, the second tells us whether or not the lookup was successful. In Go, we often see code like this: if name, ok := elements["Un"]; ok { fmt.Println(name, ok) } First, we try to get the value from the map. Then, if it’s successful, we
... See moreCaleb Doxsey • Introducing Go: Build Reliable, Scalable Programs
Publishing
Laura Schmidt • 1 card
Publishing
Andrea Moed • 1 card