Explore >> Select a destination


You are here

grpc.io
| | mherman.org
17.2 parsecs away

Travel
| | This tutorial looks at how to implement an API with Node, gRPC, and Postgres.
| | jbrandhorst.com
14.9 parsecs away

Travel
| | Create the protobuf interface We'll start by creating a folder for the package we want to create. Lets call it server. Next we type up a .proto file to define the interface between the server and the client. We'll have to include some extra proto annotations in order to have the gRPC-gateway generate the translations methods we need. Lets define a simple service with a single HTTP GET endpoint: service MyServer { rpc Simple(google.
| | kevinmontrose.com
15.8 parsecs away

Travel
| | After about three months of work, and some time in a production environment, the second half of Jil (a fast JSON library built on Sigil) is ready for release. Jil now supports both serializing and deserializing JSON. As with serialization, Jil deserialization supports very few configuration options and requires static typing. The interface is, accordingly,...
| | blog.pragmaticengineer.com
71.3 parsecs away

Travel
| If you're a tech lead or an engineering manager who needs to deliver a performance review to your directs, here's the template I used to do this, while heading up teams at Uber. You can read about how I do performance reviews for software engineers [https://blog.pragmaticengineer.com/performance-reviews-for-software-engineers]