Clean Architecture by Example in 5 Minutes

preview_player
Показать описание
Applying the Clean Architecture is actually a lot simpler than you might think.
Join me at the black board and I show you how to design a feature step-by-step following the rules of the Clean Architecture.
Рекомендации по теме
Комментарии
Автор

One of the best youtube video on Clean Architecture, especially the explanation on dependency inversion principle which is the key technique of achieving inward dependency.

medrlayman
Автор

Thanks for making this video, please make more similar videos.

being_aslam_tiger
Автор

Very informative. Any chance on sharing an example on how this would translate into code (from start to finish)? Thank you !

theseenandunseen
Автор

Thanks for this amazing tutorial. Do you have in plans to do an video about your VsCode configuration that you are currently using for .Net?

npee
Автор

Thank you for the video! Im really curious to know what software you use for these animated diagrams! Would you share?

Wouldntyouliketoknow
Автор

I think domain is an implementation detail. Usually we need different repres of the same object when we send it back as a response and different repres when we save into a dstastore, so DTOs. I always see too simple samples.

botyironcastle
Автор

Any recommended repo that applies to this?

igeoorgeg
Автор

what if I have an embedded system. A mortar that should fire, tilt, pan. There is target and environment. The mortar has motors which are stepper motors they can change in the future. Are the motors part of the domain or I/O ?? (I have a motor abs class which has a and there is an implementation based on the current motor) I want it this to become clean arch.

botondvasvari
Автор

I like the video, can you make similar one about Onion?

marcint