5 followers
I'm Lakhan Samani, an indie software engineer from India. I build dev tools & products (Authorizer.dev, Deepup.ai) and write on software, open source, finance & life. Let's connect! 🚀
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 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...