Skip to content

Instantly share code, notes, and snippets.

View OrestF's full-sized avatar
🏠
Working from home

Orest Falchuk OrestF

🏠
Working from home
View GitHub Profile
@OrestF
OrestF / abdi.md
Created June 18, 2024 09:25
ABDI - architecture

ABDI - App Business Data Infrastructure

Description

This is an overview of advanced rails architecture inspired by various patterns and frameworks like Domain Driven Design, Repository patterns, Trailblazer, Dry.rb and others.

Key concepts

Everything revolves around 4 nodes: App, Business, Data, Infrastructure. Each node has certain responsibilities that must be not used by other nodes.