-
Notifications
You must be signed in to change notification settings - Fork 42
Home
Thang Chung edited this page Oct 21, 2024
·
18 revisions
- https://microservices.io/post/architecture/2024/04/14/architecture-is-multi-dimensional.html
- arc42 and C4 Model: https://newsletter.techworld-with-milan.com/p/documenting-software-architectures
- EA in 1-pager: https://eaonapage.com/Enterprise%20Architecture%20on%20a%20Page%20(v2.1).pdf
- Lovely
devcontainer
set up: https://github.com/aliencube/aspire-contribs/blob/main/.devcontainer/on-create.sh
- https://dev.to/bibendi/transactional-outbox-from-idea-to-open-source-34ia
- https://github.com/adimiko/TransactionalBox
- https://github.com/event-driven-io/Blumchen
- https://github.com/rebus-org/Freakout
- https://martinfowler.com/bliki/FeatureFlag.html
- https://martinfowler.com/articles/feature-toggles.html
-
https://openfeature.dev/docs/reference/technologies/server/dotnet
- Make it work with .NET FeatureManagement: https://github.com/open-feature/dotnet-sdk-contrib/tree/main/test/OpenFeature.Contrib.Providers.FeatureManagement.Test
- Logging and tracing visualizer (try it) => https://github.com/asynkron/TraceLens
- Custom Otel: https://blog.codingmilitia.com/2023/09/05/observing-dotnet-microservices-with-opentelemetry-logs-traces-metrics/
- https://learn.microsoft.com/en-us/dotnet/aspire/community-toolkit/overview
- Nodejs: https://github.com/dotnet/aspire-samples/blob/main/samples/AspireWithNode/AspireWithNode.AppHost/Program.cs
- Python: https://github.com/dotnet/aspire/tree/main/playground/python
- Java: https://github.com/dotnet/aspire/issues/4491
- And the sample should be like https://github.dev/jeastham1993/PlantBasedPizza