API Gateway Pattern
Using API Gateways like YARP or Ocelot to manage microservices traffic.
Distributed Tracing
Implementing observability in distributed systems using OpenTelemetry.
dotnet-aspire
gRPC in .NET
Building high-performance, contract-first services using gRPC in .NET.
Message Queues
RabbitMQやAzure Service Busを使用した非同期メッセージングパターンの実装と、MassTransitによる抽象化について解説します。
Resiliency with Polly
Implementing resilience patterns like Retry, Circuit Breaker, and Bulkhead using Polly.