Go gRPC TODO API: From Proto Definition to Running Server — Native CRUD
Build a complete CRUD TODO API in Go 1.25 using gRPC and protobuf from scratch. Define the proto contract, generate code, apply Hexagonal Architecture, and test with grpcurl and bufconn.