MENU

Fun & Interesting

Introduction to microservices (Ep. 1)

Nic Jackson 264,064 5 years ago
Video Not Working? Fix It Now

Twice weekly live stream teaching you how to build Microservices using the Go programming language. In this episode I show you how to build the simplest service you can using the standard packages in the Go programming language. Sorry, currently trying to fix the audio sync issues in this video YouTube creator is not playing nice. Source code for this episode: https://github.com/nicholasjackson/building-microservices-youtube/tree/episode_1 Chapters: 0:00 Introduction 2:35 Tooling and Software 11:26 Your first service using the Go standard library Tools: https://code.visualstudio.com/ https://golang.org/ https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack 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

Comment