Asynchronous Messaging Made Easy

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

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

  • @user-dc9zo7ek5j
    @user-dc9zo7ek5j 3 หลายเดือนก่อน

    You probably mentioned it in the full video, but although this is applicable for any application, keeping the code small and as simple as possible should be the main goal. This solution is good when the coupling interferes with complex business logic and thus causing: bugs, slow development, performance bottleneck.

  • @kakmca
    @kakmca 3 หลายเดือนก่อน

    Wow nice topic. Could you please let me know where I can get the full video...!

    • @Codewrinkles
      @Codewrinkles  3 หลายเดือนก่อน

      Here: th-cam.com/video/KkmuCRAqEdI/w-d-xo.html

  • @kantrasha
    @kantrasha 2 หลายเดือนก่อน

    The title is misleading since the video doesn't directly address any aspect of async or message-based architecture - for a person that doesn't have a priori knowledge of RabbitMQ or async design in general, this video will, at best, confuse them further.
    A more informative approach might be to split this video into multiple parts: one that covers the single responsibility principle, one that covers asynchronicity and a final one that explains how RabbitMQ can be used to handle the previous two in a very specific scenario