Topics Covered
Dive deep into what you'll learn in this course.
Authentication
Create a credential based authentication system with email verification. Use JWT Tokens for the system authentitcation.
Communication
Learn how to create viable communication betweeen services. HTTP or GPRC depending on the needs.
Database Design
Database design in microservices architecture is challaning. Here you'll learn how to do it right.
Event-Driven Architecture
Learn how to communicate changed in decoupled systems. Emmit events and react to them other parts of the system.
Dockerize
Containers are important part of developing and deploying microservices. All convered here.
Full System
From the project setup, to a full fledge distributed event management system created in dockerized way.