Explore >> Select a destination


You are here

ectobit.com
| | bartlomiejmika.com
3.5 parsecs away

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

Travel
| | Like most frameworks these days, the Google Appengine (henceforth, GAE) SDK provides an API for reading and writing objects derived from your classes to the datastore. This saves you the boring work of validating raw data returned from the datastore and repackaging it into an easy-to-use object. In particular, GAE uses protocol buffers to transmit...
| | blog.owulveryck.info
11.1 parsecs away

Travel
| | This is a simple article that describes the wiring of the tool I made for streaming the content of the remarkable 2 on a computer. From the proc filesystem to the gRPC implementation over HTTP/2 via the certificate generation.
| | adamstorr.co.uk
78.3 parsecs away

Travel
| Autofac allows for using Named or Keyed dependencies. Can these be used directly in .NET 6 Isolated Azure Functions without additional layers?