Reading bar codes from PDF documents and it’s challenges image A love-hate relationship with Samsung Knox Manage

Generate UML sequence diagrams with Javascript

Sequence diagram is a very useful tool for representing a sequence of interactions between objects, modules or processes. I am using it mostly to represent HTTP interactions between REST APIs or Web Services. It’s very easy to understand within your team and with your stakeholders. There are many good books about Unified modeling language UML, but you can start your UML journey here.

Sequence diagrams, can be hard to maintain and change, that’s why there are many tools that can help you with that. I am particularly fond of simple generator library based on JavaScript called js-sequence-diagrams. It will turn your text into nice UML sequence diagrams, like this one below.

A screen shot from author's documentation page.
Figure 1: A screen shot from author’s documentation page.

The syntax is simple and you can be generating sequence diagrams in no time! Check out the documentation page for more information and try it out.

Ta-Da!

About Miha
I've always been fascinated by computers. I am happy that I can work in this creative field of software development, where I can solve problems. I am also an avid cyclist :) and I love to learn...a lot!
Related Posts
  • All
  • By Author
  • By Category
  • By Tag

Leave a Reply