Close

domain driven design

Domain-Driven Design (DDD) is an approach to software development that focuses on modeling the business domain of the software.

DDD aims to create software that is understandable by developers and domain experts and can be easily changed as the domain evolves.

DDD is based on the idea that the software should accurately reflect the real-world domain it is modeling. This means that the software should use the same terminology and concepts as the domain and be able to represent the complex interactions between different parts of the field.

 

The Role of a Software Architect in an Agile Team

The Role of a Software Architect in an Agile Team

The article by David Eastman on The New Stack explores the evolving role of a software architect within an agile team, addressing the complexities and responsibilities associated with this position in the context of modern software development. Key Insights: To understand the software architect’s role in an agile environment, read […]

Devamını Oku

Navigating the Complex World with Domain-Driven Design

Navigating the Complex World with Domain-Driven Design

Domain-Driven Design (DDD) emerges as a guiding star in the intricate labyrinth of software development. Valerii Udodov, in his insightful article, unravels the essence of DDD—a philosophy, a framework, and a set of architectural patterns aimed at building purposeful and well-crafted software. The Dual Challenge: Right Thing, Right Way Software […]

Devamını Oku

Onion Architecture – Software Design Patterns Explained

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

How to Monitor Scheduled Events in MySQL

How to Monitor Scheduled Events in MySQL

There are two ways to see error logs of scheduled events on MySQL: The SHOW EVENTS statement will return a table of information about each scheduled event. The table will include the following columns: If the ERRORS column for a scheduled event is greater than 0, then the event has […]

Devamını Oku

Test-Driven Development (TDD) and Domain-Driven Design (DDD)

Test-Driven Development (TDD) and Domain-Driven Design (DDD)

Test-Driven Development (TDD) and Domain-Driven Design (DDD) are both software development approaches aiming to improve the development process’s quality and efficiency. However, they focus on different aspects of the development process and have other goals and techniques. TDD is a software development practice that involves writing tests for a piece […]

Devamını Oku

Start Small, Win Big: The Power of The Lean Startup Approach

The Lean Startup Approach

Product teams can choose from many different processes and methodologies, and trying to understand how they all fit together can be overwhelming. However, you’re right that focusing on the values underpinning these methods can make it easier to see how they are related and can be used together effectively. Lean […]

Devamını Oku

Domain-Driven Design (DDD), Test-Driven Development (TDD), and Clean Code

Domain-Driven Design (DDD), Test-Driven Development (TDD), and Clean Code

Domain-Driven Design (DDD), Test-Driven Development (TDD), and clean code are all software development practices that can be used to create high-quality, maintainable software. DDD, or Domain-Driven Design, is a software development approach focusing on understanding the problem domain thoroughly before designing and developing the software system. This approach emphasizes using […]

Devamını Oku

Consider the Development Feedback Loop

Consider the Development Feedback Loop

Imagine you’re a potter making your bowls on a wheel in your studio. Now imagine that your craft has a different workflow: you make bowls by writing scripts executed by a bowl-making machine on the other side of the world without your participation. That’s the difference between a tightly coupled […]

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