Please check out my microservices playlist in description where I have already talked about each of these patterns :), will do more in depth videos soon!
You’re absolutely right-transactions and Aggregates are crucial when designing a system, especially for something complex like Ride Assignment. Aggregates help maintain consistency within a bounded context, ensuring that operations like ride assignments are safe and conflict-free. While the video focused more on the high-level structure of Clean Architecture, covering transactional boundaries and aggregate design would add depth. Thanks for pointing this out-I’ll consider including these advanced concepts in future videos. Appreciate the thoughtful feedback! 😊
Clean over engineering, just structure your codebase with business layers and use interfaces to decouple implementations. That's it. We do it all the time at Netflix.
I was practicing clean architecture in python and you just dropped this video.. thanks 👍
Please do more videos on such like onion/hexogonal/DDD etc...with springboot examples. This helps a lot to be a good dev
Please check out my microservices playlist in description where I have already talked about each of these patterns :), will do more in depth videos soon!
Thank you for making a video of yours on that topic. I like you visuals as well as your clear and concise explanations.
Brilliant and concise ❤
Good and concise explanation. ✨
You're doing awesome, keep it up!
Excellent ! very clearly explained. Thanks a lot
Thankyou so much 😀.
Excellent presentation
Keep supporting us😊.
Nice graphics, but overlooks the critical aspect of transactions and lack of Aggregates to make things like Ride Assignment safe.
You’re absolutely right-transactions and Aggregates are crucial when designing a system, especially for something complex like Ride Assignment. Aggregates help maintain consistency within a bounded context, ensuring that operations like ride assignments are safe and conflict-free. While the video focused more on the high-level structure of Clean Architecture, covering transactional boundaries and aggregate design would add depth. Thanks for pointing this out-I’ll consider including these advanced concepts in future videos. Appreciate the thoughtful feedback! 😊
@@ByteMonk why does this sound like gpt reply
@@devnarula6733 each reply is carefully crafted, I review and write them all :)
@@ByteMonk great man :)
Awesome Video
Clean over engineering, just structure your codebase with business layers and use interfaces to decouple implementations. That's it. We do it all the time at Netflix.
keep going ❤
How do you make these nice animations? Which software or program do you use to make these?
Hi , what is then Controller, Service and Repository way of coding ?