-
Updated
Jun 10, 2020 - C#
cqrs
Here are 1,220 public repositories matching this topic...
-
Updated
Sep 29, 2020 - C#
-
Updated
Sep 29, 2020 - C#
-
Updated
Sep 28, 2020 - Go
Currently, you are not able to use middleware per handler in "clean way" (you can still manually wrap the handler function, or have separated router).
It would be nice to be able to add middleware per handler.
As a good reference point, you can use chi router: https://github.com/go-chi/chi
-
Updated
Sep 28, 2020 - Java
-
Updated
Sep 29, 2020 - C#
Add CodeStyle
-
Updated
Sep 11, 2020 - Elixir
-
Updated
Sep 2, 2020 - C#
-
Updated
Aug 19, 2020 - C#
-
Updated
Jul 1, 2020 - Java
-
Updated
Dec 21, 2018 - Java
Favicon for browser
It would be nice to have favicon for browser to distinguish it from other browser tabs.
-
Updated
Aug 18, 2020 - C#
-
Updated
Sep 17, 2020 - Go
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Sep 16, 2020 - C#
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
-
Updated
Aug 24, 2020 - Elixir
-
Updated
Aug 22, 2020 - Python
-
Updated
Sep 20, 2020 - TypeScript
-
Updated
Sep 14, 2020 - C#
-
Updated
Nov 20, 2019 - C#
-
Updated
Oct 2, 2019
-
Updated
Sep 24, 2020 - Rust
-
Updated
Sep 6, 2020 - C#
-
Updated
Sep 29, 2020 - C#
Improve this page
Add a description, image, and links to the cqrs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cqrs topic, visit your repo's landing page and select "manage topics."
stackblitz example: https://stackblitz.com/edit/angular-ivy-jvewmr?
browse https://angular-ivy-jvewmr.stackblitz.io/worker-archive/worker-dashboard
common.state.ts
import { Action, Selector, State, StateContext } from '@ngxs/store';
import { NzMessageService } f