#onionarchitecture — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #onionarchitecture, aggregated by home.social.
-
#ITByte: The #OnionArchitecture is an Architectural #Pattern that enables maintainable and evolutionary enterprise systems.
It externalizes the infrastructure with proper interfaces to ensure loose coupling between the application and the database. It decomposes further the application core into several concentric rings using inversion of control.
https://knowledgezone.co.in/trends/browser?topic=Onion-Architecture
-
#ITByte: The Clean #Architecture is the system architecture guideline proposed by Robert C. Martin derived from many architectural guidelines like #HexagonalArchitecture, #OnionArchitecture.
Here is a quick overview.
https://knowledgezone.co.in/posts/Clean-Architecture-62598efeeada9ba345c35f27
-
#ITByte: The #OnionArchitecture is an Architectural #Pattern that enables maintainable and evolutionary enterprise systems.
It externalizes the infrastructure with proper interfaces to ensure loose coupling between the application and the database. It decomposes further the application core into several concentric rings using inversion of control.
https://knowledgezone.co.in/trends/explorer?topic=Onion-Architecture
-
1) Understand the domain
2) Domain modelling (#ModelInCode)
3) Let a test drive us (#TDD)
4) Implement the controller
5) Drive the core implementation by a test (TDD again)
6) Extend the business logic facade (#HexagonalArchitecture)
7) Implement the command
8) Implement the event projection (#EventSourcing)
9) Implement the database access (#OnionArchitecture)
10) Release it (#CI_CD)
11) See your changes at work (#REPL #FSI)With code samples in #dotnet
-
#ITByte: The Clean #Architecture is the system architecture guideline proposed by Robert C. Martin derived from many architectural guidelines like #HexagonalArchitecture, #OnionArchitecture.
Here is a quick overview.
https://knowledgezone.co.in/posts/Clean-Architecture-62598efeeada9ba345c35f27
-
#ITByte: The #OnionArchitecture is an Architectural #Pattern that enables maintainable and evolutionary enterprise systems.
It externalizes the infrastructure with proper interfaces to ensure loose coupling between the application and the database. It decomposes further the application core into several concentric rings using inversion of control.
https://knowledgezone.co.in/trends/explorer?topic=Onion-Architecture
-
🧅 The Sliced Onion Architecture — after 15 years of Onion Architecture, it's time for a face lift! ☝️ https://odrotbohm.de/2023/07/sliced-onion-architecture/ #onionarchitecture
-
herbertograca.com/2017/11/16/e… and the posts before it explore the territory of the different-or-not-so-different application layer separation architectures named by various authors "Ports and Adapters" ("Hexagonal"), "Onion" and "Clean". It also ties these into DDD and CQRS, and how the various named concepts across these methodologies overlap and correspond to each other.
I haven't read the series from beginning to end, but it usually shows up when I want to refresh myself on the terminologies, as it has it all in one place.
#HexagonalArchitecture #PortsAndAdapters #PortsAndAdaptersArchitecture #CleanArchitecture #OnionArchitecture #DDD #CQRS
DDD, Hexagonal, Onion, Clean, CQRS, … How I put it all together