ddd
Here are 1,194 public repositories matching this topic...
The example uses LocalDb as development which is only a valid option on Windows. Using SQLite as development database will work on all platforms.
-
Updated
Jun 10, 2020 - C#
-
Updated
Jun 12, 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
May 16, 2020 - Ruby
-
Updated
Jan 9, 2020 - Java
-
Updated
Jun 12, 2020 - C#
-
Updated
Feb 27, 2020 - Java
New external example
Just highlighting this in case you're interested, I took a fork of @dennisfabri racetimes example and extended it to run with Azure Functions and then extended again to publish to Azure EventGrid as a new extension inspired by the RabbitMQ example. Might be of interest to others.
https://github.com/craignicol/Eventflow.Example.Racetimes/tree/feature/event-grid-as-extension
-
Updated
Apr 26, 2020 - C#
-
Updated
May 5, 2020 - TSQL
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
Add CodeStyle
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
[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.
-
Updated
May 23, 2020 - C#
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
Jun 13, 2020 - Java
-
Updated
Jun 12, 2020 - Go
-
Updated
Jun 13, 2020 - PHP
-
Updated
Jun 12, 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.