#distributed-system
Read more stories on Hashnode
Articles with this tag
Introduction In Part 5, we implemented the tracing in userd & orderd services. In a distributed system, tracing helps follow a request's journey...
Introduction In Part 3 we implemented user service. In this post, we will implement an Order Service using Golang, gRPC, PostgreSQL, and GORM. Note:...
Introduction & Project Overview š Why Build a Distributed System with Go & gRPC? Modern applications need to be scalable, fast, and efficient. A...