Tag
go
azureServerless Go with Azure Functions and GitHub Actions
Build and deploy a serverless Go HTTP service with Azure Functions custom handlers and automate releases with GitHub Actions.
distributed systemsBuilding a gRPC Client in Go
Build a Go gRPC client from a shared .proto contract, use the generated stub, set an RPC deadline, and call a local gRPC server.
Updated · originally
distributed systemsBuilding a gRPC Server in Go
Build a gRPC server in Go from a .proto contract, generate service stubs, implement an RPC endpoint, and inspect it with reflection and grpcurl.
Updated · originally
talksGo for .NET Developers
Learn Go from a .NET developer's perspective with talk slides and examples covering syntax, packages, structs, testing, and HTTP services.