This sample project was created as a collection of the various things I've learned about best practices building microservices using Go.
- The interface and inheritance of golang (go-inheritance)
- An example of remote calls using http and gRPC (helloworld)
- A Golang blogging system | CMS (micro-blog)
- A Golang Business Intelligence System (BI)
- Server-Sent Events (SSE for short)