• Go Microservice Template with Clean Architecture
    A project to show the application layout for a Microservice application in gRPC and Go. It applied Clean Architecture design and used dependency injection to inject concrete types into each function.
  • Go gRPC Project
    A project to learn writing Microservice in GRPC and Go, and it is not intended for production use. I originally took the code form Alan Shreve’s gRPC cache service and made some changes on retry and timeout features.