Clean Architecture Data Sources: Part 05
Where does your data really come from? In Part 05 of our series, we dive into Clean Architecture Data Sources—the final destination for your API calls and database queries.
Read article
Category
Articles curated under Clean Architecture in english.
Where does your data really come from? In Part 05 of our series, we dive into Clean Architecture Data Sources—the final destination for your API calls and database queries.
Read article
khokanuzzamankhokan@gmail.com · February 8, 2026
Is your business logic tied to your database? In Part 04 of our Clean Architecture series, learn how the Repository pattern creates a bridge that keeps…
khokanuzzamankhokan@gmail.com · February 6, 2026
How does your app actually work? In Part 03 of our series, we dive into Clean Architecture Use Cases—the application-specific rules that orchestrate your data and…
khokanuzzamankhokan@gmail.com · February 5, 2026
Following our introduction, we are moving to the very center of the “onion” diagram. In this second part, we will explore Entities, which represent the core…