-
Updated
May 7, 2021 - C#
ddd
Here are 1,643 public repositories matching this topic...
-
Updated
May 6, 2021 - C#
-
Updated
May 7, 2021 - C#
-
Updated
Apr 7, 2021 - C#
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Mar 17, 2021 - Java
-
Updated
Apr 21, 2021 - Java
-
Updated
May 6, 2021 - C#
-
Updated
Apr 28, 2021 - Ruby
-
Updated
Dec 9, 2020 - HTML
-
Updated
May 6, 2021 - C#
-
Updated
Mar 25, 2021 - C#
Add CodeStyle
-
Updated
Feb 22, 2021 - C#
-
Updated
Apr 15, 2021 - C#
-
Updated
May 7, 2021 - TypeScript
-
Updated
Sep 20, 2020
-
Updated
May 7, 2021 - Go
-
Updated
May 3, 2021 - Go
-
Updated
May 4, 2021 - Ruby
What is this bug about?
When we bootstrap the chat demo application by npx wolkenkit@4.0.0-internal.108 init, the client uses old API routes, causing a 404 error.
What is the expected result?
When we bootstrap the chat demo application, it works as-is.
What is the actual result?
The chat demo application is not usable, since the client can't fetch from the back-end.
-
Updated
Apr 5, 2021 - Go
-
Updated
May 4, 2021 - Python
I would like to review the docs and explain also de concepts behind some decisions.
Things needed to explain:
- DDD objectives and reasons why.
- Core concepts like
- bounded context
- anti corruption layer
- domain
- value objects VS entities
- aggregates
- aggregate root
- layered architecture and each one responsibility
- reasons for the command and query bus
- the even
When someone changes their vote on a comment or post, we need to update the view.
Currently, we have to refresh the browser to see the changes.
On upvote:
- if the user hasn't already upvoted, it should be +1
- if the user already upvoted, it should stay the same
- if the user downvoted, it should + 1
On downvote:
- if the user hasn't already downvoted, it should be -1
- if t
-
Updated
Nov 6, 2018 - JavaScript
Improve this page
Add a description, image, and links to the ddd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ddd topic, visit your repo's landing page and select "manage topics."