Close

Command Query Responsibility Segregation (CQRS)

Command Query Responsibility Segregation (CQRS) is the segregation of the responsibilities of the commands and queries in a system. That means that we’re slicing our application logic vertically. In addition to that, we’re segregating state mutation from data retrieval.

Engineering a Sustainable Delivery Model

Engineering a Sustainable Delivery Model

How to build a food delivery system that is good for the planet and the people who work in it. The food delivery industry is booming. 2021 global food delivery orders were estimated to reach 100 billion, expected to grow to 150 billion by 2025. Several factors, including the increasing […]

Devamını Oku

Dear founders, returning to the office is a numbers game.

Dear founders, returning to the office is a numbers game.

How CTOs Can Drive Profitability 2023 is shaping to be a year of significant change for businesses of all sizes. The global economy is in flux, and enterprises face increasing competition from domestic and international rivals. In this challenging environment, it’s more important than ever for CTOs to focus on […]

Devamını Oku

Cost Optimization Techniques and Tools for Existing DynamoDB Workloads

Cost Optimization Techniques and Tools for Existing DynamoDB Workloads

As your application needs grow and scale, you want to focus on innovation and not pay for increasing costs. By building modern applications with AWS purpose-built databases, you can take control to optimize your spending. Customers using Amazon DynamoDB, a fully managed, serverless, key-value NoSQL database, can run high-performance applications […]

Devamını Oku

Onion Architecture with DDD and CQRS

Onion Architecture - Software Design Patterns Explained

Onion Architecture is a design approach that aims to create a separation of concerns within the layers of an application. It is called “onion” architecture because the design is layered, with the core domain logic at the center and the outer layers representing services and infrastructure. The layers of an […]

Devamını Oku

Güle Güle .Net, Merhaba .Net Core!

Güle Güle .Net, Merhaba .Net Core!

 .NET Core Microsoft’ un desteğiyle geliştirilen bir open source framework olarak .NET’ in yerini alıyor. .Net Core 3.0 2019’ da yayınlandı.  Microsoft kaynaklarına göre bu sürüm, uzun ömürlü bir sürüm olacak.   Diagramda görüldüğü gibi yakın zamanda .NET Core artık .NET olarak anılması planlanıyor.   .NET kullanan arkadaşların .NET Core’ […]

Devamını Oku