Building Microservices with Go

Building Microservices with Go: 1. Introduction to microservices

In this episode I show you how to build the simplest service you can using the standard packages in the Go programming language.

Source code for this episode: https://github.com/nicholasjackson/building-microservices-youtube/tree/episode_1

Building Microservices with Go: 2. Introduction to microservices, continued

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

Building Microservices with Go: 3. RESTful services

In this episode we will start to look at how to build RESTful services using the Go standard packages.

Source: https://github.com/nicholasjackson/building-microservices-youtube/tree/episode_3

Building Microservices with Go: 4. More RESTful services

In this episode we will continue to look at building RESTful services using the Go standard packages.

Source: https://github.com/nicholasjackson/building-microservices-youtube/tree/episode_4

Building Microservices with Go: 5. Gorilla framework for RESTful services

In this episode we will continue to look at building RESTful services using the Go standard packages.

Source: https://github.com/nicholasjackson/building-microservices-youtube/tree/episode_5

Building Microservices with Go: 6 JSON Validation

In this episode we will look at the Go Validator package and how it can be used to validate JSON.

Source: https://github.com/nicholasjackson/building-microservices-youtube/tree/episode_6

Building Microservices with Go: 7 Documenting RESTful APIs with Swagger

In this episode you will learn how to document your RESTful APIs with the OpenAPI standard and Go Swagger.

Go swagger has a really nice GoDoc based approach, this epsiode shows you how you can document the API we have been building over the last couple of weeks. As a bonus we will also look at how we can embed ReDoc to build a nice documentation API direct into our service.

Source: https://github.com/nicholasjackson/building-microservices-youtube/tree/episode_7

#microservices #go #golang

Building Microservices with Go
84.65 GEEK