#clean-architecture
Read more stories on Hashnode
Articles with this tag
I see the same mistake happen over and over again. Developers discover Clean Architecture, get excited about its principles, and then... they turn the...
If you were to glance at the folder structure of your system, could you tell what the system is about? And here's a more interesting question. Could a...
This is a question I often hear: how do I design my use case with Clean Architecture? I understand the confusion. Figuring out what to place in the...
The applications you build serve your users (customers) to help them solve some problems. It's a common requirement that you will need to know who the...
I've been using Clean Architecture for 6+ years on large-scale applications serving thousands of customers and millions of requests. Today I want to...
Software architecture is a blueprint for how you should structure your system. You can follow this blueprint strictly, or you can give yourself...