20 Haziran Cumartesi - Sunum Programı

10.00

Açılış Konuşması

Uğur Umutluoğlu (Devnot)

10.10

Designing Resilient Microservice Architecture

Suat Köse (Protel)

11:00

Reconstructing Trendyol Order Management System Using DDD Approach

Onur Destanoğlu (Trendyol)

11:50

Problems & Solutions of Distributed Systems & Microservices

E.Faruk Pehlivanlı (Titanium Soft)

13:00

Modular Software Architecture for Pragmatic Developers

Lemi Orhan Ergin (Craftbase)

13:50

Microservices at Scale

Cenk Çivici (Trendyol)

14:40

Implementing Domain Driven Design

Halil İbrahim Kalkan (Volosoft)

21 Haziran Pazar - Workshop Programı

10.30

Fearless Monolith to Microservices Migration by using API Gateway

Alper Hankendi (Hepsiburada)

13.30

Implementing CQRS

Onur Salkaya (Morhipo)

Konuşmacılar

Alper Hankendi

Hepsiburada

Cenk Çivici

Trendyol

E.Faruk Pehlivanlı

Titanium Soft

Halil İbrahim Kalkan

Volosoft

Lemi Orhan Ergin

Craftbase

Onur Destanoğlu

Trendyol

Onur Salkaya

Morhipo

Suat Köse

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.

Katılım & Workshop Bileti

Sunum Bileti

Ücretsiz

  • Konferans günü sunumlara katılım
  •  
  •  

Sunum & Workshop Bileti

150 TL

  • Konferans günü sunumlara katılım
  • Workshoplara katılım
  • Workshop videolarına 3 ay ücretsiz erişim
Sunum programı 14 Haziran tarihine kadar açıklanacaktır.

Workshop Programı (21 Haziran Pazar)

10.30-13.00: Fearless Monolith to Microservices Migration by using API Gateway

Alper Hankendi (Hepsiburada)

13.30-16.00: Implementing CQRS

Onur Salkaya (Morhipo)

Workshop İçerikleri

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