Editorial & Essays

Blog & Articles

Thoughts, architecture deep dives, and practical notes on building fast, resilient systems.

Sign In to Write →

Articles (50)

Direct Browser gRPC Using Connect RPC
Sep 2, 2026
@huud

Direct Browser gRPC Using Connect RPC

Connect-RPC lets browser native fetch talk to Go backends over HTTP without proxies. Replaces Envoy and runs on stdlib http.Handler with JSON or Protobuf.

Read →
Build and Test gRPC in Go
Sep 2, 2026
@huud

Build and Test gRPC in Go

Build Go gRPC service from Protobuf schema. Generate stubs, implement server and client with context timeout, test in-memory using bufconn.

Read →