Explore >> Select a destination


You are here

blog.nobugware.com
| | bartlomiejmika.com
1.1 parsecs away

Travel
| | How do you write a Golang server using gRPC from scratch? Heres how to do it.
| | jbrandhorst.com
4.5 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.
| | shipit.dev
4.6 parsecs away

Travel
| | Setting up a load balancer with active-passive or failover support using Microsoft Azure Traffic Manager and Terraform
| | luten.dev
17.5 parsecs away

Travel
| Ive been out of the .NET loop for a very long time. I would never have thought that it was so easy to get a .NET project up and running on Linux. But, I guess a decade of embracing Open Source at Microsoft changes things. Here are the steps I took to get an OpenGL window up and running on Ubuntu using .NET Core, VSCode, and OpenTK.