How to Create a UML Sequence Diagram FOR FREE

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 15

  • @jnjnijl.
    @jnjnijl. 6 годин тому

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

  • @foureight84
    @foureight84 2 місяці тому +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 2 місяці тому

    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.

  • @PoojaSumann
    @PoojaSumann 2 місяці тому +1

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

  • @jorgetovar621
    @jorgetovar621 16 днів тому

    Amazing 🎉

  • @王华宇-s6e
    @王华宇-s6e Місяць тому

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

  • @robinsonarboleda1223
    @robinsonarboleda1223 2 місяці тому +5

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

  • @FauzulChowdhury
    @FauzulChowdhury 2 місяці тому +2

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

  • @tanvirkazirocks
    @tanvirkazirocks 2 місяці тому +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 2 місяці тому +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 2 місяці тому +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 2 місяці тому +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