Completed
Introduction to microservices (Ep. 1)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Microservices with Go
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction to microservices (Ep. 1)
- 2 Building Microservices with Go: 2. Introduction to microservices, continued
- 3 Building Microservices with Go: 3. RESTful services
- 4 Building Microservices with Go: 4. More RESTful services
- 5 Building Microservices with Go: 5. Gorilla framework for RESTful services
- 6 Building Microservices with Go: 6 JSON Validation
- 7 Building Microservices with Go: 7 Documenting RESTful APIs with Swagger
- 8 Building Microservices with Go: 8 Auto-generating HTTP clients from Swagger files
- 9 Building Microservices with Go: 9 CORS (Cross-Origin Resource Sharing)
- 10 Building Microservices with Go: 10 Handling files with the Go standard library
- 11 Building Microservices with Go: 11 HTTP multi-part requests
- 12 Building Microservices with Go: 12 Using Gzip compression for HTTP responses
- 13 13 Introduction to gRPC and Protocol Buffers
- 14 Building Microservices with Go: 14. gRPC Client Connections
- 15 Building Microservices with Go: 15. Refactoring Part 1/3
- 16 Building Microservices with Go: 15. Refactoring Part 2/3
- 17 Building Microservices with Go: 15. Refactoring Part 3/3
- 18 Building Microservices with Go: 16. gRPC Bi-directional streaming, part 1/2
- 19 17. gRPC Bi-directional streaming, part 2/2
- 20 18. gRPC Error messages in Unary RPCs
- 21 19. gRPC Error handling in gRPC Bidirectional streams