π Project Highlights ( β View All My Projects β )
Repository | Description |
---|---|
ShortenerService | A URL shortener service built with ASP.NET Core 9, MongoDB, Redis, & Docker. Uses Minimal APIs, DispatchR for event-driven sync, & Scalar for interactive docs. Shorten URLs effortlessly! |
Basket | Basket service for an e-commerce platform in ASP.NET Core with involves several key functionalities. |
Reservation | Modern ASP.NET Core 9 reservation API using Vertical Slice architecture, FluentValidation, Redis & RedLock for concurrency control and prevent double booking scenario. Includes Outbox pattern to reliably deliver notification messages to a message broker. |
MediaService | Simple and extensible .NET 9 service for managing media files with MinIO. Supports upload, download, and bucket operations using a clean abstraction layer. |
Load Balancer | A comprehensive example project illustrating the implementation of horizontal scaling and load balancing for web applications using YARP. |
CleanArchitecture | This repository contains an example of a project using Clean Architecture in ASP.NET. It demonstrates the use of the CQRS and Mediator patterns, as well as the Circuit Breaker and Retry patterns using the Polly package. |
CQRSConcept | a practical ASP.NET Core 9 project showcasing CQRS pattern with MediatR and Clean Architecture for clean, scalable, and testable code. |