Skip to content

gmgale/Go-Micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go logo

Building Microservices with GO

    I have been working through the fantasic series provided by Nic Jackson.

    The topics covered include:

    • Introduction to microservices
    • RESTFul microservices
    • gRPC microservices
    • Packaging applications with Docker
    • Testing microservice
    • Continuous Delivery
    • Observability
    • Using Kubernetes
    • Debugging
    • Security
    • Asynchronous microservices
    • Caching
    • Microservice reliability using a Service Mesh

    All of the code is taken from Nic's course, however I have gradually worked through each section of the series.

    Nic's YouTube Channel