-
Currently, we use Service/Repository architecture, it is ok for now and for a short long time.
But considering for long-term development and features growing, perhaps it could not handle them very …
-
- [x] HTML+CSS
- [ ] Angular
- [ ] Node.js
- [ ] npm
- [ ] Protocols
- [ ] Design patterns
- [ ] Algorithms
- [ ] EcmaScript
- [ ] Data types
- [ ] TypeScript
- [ ] RX JS…
-
Hi @javiertoledo, I like this repo, the READMEm and the deterministic and analytical way to reach the conclusions. Congratulations!
Some time ago, I was looking for this type of study, but I did n…
-
I am using a flutter webview.
In order to make it load offline I need to put a dart web server inside flutter.
Yes it's kind of funny to run a web server I side flutter to feed a webview but it's al…
ghost updated
5 years ago
-
## 🚀 Feature
We want to implement a data store to solve the purpose of client side caching (we could utilize other benefits of a store too, but right now the priority is to cache the data instead o…
-
Consider implementing Actor model. Some of the references it as below
- https://github.com/xunilrj/akka.patterns
- https://github.com/trbngr/AkkaCqrs
- https://github.com/Horusiath/AkkaCQRS
- ht…
-
The `sendInternal` method of [QueueMessageChannel](https://github.com/spring-cloud/spring-cloud-aws/blob/master/spring-cloud-aws-messaging/src/main/java/org/springframework/cloud/aws/messaging/core/Qu…
-
Discussing about #51 I found that it would maybe be nice if we could find and agree on a small and distilled kind of manifest of the goals that we want to achieve with this package. That would help in…
-
Event Sourcing is a pattern in which you capture all changes to an application state as a sequence of events. It's popular with CQRS, would be nice to hear how this could be done with (for example) Ge…
-
Indeed, the current solution has a pretty anemic domain ;-(
Even if the objective is to explain CQRS pattern, I would also like to have a nice example of real domain logic vs. infra code.
It sounds …