ddd
Here are 1,214 public repositories matching this topic...
-
Updated
Jul 3, 2020 - C#
-
Updated
Jun 10, 2020 - C#
-
Updated
Jul 5, 2020 - C#
Adding links to guides like Node best practices or from RisingStack blog to README seems like a good way to recommend what works well with the app architecture.
-
Updated
Jun 25, 2020 - Ruby
-
Updated
Jan 9, 2020 - Java
-
Updated
Jul 2, 2020 - C#
-
Updated
Jul 2, 2020 - Java
In documentation about sagas there is this thing about storing saga-id into event metadata. It looks intuitive but it doesn't work out of the box :-(. I would like to make it work. Here is how:
- from PublishAsync pass sagaId and saga type name into ICommandBus.PublishAsync()
- overload ICommandBus.PublishAsync() so it takes an extra argument eventMetadata
- pass event metadata to IAggregate
-
Updated
Jun 29, 2020 - TSQL
-
Updated
Apr 26, 2020 - C#
Add CodeStyle
I figured out that node-sass dependency mentioned in web package is obsolete now.
I tried to change it to
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.10",
"@vue/cli-plugin-eslint": "^3.0.0-rc.10",
"@vue/cli-service": "^3.0.0-rc.10",
"node-sass": "^4.14.0",
"sass-loader": "^7.0.3",
"vue-template-compiler": "^2.5.16"
},
then web-vue built s
In case there is a projection with no handlers we'd still traverse given streams only to produce no result. It's an unusual case but still we're able to produce "no result" much faster.
-
Updated
Jun 6, 2020
-
Updated
May 23, 2020 - C#
[docs] Flow diagram
Can anyone give flow diagram which classes get hit in sequence from start to end in eventhorizon.
It will be great help I am waiting for this no documentation so far available on net.
What is this feature about?
With tailwind, we have created a standard for how to send commands, wait for events and query read models. We should describe this in the documentation, since from time to time people are interested in how to access a wolkenkit application directly, i.e. without using the client SDK.
What needs to be done to implement this feature?
- Add a page on t
-
Updated
Feb 21, 2020 - C#
-
Updated
Nov 6, 2018 - JavaScript
-
Updated
Jul 3, 2020 - Java
-
Updated
Jul 3, 2020 - Go
-
Updated
Jul 2, 2020 - PHP
-
Updated
Jul 2, 2020 - Python
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."
Currently when adding an item to your cart, it only updates the cart counter graphic for that browser instance, not all connected clients. Using SignalR it should be relatively straightforward to update the cart counter on all connected clients.