#microservices
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....
In Part 1, we set up our project structure. Now, we’ll: ✅ Define User and Order APIs ✅ Generate gRPC code from .proto files. We have created apis...
Introduction & Project Overview 🚀 Why Build a Distributed System with Go & gRPC? Modern applications need to be scalable, fast, and efficient. A...
In today's fast-paced technological landscape, businesses need scalable and flexible solutions to adapt quickly to changing demands. This is where...