Training Schedule
    Microservices Architecture Weekend Live Training scheduled to start from 07th October 2023.
    For Zoom Link go to "My Enrolled Courses" Page & Click "Live Training Details" Section.
Date |
Day |
Trainer |
Topic |
Training Platform |
Participants |
Timing |
07-10-2023 |
Saturday |
Shivprasad Koirala |
Microservices Architecture |
ZOOM |
5 Years Subscribers |
09 pm to 10 pm |
08-10-2023 |
Sunday |
Shivprasad Koirala |
Microservices Architecture |
ZOOM |
5 Years Subscribers |
09 pm to 10 pm |
14-10-2023 |
Saturday |
Shivprasad Koirala |
Microservices Architecture |
ZOOM |
5 Years Subscribers |
09 pm to 10 pm |
15-10-2023 |
Sunday |
Shivprasad Koirala |
Microservices Architecture |
ZOOM |
5 Years Subscribers |
09 pm to 10 pm |
21-10-2023 |
Saturday |
Shivprasad Koirala |
Microservices Architecture |
ZOOM |
5 Years Subscribers |
09 pm to 10 pm |
22-10-2023 |
Sunday |
Shivprasad Koirala |
Microservices Architecture |
ZOOM |
5 Years Subscribers |
09 pm to 10 pm |
28-10-2023 |
Saturday |
Shivprasad Koirala |
Microservices Architecture |
ZOOM |
5 Years Subscribers |
09 pm to 10 pm |
29-10-2023 |
Sunday |
Shivprasad Koirala |
Microservices Architecture |
ZOOM |
5 Years Subscribers |
09 pm to 10 pm |
Microservices Architecture Step by Step Training Syllabus :-
- Why Microservices , Advantages and when to use.
- Domain and Subdomain (Core domain, Supporting domain and generic domain).
- Problems/Solutions, Ubiquitous language.
- Domains, Subdomain ( Domain Decomposition) , Model , Bounded Context , Ubiquitous language , Context Maps , Entities, Value object, Aggerates and Services.
- Context Map strategic design thinking Partnership, Shared Kernel, Customer Supplier, Conformist, Anticorruption Layer, Open Host Service and Published Language.
- Database patterns Shared database, Database per service , Saga, API , CQRS and Event Sourcing.
- Aggregate Root and Iterator pattern.
- CQRS pattern :- Segregating CRUD.
- CQRS Class Level Design.
- Creating Command, Dispatchers, Handlers
- Create the object of command and fire on the idispatcher.
- Sync and Asynch communication between Microservices.
- Communication through RabbitMQ, Async , Long wait calls.
- Repository Pattern
- CQRS and Event Sourcing with Rabbit MQ.
- Security using JWT token and Single Sign on discussion. Oauth2 and OpenId connect importance and flow.
- Resiliency, partial failure, http resiliency, circuit pattern using Polly, exponential backoff and health monitoring
- MVC Core REST API and Open API Standards, Swagger.
- Docker and PKS Demo deploying .NET Core Microservice.
- Unit testing , Mock Testing and TDD concept.