Mastering Clean Architecture: Designing Features

แชร์
ฝัง

ความคิดเห็น • 7

  • @geepy5708
    @geepy5708 5 หลายเดือนก่อน

    Hey foad, do you have any video on modular monolith? I’ve seen people talk about it but no one ever starts a project from scratch using it

  • @mehdi-vl5nn
    @mehdi-vl5nn 3 หลายเดือนก่อน

    entity vs domain?

  • @muhammadissa8220
    @muhammadissa8220 8 หลายเดือนก่อน

    As you mentioned before in CQRS video,
    you told us that what you are using in this video is CQS not CQRS and talking about if the implementation not separate write, read logics to different projects then it’s not CQRS,
    You have said that : If you want to explain CQRS, explain it using micro services or kafka not using mediatR and clean architecture ,
    So why now you called it CQRS?

    • @Foad_Alavi
      @Foad_Alavi  8 หลายเดือนก่อน

      Guilty is charged.
      What I’m using here is command query pattern or CQS. We use CQS, command query pattern, and CQRS interchangeably, which is a common mistake.
      In this tutorial, I started with clean architecture and will continue with rich domain model and DDD. Finally, I will migrate it to microservices.

    • @muhammadissa8220
      @muhammadissa8220 8 หลายเดือนก่อน

      Thank you

  • @michapolaszek7049
    @michapolaszek7049 7 หลายเดือนก่อน

    You can remove the unnecessary "using" statements with ctrl+r ctrl+g

    • @Foad_Alavi
      @Foad_Alavi  7 หลายเดือนก่อน

      Thanks I didn’t know that