-
### MediatR Article Ideas
1. I could write about configuring MediatR in a .NET application, detailing the setup process and necessary dependencies.
2. I could explain the purpose of MediatR, inclu…
-
### Issue Description
#### Rules:
- Code implementation should strictly adhere to the designated components such as User Controller, User Implementation, and associated modules.
- Maintain confor…
-
Would it be possible to support this in a non dialect specific way.
The reason i ask this is that i often need to produce tables of data triggered from cha he's in rows in other tables.
This can…
-
I want to document decisions made in the architecture and provide a spot to debate - thus this issue.
CRUD was a simple v1 choice because it's easy to implement but as we grow some services might b…
-
**Description:**
The Vertical Slice Architecture (VSA) design pattern focuses on organizing code by features rather than layers, promoting a more modular, maintainable, and scalable architecture. This…
-
'VO'를 'DTO'의 의미로써 쓰는것을 지향하는 배경은 아래와 같습니다.
----
getter/setter만 있는, 값을 실어나르는 VO라고 칭하는 사람이 있는데 이는 DTO로 칭하는 것이 혼란의 여지가 적습니다. Core J2EE Patterns 라는 책의 초판에서 그 의미로 VO가 정의되어 있었지만, 혼동의 여지가 있어서 2판부터는 TO(T…
-
For the eventsourcing-CQRS pattern, it separates write side(Command) and read side(Query).
For the read side, it is desirable to create its own read domain entity for the Todo.
Read model - > an…
-
https://betterprogramming.pub/clean-node-js-architecture-with-nestjs-and-typescript-34b9398d790f
-
The author of Microservice Architecture Patterns, @cer has given a presentation on Event Sourcing with a Money Transfer application example: https://plainoldobjects.com/presentations/building-and-depl…
keilw updated
7 years ago
-
Investigate the EventFlow framework:
Source: https://github.com/eventflow/EventFlow
Document: http://docs.geteventflow.net/