Thang Chung

Results 130 issues of Thang Chung

It might keep 2 places to store product information between `catalog-product-api` and `inventory-api` so that we need keeping product info replication for some purposes such as filtering, sorting, fast query......

http://www.btellez.com/posts/triggering-github-actions-with-webhooks.html https://github.com/edburns/arm-oraclelinux-wls/blob/master/.github/workflows/READEME.md

Currently, I'm working on the project that uses `nginx-ingress` in the `AKS cluster` - in-cluster ingress, and I read through some of the articles and news that with the `Azure...

AppGw Feature Request
service mesh

- Elm - Webpack Apply the [elm-webpack-starter](https://github.com/moarwick/elm-webpack-starter) to speed up the development

enhancement

Using ELK stack & host it in the Docker container. Reference at [logging-with-logstash-elasticsearch-kibana-and-redis](https://medium.com/@pereiragoncalo/logging-with-logstash-elasticsearch-kibana-and-redis-e855bc08975d#.50qsk0b49) and [the best one](https://github.com/jvandevelde/distributed-playground/blob/master/docs/logging.adoc)

enhancement

Actually, we need to cache the READMODEL like at [RedisReadModelRepository.cs](https://github.com/rbanks54/microcafe/blob/master/MicroService-Common/MicroServices.Common/Repository/RedisReadModelRepository.cs) [Obsolete] Reference link at [http://zablo.net/blog/post/asp-net-core-redis-html-cache](http://zablo.net/blog/post/asp-net-core-redis-html-cache)

enhancement

The awesome article at [Event Sourcing awesome](https://tech.jet.com/blog/2016/09-07-event-sourcing-awesome/) and [the sample code](https://github.com/rbanks54/microcafe/blob/master/MicroService-Common/MicroServices.Common/Repository/EventStoreRepository.cs) Consider to apply it and use the project at [eventstore-docker](https://github.com/EventStore/eventstore-docker) for the infrastructure. References to myget at [My packages](https://www.myget.org/feed/qooroo/package/nuget/EventStore.ClientAPI.DotNetCore)

enhancement

[Domain Object Backed By a State Object](https://vaughnvernon.co/?p=879)

enhancement

https://github.com/lecode-official/reactive-database-context https://github.com/NickStrupat/EntityFramework.Triggers https://github.com/NickStrupat/EntityFramework.Rx

enhancement

Problem: At the moment, we use the DbContext for the ReadModel with the constraint on the specific entity. That looks like will not be a good approach for CQRS. Solution:...

enhancement