issues Search Results · repo:CodelyTV/typescript-ddd-example language:TypeScript
Filter by
13 results
(59 ms)13 results
inCodelyTV/typescript-ddd-example (press backspace or delete to remove)Not only update the libraries but also organise the code with the new versions, for example if you update mongodb you
must organise the code to keep it working as it should.
img width= 1094 alt= Image ...
tuttodev
- Opened on May 21
- #143
Hello,
it seems the typeorm version you are using is deprecated
image
Could you update it to the latest version?
jperdior
- Opened on Jan 23, 2024
- #141
Coupling the infrastructure layer to the domain layer.
https://github.com/CodelyTV/typescript-ddd-example/blob/383e4a37ee20cdfe191ab2975eae71ce96e31614/src/Contexts/Shared/domain/EventBus.ts#L1
zazoomauro
- Opened on Jan 3, 2023
- #134
You have this at the CoursePutController.ts#L20:
try {
await this.commandBus.dispatch(createCourseCommand);
} catch (error) {
if (error instanceof CourseAlreadyExists) {
res.status(httpStatus.BAD_REQUEST).send(error.message); ...
DanielRamosAcosta
- 2
- Opened on Jan 27, 2022
- #116
What is the reason for not using absolute imports?.
I ask, because I do not know if using this functionality has counterproductions in terms of performances or some other.
frfernandezdev
- Opened on Dec 5, 2021
- #115
https://github.com/CodelyTV/typescript-ddd-example/blob/53b7875b29e05a344eb743e788615d75c4467726/src/Contexts/Shared/infrastructure/EventBus/RabbitMq/RabbitMqEventBus.ts#L31
Hola chicos,
Podria ser que ...
angelenriquep
- Opened on Aug 4, 2021
- #111
Tengo un commandBus en el controller y además necesito un commandBus en el aplication service para poder lanzar un caso
de uso de otro módulo dentro del mismo context, pero al añadir ese segundo commandBus ...
DiV666
- 2
- Opened on Apr 9, 2021
- #101
Hola amigos, de codely, quiero aprender DDD o arquitectura exgonal, empece aprender typescript, hay un curso de esto?
rpalaciosg
- 2
- Opened on Jan 16, 2021
- #95
I have a question regarding the responsability of incrementing the total in CousesCounter, Shouldn t this be on domain
layer?
like tell the CoursesCounter to increment and let it to deside if this needs ...
simonppg
- Opened on Oct 16, 2020
- #77
Hi,
How can put a middleware in a route? I tried several times, but I have not been able to achieve it.
Thanks !
jvegaf
- 2
- Opened on Oct 8, 2020
- #76

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.