#go
Read more stories on Hashnode
Articles with this tag
Introduction In Part 4, we implemented the orderd service. In a distributed system, tracking what happens across multiple services is crucial. Logging...
Introduction In Part 3 we implemented user service. In this post, we will implement an Order Service using Golang, gRPC, PostgreSQL, and GORM. Note:...
In Part 2 we introduced apis for User service, this post walks through implementing a User Service in Go using gRPC with PostgreSQL as the database....