Skip to content

Commit

Permalink
GitBook: [#89] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
leksyCode authored and gitbook-bot committed Jun 13, 2022
1 parent c773172 commit 36fcc14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 3 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ description: >-

## Welcome to the Cronus documentation

Cronus is an open-source framework which helps you to solve business problems with less time spent on infrastructure concerns. Applications built with Cronus are centered around three core concepts:
Cronus is an open-source framework that helps you to solve business problems with less time spent on infrastructure concerns. Applications built with Cronus are centered around three core concepts:

* [Domain Driven Design](cronus-framework/concepts/ddd.md)
* [Domain-Driven Design](cronus-framework/concepts/ddd.md)
* [Event Sourcing](cronus-framework/concepts/es.md)
* [Command Query Responsibility Segregation](cronus-framework/concepts/cqrs.md)

While many types of applications can be built using Cronus, it has proven to be very popular for microservices architectures. Cronus provides an innovative and powerful way of sensibly evolving to event-driven microservices within a microservice architecture.

## What is Cronus?

Cronus has its roots way back in 2012 when couple of passionate software engineers started building the infrastructure for a software project using DDD/CQRS/ES. The results were quite impressive and the team started growing. Everybody was sharing the same vision and passion for going beyond the boundaries of their skills. The amazing part of this story is that this hasn't changed. Cronus is a reflection of our philosophy for building great software solutions.


Cronus has its roots way back in 2012 when a couple of passionate software engineers started building the infrastructure for a software project using DDD/CQRS/ES. The results were quite impressive and the team started growing. Everybody was sharing the same vision and passion for going beyond the boundaries of their skills. The amazing part of this story is that this hasn't changed. Cronus is a reflection of our philosophy for building great software solutions. 



Expand Down
7 changes: 3 additions & 4 deletions docs/cronus-framework/concepts/ddd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ description: DDD

# Domain Driven Design

## What is Domain Driven Design?
## What is Domain-Driven Design?

It is our job, as software engineers, to effectively transfer real-world business problems and solutions into the digital world. This is not an easy task. You have to understand how the business operates and what are its key advantages over the competitors. Exploring models in collaboration with _domain experts_ and software experts is essential. To be successful you need to uncover and concentrate on how the business generates profit. We call this area the _Core Domain_.

There are different supporting pieces as part of the overall puzzle which enhance the _Core Domain_. We call those _Supporting Domains_. You need to pay special attention to the details because sometimes a so-called "_very important part of the business"_ could be something generic and commonly used in other applications - a.k.a _Generic Domain_. For such cases, it is recommended to use an off-the-shelf product or leverage an open-source project and concentrate on the _Core_ and _Supporting domains_. Otherwise, the software engineers will build something which does not bring value nor a competitive advantage to the client.

{% hint style="info" %}
With Domain Driven Design the focus is on the core complexity of the domain!
With Domain-Driven Design the focus is on the core complexity of the domain!
{% endhint %}

{% hint style="info" %}
Expand All @@ -34,7 +34,7 @@ There are several factors which make Domain Driven Design shine. If you have eve

{% hint style="success" %}
* you are building software for an established and already operating business
* you have access to _domain experts_
* you have access to _domain experts_ 
* you are passionate about what you are doing
{% endhint %}

Expand All @@ -59,4 +59,3 @@ Tactical design
Fail fast

Anticipate the steep learning curve

0 comments on commit 36fcc14

Please sign in to comment.