Harrison Guo
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
🌐 dev.toSource
From Dev.to - backend: Channels Aren't Message Passing — How Parked Goroutines OOM-Killed a Pod
🌐 dev.toSource
From Dev.to - go: Node Turns Waiting Into Events. Go Moves Context Switching Into User Space.
🌐 dev.toSource
A team I worked with once migrated an order-placement path from gRPC to NATS because "it's decoupled and faster." The old flow was simple: the web service called PlaceOrder via gRPC, got back an order ID, rendered success to the user. The new flow: web service publishes order.pla
🌐 dev.toSource
gRPC interceptors are the middleware pattern, specialized for gRPC. If you've written HTTP middleware before, the shape is familiar — a function that wraps a call, can observe or modify the request, pass to the next handler, then observe or modify the response. The difference: gR