Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in clean-architecture

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?

Flutter BLoC - Bloc vs Cubit event driven state management advantages

Android paging library with clean architecture

In service oriented architecture, Is it a good practise that a mapper calls a service?

Clean Architecture: Where to make API calls

Clean Architecture and Asp.Net Core Identity

Can a DDD repository be stateful?

Using clean MVP on android with RxJava: How can you keep the presenter free of any android knowledge while still observing on the UI thread?

Can hibernate business objects be used as entities in a clean architecture?

Controller in Clean Architecture

Android specific code in clean architecture

What is difference between mvvm with clean architecture and mvvm without clean architecture in Android?

Managing transactions in service layer + Clean Architecture/DDD principles