Dimitri-cmd's Stars
AntonioFalcaoJr/Dotnet5.Elasticsearch
This project aims to explore how NEST works with Elasticsearch in .NET 5 projects.
AntonioFalcaoJr/Dotnet.AWSLambda.AutoScaling
This project demonstrates the integration with AWS Auto Scaling service and .NET Core, using SAM for building and test.
AntonioFalcaoJr/gRPCvsREST.Benchmark
This Benchmark measures communication efficiency between services through REST versus gRPC unary calls. The specific scenario is a BFF that consumes data in a given service.
AntonioFalcaoJr/EventualShop
A state-of-the-art distributed system using Reactive DDD as uncertainty modeling, Event Storming as subdomain decomposition, Event Sourcing as an eventual persistence mechanism, CQRS, Async Projections, Microservices for individual deployable units, Event-driven Architecture for efficient integration, and Clean Architecture as domain-centric design
AntonioFalcaoJr/MinimalWebApplicationSSE
Minimal .NET 6 WebAPI - Server-Sent Events (SSE)
AntonioFalcaoJr/Dotnet6.EFCore6.Record.ValueObjects
This project aims to demonstrate the configuration and use of Records as Value Objects with EF Core 6
AntonioFalcaoJr/Dotnet6.GraphQL4.WebApplication
This project exemplifies the implementation and dockerization of a simple Razor Web MVC Core consuming a full GraphQL 4 Web API, build in a .NET 6 multi-layer project, considering development best practices, like SOLID and DRY, applying Domain-Driven concepts in a Onion Architecture.