Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 508 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 508 Bytes

A simple onion architecture model

First of all, why this repo?
Well, to answer a very singular question:

How can we have codebases that are easy to maintain, extend and still have the ability to increase performance later when those scaling headaches come.

Note: Most of the stuff I talk about here (specifically the specifics of how to design the codebase) are very specific to backend-engineering.

Checkout the docs starting with index.md for a quickstart!