How to Create a UML Sequence Diagram FOR FREE

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

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

  • @foureight84
    @foureight84 4 หลายเดือนก่อน +2

    I've been using this for a while now and It's much better than other presentation methods. Stripe utilizes this in their documentation, although more stylized and pretty but it does the same thing.

  • @rockinblue978
    @rockinblue978 4 หลายเดือนก่อน

    Thanks for this! I'm moving in a Solution Architect direction rather than engineer but I can definitely see that uml sequence diagrams might be really useful to understand how a solution would interact over time.

  • @jnjnijl.
    @jnjnijl. หลายเดือนก่อน

    omggg thank youuuu like no words to thank, but thank you

  • @PoojaSumann
    @PoojaSumann 4 หลายเดือนก่อน +1

    Wow, this is such a great and handy tool! Thanks for sharing the video 😊

  • @robinsonarboleda1223
    @robinsonarboleda1223 4 หลายเดือนก่อน +6

    Why not Mermaid instead, and they have way more types of diagrams.

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

    Amazing 🎉

  • @王华宇-s6e
    @王华宇-s6e 3 หลายเดือนก่อน

    Being an SDM on Amazon is very intense, hope you could make a balance between the workload on Amazon and the channel!

  • @blo0m1985
    @blo0m1985 17 วันที่ผ่านมา

    why not Mermaid instead? as VS Code extension

  • @blo0m1985
    @blo0m1985 21 วันที่ผ่านมา

    It can be installed as plugin for Notepad++ (i failed to do it though)

  • @FauzulChowdhury
    @FauzulChowdhury 4 หลายเดือนก่อน +2

    You know @theprimagen just now tweeted about sequence diagram. We were just discussing this on his twitch channel. Timing...!

    • @BeABetterDev
      @BeABetterDev  4 หลายเดือนก่อน

      Had no idea!

  • @tanvirkazirocks
    @tanvirkazirocks 4 หลายเดือนก่อน +1

    Already developers are messed up for finishing coding, unit testing, code coverage, writing documentation within a strict timeline. Drag and drop diagram tools help developer to do the job done quickly and efficiently then why another coding for just to create the diagram?

    • @winstonm9764
      @winstonm9764 4 หลายเดือนก่อน +1

      This is actually great. There are people who cannot see the screen and use screen readers to code. In such cases, this is a great 12 for us. So use whatever makes you happy brother.

    • @alexrusin
      @alexrusin 4 หลายเดือนก่อน +1

      One of the advantages of code is that you can version control it with git or other VCS. Also, when you become more proficient, you will realize that you can do certain things faster using code instead of UI.

    • @heyitsdross
      @heyitsdross 4 หลายเดือนก่อน +2

      @@alexrusin Additionally, if it's code, it can potentially be auto generated. So one could take an existing project and generate diagrams for certain snippets on the fly, for example, and then continue building from there