-
En este plática se hablará sobre los siguientes temas
- Qué es DDD
- Lenguaje ubiquio
- Bounded context
- Cómo implementar DDD
- Demo
-
Hi, thanks for the interesting blog!
I've run into an issue with this code that I can't work out - it doesn't help that I haven't used the `NamedTuple` datatype before.
When I try and define a `…
-
this.store.dipatch.subscribe(value => {})
When action was success value is state
When action errored value is error
As a result, I always have to inspect value type in subscribe callback of any…
-
As suggested by @caniszczyk, we submit light-4j for consideration to be included in CNCF projects.
Github repo: https://github.com/networknt/light-4j
Document: https://doc.networknt.com/
More i…
-
I just try to follow the CQRS Pattern in Squidex according to the documentation:
![architecture](https://user-images.githubusercontent.com/11529751/34319239-166de3fc-e7f2-11e7-8151-56ae48fe563f.png…
-
I would like to have support for read only repositories. Implementing something like CQS needs no insert, delete or update in the "Q" part. The injected context could then be an untracked one, which I…
-
Hi,
got this error log when I tried to combine results for several (1000) repositories:
```console
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmen…
-
Would be great to extend example module with sample `ProcessManager` code.
Maybe showcase several aggregates/entities and process manager in a real world scenario.
-
I am really impressed with this and PWA.
Is it envisaged that the hub would be able to be extended with persistence , so that when a long running worker gets killed by the mobile OS shutting down t…
ghost updated
6 years ago
-
Concept: Redux actions are sent to the web server, over some channel, likely a websocket. The server can also send actions to the browser.
- How are actions sent to the server?
- Middleware?
- How…