31 مستودعات
Foundational libraries and templates that enforce the separation of business logic from infrastructure and presentation layers.
Distinct from Frameworks and Architectures: Distinct from general frameworks: focuses specifically on the structural enforcement of clean architecture principles rather than general-purpose web or UI frameworks.
Explore 31 awesome GitHub repositories matching software engineering & architecture · Clean Architecture Frameworks. Refine with filters or upvote what's useful.
This project is an ASP.NET Core solution template and boilerplate that implements a clean architecture pattern for building enterprise applications and web API backends. It provides a standardized project scaffold designed to separate business logic from infrastructure and user interfaces to ensure high testability and low coupling. The project features a database agnostic structure that allows for switching persistence providers without altering core business logic. It includes a command line tool for enterprise application bootstrapping, enabling the automated generation of project structur
Implements a clean architecture pattern that enforces the separation of business logic from infrastructure and presentation.
This project is a comprehensive template for building enterprise-grade applications using clean architecture principles. It provides a structured foundation that decouples core business logic from infrastructure concerns, ensuring that domain entities remain independent of specific frameworks or database implementations. By utilizing a mediator-based request dispatching pattern, the system separates state-mutating commands from read-only queries, promoting a clean separation of concerns across the entire codebase. The architecture is organized into vertical slices, grouping related logic and
Provides a development foundation that separates business logic from infrastructure to improve maintainability and testability.
This is a reference implementation of Uncle Bob's clean architecture for Android, structured into distinct domain, data, and presentation layers. The project demonstrates how to organize an Android application around business use cases, keeping domain logic and entities free from framework dependencies. The architecture enforces dependency inversion through layered separation, where inner domain layers define interfaces that outer layers implement. This approach enables repository abstractions for data source switching, presenter-view separation for testable UI logic, and use-case composition
Structuring an Android app into domain, data, and presentation layers following Uncle Bob's clean architecture principles for maintainable and testable code.
This project is a TypeScript-based architectural framework designed to implement domain-driven design and hexagonal architecture in enterprise applications. It provides a structured boilerplate that isolates core business logic from infrastructure concerns, ensuring that domain entities, use cases, and external technology adapters remain decoupled and maintainable. The framework distinguishes itself by enforcing strict architectural boundaries and dependency inversion, preventing unauthorized access to core logic from external layers. It utilizes a command-query responsibility segregation pat
Provides a strictly typed foundation for organizing complex business logic into decoupled modules with standardized command and query patterns.
COLA is a core architectural toolkit for Java applications designed around domain-driven design and a clean, object-oriented layered architecture. It provides a framework for managing project structures, implementing domain-driven entity modeling, and organizing enterprise application architecture to decouple business logic from technical dependencies. The project features a pluggable logic extension system that allows for the addition of new functionality through defined extension points without modifying the core codebase. It also includes a project bootstrapping toolkit and an integration
Provides a structural framework that enforces clean architecture and domain-driven design principles for Java applications.
This project is a boilerplate and template for Go applications implementing Clean Architecture. It provides a standardized project structure designed to organize code into decoupled layers, ensuring that core business logic remains independent of databases, frameworks, and user interfaces. The implementation focuses on a domain-driven design that utilizes dependency injection and the repository pattern to abstract data storage. It enforces architectural boundaries through internal package encapsulation and layer-based dependency inversion. The project includes a development toolchain that au
Provides a foundational template that enforces the separation of business logic from infrastructure and presentation layers.
This project is a reference implementation of the Model-View-ViewModel pattern using Android Jetpack components. It serves as an architecture template and layering guide, dividing application code into view, domain, and data layers to ensure a unidirectional flow of dependencies. The implementation focuses on state management and configuration change handling. It demonstrates how to synchronize UI updates across multiple screens using shared state containers and preserves application state during transitions between portrait and landscape orientations. The codebase covers a broad surface of
Demonstrates a clean architecture implementation for Android with separated domain, data, and presentation layers.
Pokedex is a reference implementation of an Android application that utilizes the MVVM architecture, Jetpack Compose for its declarative user interface, and Hilt for dependency injection. It serves as a sample project demonstrating a mobile application built with Android Jetpack and a Kotlin Coroutines network client to manage asynchronous data requests. The project implements a modular codebase to optimize build performance and enforce internal boundaries. It features a local persistence layer using the Room library to cache remote data on the device and utilizes Material Motion for fluid in
Serves as a reference implementation of an Android app demonstrating clean architecture, Hilt, and Jetpack.
This project provides a comprehensive collection of best practices, architectural patterns, and coding standards for the .NET ecosystem. It serves as a guide for developers to improve the readability, maintainability, and testability of C# applications by applying established software engineering principles. The repository focuses on enforcing consistent code style and structure through automated configuration rules. It emphasizes the use of SOLID design principles to create modular, loosely coupled components, alongside structured exception management to ensure diagnostic information is pres
Details architectural patterns for separating business logic from infrastructure to ensure modular and testable codebases.
EquinoxProject is an ASP.NET 9 web application template and reference implementation for building enterprise software. It provides a structural boilerplate centered on clean architecture, domain-driven design, and the separation of read and write operations through a command query responsibility segregation framework. The project incorporates event sourcing to track the history of business entities as a sequence of events for auditing and state reconstruction. It utilizes a layered approach to decouple business logic from external dependencies and frameworks. The system includes capabilities
Serves as a reference implementation and template for building applications using Clean Architecture principles.
This is a demonstration and template project that applies Clean Architecture principles to SwiftUI application development. It implements a layered architecture that separates presentation, business logic, and data access into independent layers, with unidirectional data flow managed through a single immutable app store that serves as the sole source of truth for all screens. The project distinguishes itself through its implementation of interactor-driven business logic, where all domain rules and workflows live in stateless objects that receive requests and update the central store. Dependen
Serves as a demonstration project applying Clean Architecture to SwiftUI with SwiftData persistence and networking.
Hanami is a full-stack Ruby web framework and API platform designed for building maintainable applications. It centers on a modular web architecture that organizes software into independent slices to prevent monolithic growth and isolate functional units. The framework implements a clean architecture by decoupling business logic from persistence and request handling. This is achieved through a central dependency injection container for managing object lifetimes and a repository pattern mapper that separates domain entities from the persistence layer. The project further provides a Rack-compa
Implements clean architecture by decoupling business logic from persistence and request handling.
هذا المشروع هو تنفيذ مرجعي لمعمارية Model-View-Presenter لتطبيقات Android. يعمل كمثال هيكلي لكيفية فصل منطق الأعمال عن واجهة المستخدم من خلال إطار عمل يعتمد على المقدم (presenter). يركز التنفيذ على نهج معمارية نظيفة، باستخدام المقدمين للتوسط في جميع الاتصالات بين نموذج البيانات والعرض. يستخدم نمط العرض السلبي وفصل يعتمد على الواجهة لعزل واجهة المستخدم عن قواعد النطاق. تدمج المعمارية منطق النطاق القائم على المتفاعل (interactor) والفصل الطبقي لتقليل الاقتران النظامي. يتيح هذا الهيكل اختبار الوحدة المستقل عن المنصة، مما يسمح بالتحقق من منطق التطبيق داخل آلة افتراضية قياسية لـ Java دون الحاجة إلى إطار عمل Android أو جهاز فعلي.
Provides a project structure that separates domain rules and business logic from the Android framework.
هذا المشروع عبارة عن تنفيذ مرجعي لأنماط التصميم الموجه بالمجال (Domain-Driven Design)، ونمذجة المجال الوظيفي، وتنسيق الحالة المدفوع بالأحداث. يوضح تطبيق أنماط التصميم الاستراتيجية والتكتيكية لإدارة متطلبات العمل المعقدة. يستخدم التنفيذ نموذج مجال وظيفي مع وظائف نقية وكائنات غير قابلة للتغيير لإدارة انتقالات الحالة والآثار الجانبية. ويتميز ببنية فصل مسؤولية الأمر والاستعلام (CQRS) لفصل نماذج القراءة والكتابة، إلى جانب التنسيق المدفوع بالأحداث للحفاظ على الاتساق عبر حدود العمل المستقلة. تتضمن قاعدة الكود بنية متجانسة معيارية باستخدام سياقات محدودة وطبقات سداسية لعزل المنطق الأساسي عن البنية التحتية. تتم إدارة ضمان الجودة من خلال مجموعة تطوير مدفوعة بالسلوك تعكس اللغة الشائعة للتحقق من سيناريوهات العمل والاختبارات المؤتمتة التي تفرض قيوداً معمارية. يطبق المشروع هذه الأنماط على مجال إدارة المكتبة، ويغطي صيانة كتالوج الكتب، وسير عمل التداول، وعمليات التحقق من الحجز، وتتبع عمليات الخروج المتأخرة.
Isolates core business logic from external frameworks through hexagonal layering to ensure independence.
u2020 is an example Android application that demonstrates how to wire together application components using compile-time dependency injection, annotation-driven view binding, and a slide-out debug drawer. The project serves as a real-world showcase for integrating Dagger for dependency injection and Butter Knife for view binding, both of which generate code at compile time rather than relying on runtime reflection. The application features an in-memory mock server that simulates backend responses using static data, enabling development and testing without a live network. A debug drawer overla
An example Android application demonstrating advanced dependency injection and debugging patterns.
BasePopup هي مكتبة نوافذ منبثقة وإطار عمل لمكونات واجهة المستخدم لنظام Android مصممة لإنشاء نوافذ عائمة مخصصة وتراكبات داخل تطبيقات Android. توفر مجموعة من العناصر القابلة لإعادة الاستخدام لعرض محتوى مركز وعناصر تحكم مؤقتة فوق شاشة التطبيق الرئيسية. تدير المكتبة تخطيط وعرض هذه العروض العائمة من خلال إطار عمل مخصص يوفر مظهر وسلوك القوائم المنبثقة. وهي تنفذ تحديداً وظائف النوافذ المنبثقة في Android لتوفير خيارات سياقية دون الحاجة إلى التنقل بعيداً عن الصفحة الحالية. يغطي إطار العمل تطوير مكونات واجهة المستخدم من خلال إدارة النوافذ، وحساب الإحداثيات بناءً على طرق العرض المرجعية، والتكيف الديناميكي للأبعاد. ويتعامل مع تضخم العرض (view inflation) ومعالجة الأحداث لدمج هذه العناصر العائمة في الواجهة المحمولة.
Implements the layout and display management for floating views using Android's PopupWindow mechanism.
NorthwindTraders هو تطبيق تجريبي لـ ASP.NET Core يعمل كمرجع لتطوير واجهات برمجة تطبيقات ويب RESTful. يوضح استخدام نظام .NET الأساسي لعرض وظائف الأعمال عبر HTTP. يوفر المشروع مثالاً على بنية تطبيق متعددة الطبقات، حيث يفصل منطق الأعمال عن البنية التحتية والتبعيات الخارجية. ينفذ طبقة بيانات Entity Framework Core باستخدام نهج الكود أولاً لتعيين كائنات التطبيق إلى قاعدة بيانات علائقية. يغطي التنفيذ إمكانيات الخلفية الأساسية بما في ذلك تكامل قاعدة البيانات العلائقية، وتوجيه الطلبات من جانب الخادم، وتنظيم طبقات البنية المفصولة.
Isolates business logic from infrastructure by implementing a decoupled, layered architecture.
هذا المشروع عبارة عن قالب تطبيق Android مرجعي بلغة Kotlin ومجموعة من التنفيذات النموذجية التي توضح مبادئ الهندسة النظيفة (Clean Architecture). يوفر تصميماً هيكلياً يعزل قواعد العمل الأساسية عن واجهة المستخدم ومصادر البيانات في وحدات متميزة ومطبقة. يركز التنفيذ على نمط Model-View-ViewModel (MVVM) لفصل منطق واجهة المستخدم عن نماذج البيانات. ويستخدم إطار عمل حقن التبعية (Dependency Injection) لأتمتة إنشاء الكائنات وإدارة دورات حياة المكونات، بينما يستخدم نمط المستودع (Repository) لتجريد طلبات البيانات عبر الذاكرة، والقرص، ومصادر السحابة. تدمج الهندسة تنظيم الحزم القائم على الميزات وتكوينات البناء النمطية للحفاظ على الاتساق عبر المشروع. كما تتضمن استراتيجية اختبار شاملة تجمع بين اختبارات الوحدة لمنطق العمل مع الأجهزة لواجهة المستخدم ووحدات وهمية للتحقق من طبقة البيانات.
Utilizes a clean architecture framework to enforce the separation of business logic from infrastructure.
هذا المشروع عبارة عن قالب تطبيق SwiftUI ومخطط معماري لبناء تطبيقات iOS. ينفذ العمارة النظيفة (Clean Architecture) ونمط MVVM لفصل منطق الأعمال، والوصول إلى البيانات، وواجهة المستخدم في طبقات متميزة. يستخدم إطار العمل حاوية حقن التبعية (dependency injection) لإدارة أعمار الكائنات ونمط منسق التدفق (flow coordinator) للتعامل مع التنقل وانتقالات الشاشة بشكل مستقل عن طبقة العرض. تتضمن قاعدة الكود أنظمة لإدارة بيانات الشبكة، وتتميز بترحيل البيانات عن بُعد، والاسترجاع المدعوم بالتخزين المؤقت، وتعيين البيانات عبر كائنات نقل البيانات (DTOs). كما توفر آليات لاستمرارية سجل البحث المحلي وإطار عمل لاختبار الوحدة للتحقق من منطق الأعمال وخدمات الشبكة.
Implements a structural approach that divides business logic, data persistence, and UI into scalable layers.
This project is a .NET Clean Architecture template designed to separate domain logic from infrastructure and web frameworks. It provides a project structure for C# applications and a React Redux frontend, creating a testable backend focused on maintainability. The implementation centers on Domain Driven Design, modeling core business domains using entities and value objects to manage complex requirements. It utilizes a decoupled architecture to ensure that business logic remains independent of external frameworks and database technologies. The project covers full stack application bootstrapp
Implements a clean architecture framework that separates business logic from infrastructure and presentation layers.