-
Updated
Jul 23, 2021 - JavaScript
#
clean-architecture
Here are 3,334 public repositories matching this topic...
A starting point for Clean Architecture with ASP.NET Core
-
Updated
Aug 17, 2021 - C#
Sample ASP.NET Core 5.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
microsoft
ddd
dotnetcore
rest-api
clean-code
architecture
ebook
design-patterns
clean-architecture
efcore
asp-net-core
asp-net-core-mvc
monolith
ddd-patterns
software-architecture
ddd-architecture
ddd-sample
-
Updated
Jul 13, 2021 - C#
Clean Architecture Solution Template for Angular 12 and .NET 5
-
Updated
Aug 11, 2021 - C#
A comprehensive list of books on Software Architecture.
awesome
books
architecture
goodreads
clean-architecture
software-engineering
awesome-list
software-architecture
software-design
-
Updated
Jul 29, 2021
android
kotlin
gradle
best-practices
architecture
mvvm
android-application
clean-architecture
jetpack
kotlin-coroutines
-
Updated
Aug 9, 2021 - Kotlin
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
-
Updated
Jun 9, 2020 - Go
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
-
Updated
Aug 11, 2021 - C#
awesome
csharp
solid
dotnet
aspnet
azure
best-practices
clean-code
composition
inheritance
clean-architecture
principles
-
Updated
Jul 19, 2021 - C#
A curated list of awesome articles and resources to learn and practice about software architecture, patterns, and principles.
design-systems
design-pattern
awesome
microservices
ddd
architecture
oop
design-patterns
clean-architecture
awesome-list
microservices-architecture
onion-architecture
architectural-patterns
software-architecture
ddd-architecture
system-design
vertical-slices
architectural-styles
modular-monoliths
-
Updated
Aug 12, 2021
An android boilerplate project using clean architecture
android
boilerplate
buffer
android-development
android-application
android-boilerplate
clean-architecture
android-architecture
-
Updated
Mar 28, 2021 - Kotlin
This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
android
kotlin
functional-programming
kotlin-android
android-development
clean-architecture
architectural
lessons-learned
architectural-patterns
mobile-development
android-cleanarchitecture-kotlin
-
Updated
Aug 3, 2021 - Kotlin
Example of Clean Architecture of iOS app using RxSwift
-
Updated
May 22, 2020 - Swift
ivanpaulovich
commented
Jul 4, 2020
Let's add MinVer and on successful builds generate a release.
1
DDD/Clean Architecture inspired boilerplate for Node web APIs
-
Updated
Aug 11, 2021 - JavaScript
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
-
Updated
Dec 4, 2019 - Java
Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
nodejs
javascript
typescript
best-practices
architecture
domain-driven-design
design-patterns
clean-architecture
typeorm
onion-architecture
hexagonal-architecture
architectural-patterns
solid-principles
system-design
nestjs
secure-by-design
-
Updated
Aug 2, 2021 - TypeScript
SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
swift
sample
demo
architecture
mvvm
coredata
clean-architecture
example-project
cleanarchitecture
mvvm-architecture
interactor
swiftui
swiftui-example
-
Updated
Aug 2, 2021 - Swift
.NET 5, ASP.NET Core 5, Entity Framework Core 5, C# 9, Angular 12, Clean Code, SOLID, DDD.
angular
typescript
csharp
solid
dotnet
aspnetcore
ddd
dotnetcore
best-practices
clean-code
architecture
domain-driven-design
dot-net
clean-architecture
dotnet-core
aspnet-core
c-charp
dotnet5
net5
dot-net-5
-
Updated
Aug 18, 2021 - C#
Open
Why not Hilt?
6
Piasy
commented
Jul 10, 2020
Why don't you use Hilt? Google says
Dagger and Hilt code can coexist in the same codebase. However, in most cases it is best to use Hilt to manage all of your usage of Dagger on Android.
A full-stack .NET microservices build on Dapr and Tye
docker
kubernetes
redis
microservices
typescript
reactjs
ddd
rest-api
postgresql
grpc
clean-architecture
dotnet-core
cloud-native
microservices-architecture
service-mesh
ddd-example
aks
tye
dapr
-
Updated
Jun 8, 2021 - C#
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
design-systems
cqrs
rest
dotnet
ddd
rest-api
clean-code
domain-driven-design
design-patterns
entity-framework
clean-architecture
entity-framework-core
dapper
mediatr
software-architecture
cqrs-simple
ddd-example
dotnercore
ddd-cqrs
-
Updated
Feb 22, 2021 - C#
Android Sample Clean Architecture App written in Kotlin
-
Updated
May 10, 2021 - Kotlin
An organized learning path about Clean Code, Test-Driven Development, Legacy Code, Refactoring, Domain-Driven Design and Microservice Architecture
refactoring
learning
agile
tdd
clean-code
domain-driven-design
clean-architecture
software-development
hexagonal-architecture
solid-principles
cqrs-es
legacy-code
microservice-architecture
study-path
-
Updated
Jul 7, 2021
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
refactoring
go
golang
firebase
cqrs
serverless
ddd
terraform
gcp
google-cloud
clean-architecture
hexagonal-architecture
firestore
-
Updated
Aug 12, 2021 - Go
A fork of our clean architecture boilerplate, this time using the Android Architecture Components
-
Updated
Jun 22, 2020 - Kotlin
Pokedex app built with Flutter (with lots of animations) using Clean Architecture
pokedex
clean-code
clean-architecture
flutter
flutter-apps
flutter-demo
flutter-examples
flutter-ui
pokemon-info
-
Updated
Jul 11, 2021 - Dart
-
Updated
Feb 8, 2021
Improve this page
Add a description, image, and links to the clean-architecture topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clean-architecture topic, visit your repo's landing page and select "manage topics."
https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21
I believe the comparison operator used in the
IsBroken
method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.