← Back to work

Enterprise E-Commerce Microservices

Multi-service platform with Catalog, Basket, Discount, and Ordering services behind an Ocelot API Gateway.

▌ Field notes · what shipped

  1. 01

    Catalog (MongoDB), Basket (Redis), Discount (gRPC + PostgreSQL), Ordering (DDD + MediatR).

  2. 02

    Ocelot API Gateway for routing.

  3. 03

    RabbitMQ + MassTransit for inter-service messaging.

  4. 04

    Clean Architecture and CQRS throughout.