awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesLayered Implementations

Concrete applications of clean architecture that isolate business logic from infrastructure.

Distinct from Clean Architecture Frameworks: Focuses on the actual implementation of layers rather than the frameworks providing the templates.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Layered Implementations. Refine with filters or upvote what's useful.

Awesome Layered Implementations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ddd-by-examples/libraryddd-by-examples का अवतार

    ddd-by-examples/library

    5,805GitHub पर देखें↗

    This project is a reference implementation of Domain-Driven Design patterns, functional domain modeling, and event-driven state coordination. It demonstrates the application of strategic and tactical design patterns to manage complex business requirements. The implementation utilizes a functional domain model with pure functions and immutable objects to manage state transitions and side effects. It features a Command Query Responsibility Segregation architecture to separate read and write models, alongside event-driven coordination to maintain consistency across autonomous business boundaries

    Isolates core business logic from external frameworks through hexagonal layering to ensure independence.

    Java
    GitHub पर देखें↗5,805
  • jasontaylordev/northwindtradersjasontaylordev का अवतार

    jasontaylordev/NorthwindTraders

    5,019GitHub पर देखें↗

    NorthwindTraders एक ASP.NET Core सैंपल एप्लिकेशन है जो RESTful वेब API विकसित करने के लिए एक संदर्भ कार्यान्वयन के रूप में कार्य करता है। यह HTTP पर व्यावसायिक कार्यक्षमता को उजागर करने के लिए .NET इकोसिस्टम के उपयोग को प्रदर्शित करता है। यह प्रोजेक्ट एक लेयर्ड एप्लिकेशन आर्किटेक्चर का उदाहरण प्रदान करता है, जो व्यावसायिक लॉजिक को इंफ्रास्ट्रक्चर और बाहरी डिपेंडेंसी से अलग करता है। यह एप्लिकेशन ऑब्जेक्ट्स को रिलेशनल डेटाबेस में मैप करने के लिए कोड-फ़र्स्ट दृष्टिकोण का उपयोग करके एक Entity Framework Core डेटा लेयर लागू करता है। कार्यान्वयन रिलेशनल डेटाबेस एकीकरण, सर्वर-साइड रिक्वेस्ट रूटिंग और डिकपल्ड आर्किटेक्चर लेयर्स के संगठन सहित मुख्य बैकएंड क्षमताओं को कवर करता है।

    Isolates business logic from infrastructure by implementing a decoupled, layered architecture.

    C#aspnet-coreclean-architecturecode-first
    GitHub पर देखें↗5,019
  1. Home
  2. Software Engineering & Architecture
  3. Clean Architecture Frameworks
  4. Layered Implementations