Building Microservices with Go: 2. Introduction to microservices, continued
105.9K views on YouTube
Weekly live stream which teaches how to build Microservices using the Go programming language.
In this episode we learn more about the standard library and look at how we can refactor last episodes example into a reusable microservice pattern.
Source:
https://github.com/nicholasjackson/building-microservices-youtube/tree/episode_2
Series Content:
Over the weeks we will look at the following topics, teaching you everything you need to know regarding building microservices with the go programming language:
– 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