-
Updated
May 17, 2022 - JavaScript
#
clean-architecture
Here are 5,067 public repositories matching this topic...
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
-
Updated
Jul 5, 2022 - C#
Clean Architecture Solution Template for .NET 6
-
Updated
Jun 30, 2022 - C#
Sample ASP.NET Core 6.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
Jun 23, 2022 - C#
1
Clean Code concepts adapted for TypeScript
-
Updated
Jul 1, 2022 - TypeScript
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
-
Updated
Jun 16, 2022 - Go
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
nodejs
javascript
development
typescript
backend
ddd
best-practices
clean-code
architecture
domain-driven-design
design-patterns
clean-architecture
typeorm
onion-architecture
hexagonal-architecture
architectural-patterns
solid-principles
system-design
nestjs
secure-by-design
-
Updated
Jul 3, 2022 - TypeScript
android
kotlin
gradle
best-practices
architecture
mvvm
android-application
clean-architecture
jetpack
kotlin-coroutines
-
Updated
Jun 10, 2022 - Kotlin
awesome
csharp
solid
dotnet
aspnet
azure
best-practices
clean-code
composition
inheritance
clean-architecture
principles
-
Updated
May 12, 2022 - C#
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
-
Updated
Jun 2, 2022 - C#
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
Feb 18, 2022 - Kotlin
An android boilerplate project using clean architecture
android
boilerplate
buffer
android-development
android-application
android-boilerplate
clean-architecture
android-architecture
-
Updated
Oct 30, 2021 - Kotlin
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
Jun 4, 2022 - Swift
Example of Clean Architecture of iOS app using RxSwift
-
Updated
Mar 21, 2022 - Swift
ivanpaulovich
commented
Jul 4, 2020
Let's add MinVer and on successful builds generate a release.
1
Clean Architecture template for Golang services
-
Updated
Jun 29, 2022 - Go
DDD/Clean Architecture inspired boilerplate for Node web APIs
-
Updated
Jun 15, 2022 - TypeScript
Movie discovery app showcasing MVP, RxJava, Dagger 2 and Clean Architecture
-
Updated
Dec 4, 2019 - Java
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 14, 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
dotnet6
net6
dot-net-6
-
Updated
Jun 30, 2022 - C#
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
Jun 17, 2022 - Go
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.
An organized learning path on 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
Jan 19, 2022
Clean Architecture Template for .NET 6.0 WebApi built with Multitenancy Support.
template
boilerplate
dotnet
clean-architecture
webapi
multitenancy
codewithmukesh
dotnet-6
fullstackhero
-
Updated
Jul 3, 2022 - C#
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 23, 2022 - C#
Template iOS app using Clean Architecture and MVVM. Includes DIContainer, FlowCoordinator, DTO, Response Caching and one of the views in SwiftUI
xcode
architecture
mvvm
clean-architecture
ios-swift
viewmodel
mvvm-architecture
mvvm-ios
swiftui
viewmodels
-
Updated
Jun 3, 2022 - Swift
A simple package with guard clause extensions.
patterns
dotnet
pattern
clean-code
guard
design-patterns
clean-architecture
dotnet-core
guard-clauses
guard-clause
-
Updated
Jul 1, 2022 - 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
Jun 22, 2022 - C#
Android Sample Clean Architecture App written in Kotlin
-
Updated
May 21, 2022 - Kotlin
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.