Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clean-architecture

Who is responsible for handling the logic of data-caching and in-memory storages?

Implementing authentication and authorization in clean architecture with C#

Where to put Dependency Injection classes in clean architecture

Should a Domain Entity call a repository?

Should I use a Use Case even though it only acts as a middle-man to the Interface Adapter?

DDD bounded context naming

integrating clean architecture with ORM

Clean Architecture diagram

'Null' is not a subtype of type 'Future<Either<Failure, NumberTrivia>>'

gRPC and clean architecture - Where to place proto files

Clean Architecture - Should simple view logic be on Presenter or on View?

Realm: working with Clean-Architecture and RxJava2

DDD - Update a small detail on an Entity without updating the whole Aggregate Root

Clean architecture: use case mixing

clean-architecture

What is Business logic in Clean Architecture (domain)

How to inject service to domain entity and how to persist entity

How to avoid Services.AddScoped for every Use Case I have?

clean architecture toJson with sublist (reso coder)

How to follow Uncle Bob's rule(recommendation) to use one try-catch block in one method correctly?