#
ddd-example
Here are 82 public repositories matching this topic...
A full-stack .NET microservices build on Dapr and Tye
docker
kubernetes
redis
microservices
typescript
reactjs
ddd
rest-api
postgresql
grpc
clean-architecture
dotnet-core
cloud-native
microservices-architecture
service-mesh
ddd-example
aks
tye
dapr
-
Updated
Jun 8, 2021 - C#
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
design-systems
cqrs
rest
dotnet
ddd
rest-api
clean-code
domain-driven-design
design-patterns
entity-framework
clean-architecture
entity-framework-core
dapper
mediatr
software-architecture
cqrs-simple
ddd-example
dotnercore
ddd-cqrs
-
Updated
Feb 22, 2021 - C#
Jivejdon is a Domain Driven Design appication with CQRS/ES/Clean/Hexagonal architecture
blog
cms
bbs
ddd
domain-driven-design
forum
clean-architecture
event-driven
eventsourcing
hexagonal-architecture
content-management-system
ddd-architecture
domainevents
ddd-sample
cqrs-es
ddd-example
jive
ddd-events
ddd-cqrs
jdonframework
-
Updated
Jun 13, 2021 - Java
adenhertog
commented
Apr 20, 2019
Create a new base class (ie; ValueObject<PropertyType>) that can be inherited to create a value object concrete definition.
Value objects are a core concept of DDD and represent things that are identified by their value rather than their hash/id/reference etc. See: https://martinfowler.com/bliki/ValueObject.html
There're already some examples on the web on this practice in typescript (eg h
javascript
bootstrap
typescript
cqrs
skeleton
ddd
codelytv
hexagonal-architecture
ddd-architecture
typescript-boilerplate
ddd-example
ddd-cqrs
dddesign
codely
-
Updated
May 29, 2021 - TypeScript
java
cqrs
gradle
rabbitmq
ddd
cucumber
junit
hexagon
codelytv
ddd-architecture
ddd-example
cucumber-java
ddd-cqrs
codely
java-skeleton
-
Updated
May 22, 2021 - Java
rgomezcasas
commented
Aug 22, 2019
Open
Improve the README
java
demo
skeleton
ddd
scaffold
hotswap
oms
ddd-example
hotswappable
hot-module-reloading
headless-components
headless-commerce
ddd-demo
dddplus
-
Updated
Nov 19, 2020 - Java
Onion Architecture with .NET 5/.NET Core and CQRS/Event Sourcing following a DDD approach
template
dotnet
ddd
boilerplate-template
clean-architecture
dotnet-core
api-rest
microservices-architecture
demo-app
onion-architecture
hexagonal-architecture
ddd-patterns
boilerplate-application
ddd-sample
ddd-example
api-demo
clean-architecture-boilerplate
dotnet-5
clean-architecture-concepts
-
Updated
Mar 30, 2021 - C#
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
-
Updated
May 22, 2021 - C#
Example for Nest.js, MySQL, Redis, REST api, CQRS, DDD
-
Updated
May 29, 2021 - TypeScript
DDD patterns implemented following TDD
c-sharp
coverage
kata
agile
tdd
ddd
xunit
domain-driven-design
dotnet-core
dojo
test-driven-development
hexagonal-architecture
ddd-patterns
moq
tdd-sample
ddd-architecture
ddd-sample
use-cases
ddd-example
ddd-
-
Updated
Jan 13, 2020 - C#
Work in progress
cqrs
csharp
skeleton
rabbitmq
ddd
entity-framework
netcore
codelytv
example-project
hexagonal-architecture
ddd-architecture
ddd-example
ddd-cqrs
netcore3
netcore31
codely
-
Updated
Nov 20, 2020 - C#
Domain Driven Design. Examples focuses on key concept of ddd like Entities, Aggregate root, Repository, Value Objects & ACL.
-
Updated
Apr 26, 2018 - Java
-
Updated
Nov 3, 2020 - Java
CQRS+ES and DDD framework for .NET
cqrs
csharp
dotnet
domain-driven-design
event-sourcing
dotnet-core
net
ddd-patterns
cqrs-framework
ddd-architecture
ddd-sample
ddd-example
webapi-core
cqrs-pattern
ddd-cqrs
-
Updated
Jun 7, 2020 - C#
The base-classes for DDDomain objects (Entities, valuetypes, aggregates)
ddd
entities
aggregate
value-object
ddd-architecture
tactical
ddd-example
aggregate-root
value-types
-
Updated
Dec 21, 2020 - C#
API for patient registration and scheduling a consultation using domain driven design
-
Updated
Sep 14, 2018 - C#
Modular, cohesive, transparent and fast web server template
python
modular
ddd
graphql-server
event-driven
hexagonal-architecture
ddd-patterns
cohesion
ddd-example
ports-and-adapters
graphql-support
functional-core
-
Updated
Apr 23, 2021 - Python
Tutorial on DDD (Domain-Driven Design), by building a Web App with the theme "Personal Finance Management". Adapted from a group project in university.
ddd
software-engineering
ddd-patterns
software-architecture
ddd-architecture
solid-principles
grasp
ddd-example
-
Updated
Jan 6, 2021 - Java
DDD sample, a minimized condition order system.
-
Updated
Jul 29, 2018 - Java
DDD example for Play Framework (Domain Driven Design)
-
Updated
Apr 23, 2021 - JavaScript
This repo contains a sample project explains the fundamental layers in Domain Driven Design (DDD)
-
Updated
Mar 1, 2021 - C#
Hexagonal Architecture Application with CakePHP and a DIC - Could be used as a template in theory but for now its a learning project
cakephp
ddd
hexagonal-architecture
architectural-patterns
ddd-architecture
ddd-example
cqrs-application
-
Updated
May 20, 2018 - PHP
Um projeto de exemplo, que mostra como implementar camadas de serviço num projeto Laravel, SEM implementar Repository Pattern.
-
Updated
Jun 9, 2021 - PHP
An example of the Domain Driven Design implemented in Typescript.
-
Updated
May 25, 2021 - Shell
This example project was created for be inspired but remember it's work in progress
-
Updated
Jul 30, 2020 - C#
Improve this page
Add a description, image, and links to the ddd-example topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ddd-example topic, visit your repo's landing page and select "manage topics."


https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21
I believe the comparison operator used in the
IsBrokenmethod is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.