What you'll learn
- What is microservices. Microservices vs Monolithics
- Microservices Design Patterns. Service Discovery
- API Gateway. Circuit Breaker.
- Blue Green Deployment
Requirements
- No Prerequisites
Description
Microservices for Beginners course is for everyone who wants to learn about microservices architecture or design system in the ways of microservices. In this course I have covered in great details about what a microservice architecture is, how it is different from monolithic architecture, procs and cons of using microservice and monolithic.
All the important design patterns that you use in microservice have also been covered as part of this series.
Explicit video tutorial has been made for API Gateway, Service Discovery, Circuit breaker and blue green deployment as they will help in creating a strong distributed application which is highly scalable, highly available and is fault tolerant.
There is no programming language barrier to the course and the concept explained can be implemented using any programming language.
Here we have covered:
1) Introduction to Microservices
2) microservices design patterns
3) Api gateways
4) Service Discovery
5) Circuit breaker
6) Blue green deployment.
This is one stop video for microservices architecture answering all the questions about: what is microservices? All common design patterns like saga design pattern microservices, advantages of microservices ,microservices architecture patterns, monolith to microservices and even disadvantages of microservices.
This series has been made for both beginners who wants to get started with microservice and professional who wants to brush up their knowledge to crack system design interviews.
Once you have mastered these concepts you can easily implement these in you code.
Who this course is for:
- Software developers
Instructor
The Tech Granth is a channel where you can gain info about Software Engineering. Here you will find videos on: 1) grokking the system design interview (both high level system design and low level system design) 2) microservices concepts like design patterns, api gateway, service discovery, circuit break, blue green deployment 3) leetcode problems and solutions 4) basic of data structures