home.social

#onionarchitecture — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #onionarchitecture, aggregated by home.social.

fetched live
  1. #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.

    knowledgezone.co.in/trends/bro

  2. #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.

    knowledgezone.co.in/trends/exp

  3. 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

  4. #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.

    knowledgezone.co.in/trends/exp

  5. 🧅 The Sliced Onion Architecture — after 15 years of Onion Architecture, it's time for a face lift! ☝️ odrotbohm.de/2023/07/sliced-on #onionarchitecture

  6. 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