Hepsiburada
Trendyol
Titanium Soft
Volosoft
Craftbase
Trendyol
Morhipo
Protel
SPONSORLUK
Online Microservices & DDD Konferansı'nda sponsor olarak yer almak isterseniz bizimle iletişime geçebilirsiniz.
Sponsorluk dokümanını temin etmek için bize bilgi@devnot.com adresimizden ulaşabilirsiniz.
Fearless Monolith to Microservices Migration by using API Gateway The API gateway pattern is a way to reduce the complexity delegated to the clients in a microservice-based ecosystem by adding more microservices responsible for dealing with complexity without breaking any of the characteristics of the microservices. Migrating a monolithic system to an ecosystem of microservices is an epic journey. The problem of the microservice pattern with the following question: “How do the clients of a microservice-based ecosystem consume their use cases ?” The API gateway is a way to solve the problem. In this workshop, the use cases of api gateway in microservices will be explained.
Implementing CQRS CQRS is a pattern based on separating read and write operations. In this workshop; we will implement CQRS pattern in .net core environment. What wil we do? - Examining a basic monolith API which includes GET and POST operations - Implementing CQS (Command Query Segregation) in application level - Implementing CQRS (Command Query Responsibility Segregation) in data layer and separate the sources - Doing Projections using Events - Understanding Eventual Consistency