We like the architecture of our applications to revolve around the business logic, not around technical details (and especially not around the database). In my team at Sky Network Services we use the Clean Architecture and it has given us a great deal of benefits: the business logic is explicit, we are free to change our technical decisions, the app is easy to test, working on it is faster and scalable, it’s hard to do the wrong thing, and many more. But it comes at a cost, of course. In this talk I’ll tell you the story of our experience with Clean Architecture and give you some tips to get the most out of it. Example Project https://github.com/mattia-battiston/clean-architecture-example Downloads Online: https://goo.gl/DTxftJ PDF: https://goo.gl/ZAtdBN Powerpoint: https://goo.gl/D54wdZ (but you need to install these fonts to see it properly: https://goo.gl/iH8SO5)