-
Updated
May 17, 2021 - C#
ddd
Here are 1,663 public repositories matching this topic...
-
Updated
May 11, 2021 - C#
-
Updated
May 16, 2021 - C#
-
Updated
May 20, 2021 - C#
-
Updated
May 10, 2021 - JavaScript
-
Updated
Mar 17, 2021 - Java
-
Updated
Apr 21, 2021 - Java
-
Updated
May 15, 2021 - C#
-
Updated
May 20, 2021 - Ruby
-
Updated
May 19, 2021 - C#
-
Updated
Dec 9, 2020 - HTML
-
Updated
Mar 25, 2021 - C#
Add CodeStyle
-
Updated
Feb 22, 2021 - C#
-
Updated
Apr 15, 2021 - C#
-
Updated
May 21, 2021 - TypeScript
-
Updated
May 17, 2021 - Go
-
Updated
Sep 20, 2020
-
Updated
Apr 5, 2021 - Go
-
Updated
May 17, 2021 - Go
-
Updated
May 20, 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
May 17, 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."