Richard Banks
Richard Banks
In the domain services, to avoid long rebuilds of model state show how snapshotting can be used. For the sample we might do snapshotting at every 5 events.
Make the UI more dashboard-y so we can show how different read models and domain services can be fronted by an API gateway, and how a single page can be...
(Replaces #3) Get things running in Linux containers. Very similar to #1
(replacing #3) Now that VS2017 is RTM, it's time to move this to .NET core. Also, given https://github.com/gautema/cqrslite is a framework based on the same fundamentals that this code uses...
Get them working to show cross-service comms working properly.
Add mechanism for manually triggering read model rebuilds.
Even though it's not really needed because there's so few services, add a discovery service to show how it works. Consul.io and Microphone, for example
Instead of running the services as a number of self-hosted console apps, get them running in containers. For this one, I want to target Windows Containers using nanoserver as the...
Yay for old legacy CSS that over=-used `!important`. I want to mount a component from a vue library into the ShadowDOM so that the host angular app can't rub its...
Consider a component that supports `v-model` usage. It needs to provide two things for the syntactic sugar to work. A `modelValue` prop, and an `update:modelValue` event. What I can't work...