Skip to content
bitzorcas
EN

Concept

Host Technology Stack

Six-layer technology stack from HTTP endpoints down to external resources.

Last updated

Overview

The host stack diagram shows six technology layers stacked from top (HTTP endpoints) to bottom (external resources). Each layer has clear responsibilities and only communicates with adjacent layers, enforcing clean separation of concerns.

Key takeaways

  • Endpoints layer is the thinnest — just routing to Mediator handlers
  • Domain layer has zero external dependencies — pure business logic
  • Infrastructure adapters abstract away SQL Server, RabbitMQ, and MinIO
  • Each layer is independently testable through interface mocking