Alessandro dev.
Alessandro dev.
Perfect @mmmoli, The types-ddd library uses some dependencies like: - bcrypt - pino - pino-pretty - rich-domain (core) So the build removes them; however, rich-domain uses only native cryptography (crypto)...
Hey @mmmoli , thanks for reaching out! Since the "finance project", the library has undergone several upgrades, particularly in event handling. Take a look at the new approach for the...
Absolutely, glad to hear the examples have been helpful! For subscribing to Domain Events across different bounded contexts/modules with a "pull" mechanism, you typically need to establish communication between these...
# Testing something new @mmmoli Your question made me think a lot about the need for a tool that facilitates communication between contexts. Currently, the way it is structured, it...
## Some Points - **How to maintain compatibility between browser and server?** For browser the lib add a CustomEvent to dom as global identified by provided name. - **Do we...
### Testing version [1.20.3-beta.1](https://www.npmjs.com/package/rich-domain/v/1.20.3-beta.1) Browser Support:  [Github Project Sample](https://github.com/4lessandrodev/fix-next-rich-domain)
### Testing version [1.20.3-beta.1](https://www.npmjs.com/package/rich-domain/v/1.20.3-beta.1) Server NodeJS support  [GIthub Project Sample](https://github.com/4lessandrodev/ddd-app/blob/main/src/contexts/product/domain/product-created.event.ts)
Pesquisando um pouco mais sobre python descobri que é possível criarmos um script python no [google colab](https://colab.research.google.com/notebooks/intro.ipynb) que busca o histórico de preços de um ativo do [yahoo finance](https://rapidapi.com/apidojo/api/yahoo-finance1/details) e...
[Base Project](https://github.com/4lessandrodev/types-ddd/tree/feat/change-project-workspace)
```txt . +-- package.json `-- packages +-- money | `-- package.json `-- email `-- package.json ```