-
Just to let you know, I was searching for exact this kind of example with DDD, DI, RxJS ... with an ecommerce theme.
I found this via https://daily.dev/ -> https://vuejsexamples.com/
Awesome job can…
-
It is found in https://github.com/ddd-by-examples/library/blob/master/docs/design-level.md
![image](https://user-images.githubusercontent.com/3389477/83965097-b66f2000-a8e3-11ea-8923-39511ac366dc.png…
-
First of all, I would like to thank you for the very good articles on your site enterprisecraftmanship. These articles helped me very much understanding and implementing DDD. Thanks for that ❤️
I h…
-
As a user with many applications I would like to add a horizontal separator between some of them to group applications and have a better overview of them.
Example:
```
xxx yyy zzz
-----------
…
-
I'm using GraphQL in Golang with [gqlgen](https://github.com/99designs/gqlgen) and [Bun](https://github.com/uptrace/bun) as ORM.
I'm using [DDD](https://en.wikipedia.org/wiki/Domain-driven_design) …
-
Hi,
with all the possible types of diagrams that kroki can render, I am missing a good one for DDD context maps.
The https://contextmapper.org/docs/library/ offers this and has a java API integrat…
-
I've noticed the following when using `q`:
* long strings are abbreviated with `...` in the middle.
* dictionary objects with greater than 10 entries print the first 10 and then truncate the rest us…
-
Add a page in the docs about how to alter a `Problem Setup` when a user wants to stack multiple techniques.
Currently, we can use executors that are compatible with each other ([REM+ZNE tutorial](…
-
Identifiers with 2 leading underscores fail to parse correctly.
--------------------------
Library versions:
--------------------------
pyparsing 2.4.6
pyclibrary 0.1.7
----------------
E…
-
Hi, I appreciate your sharing this project! It is a very thoughtful work and friendly to newers!
I have some questions when reading the code.
1.
In dataset.py
Instead of writing:
```
new_inst…