Microservices is an architectural structure with a specific pattern to develop the idea of a program (service) instead of creating a single software project divided by creating several software projects. Each project is a part (microservice) of the entire idea of the program. Microservices is very important and used in large Company like Microsoft and Google.
Today, I would like to share this course that explains Microservices Architecture in Arabic and consists of 33 videos as the following:
- Introduction to Microservices In Arabic
- Microservices Architecture Table of Contents
- From Monolithic to Microservices
- Microservices Architecture - The Big View
- Microservices Architecture - Communication Design
- Microservices Architecture - API Gateway
- Microservices Architecture - Service Discovery
- Microservices in Action short Demo
- Microservices and Twelve-Factor App
- Microservices Architecture - Dynamic Configurations
- Microservices Architecture - Circuit Breaker Pattern
- Twelve Factor App - Backing Service
- Microservices Architecture - Development Culture
- Microservices Architecture - CI and CD
- Twelve Factor App - Processes and Port Binding
- Microservices Architecture - Introduction to Data Management
- Microservices Architecture - Cross Service Query
- Microservices Architecture - Distributed Transactions
- Microservices Architecture - Command and Query Responsibility Segregation (CQRS)
- Microservices Architecture - Event Sourcing Pattern
- Microservices Architecture - Caching Pattern
- Microservices in Action Part 1
- Twelve-Factor App - Concurrency
- Twelve-Factor App - Logs Management
- Twelve-Factor App - Disposability
- Twelve-Factor App - Dev/Prod Parity
- Microservices in Action Part 2 - Deployment
- Microservices Architecture - Service Orchestrators
- Microservices Architecture - DevOps Pipeline
- Microservices Architecture - Infrastructure as Code
- Microservices Architecture - Event-Driven Architecture
- Microservices Architecture - Event-Driven In Action
- Microservices Architecture - Project Structure