How to auto generate Sequence Diagrams using plantuml - Show how your software works visually

preview_player
Показать описание
👉 No matter how good your software is, if you want people to be part of it, or appreciate it, you'll have to make sure that you explain the internals of the software in a visual and easy way.

In this video, I've not only explaind how to draw sequence diagram but have also about explained how to write plantUML code, the platuml syntax and how to use tools like visual studio code to generate the sequence diagrams automatically

#uml #sequencediagram #softwaredevelopment #programming #visualization #coding #design #productdesign #designthinking #architecture #documents #documentations #plantuml

Hi I am Deepak k Gupta (nickname - Daksh and Preferred). This channel is for budding as well as experienced software developers who are willing to explore the awesome world of programming.

Here is the brief list of things which you can find in my Youtube channel

1. C++ programming (latest specification C++17 and C++20 ), create high performance system applications using this one.
2. Create microservices designed for multiple CPU cores using my golang tutorial
3. Create web applications as well as backend application using my Javascript tutorial and node js
4. Create cross platform mobile apps using my flutter tutorial
5. Learn Python Programming, the language in demand and learn to do effective ways of doing Data Science and Machine Learning. My python tutorials includes but not limited to supervised and unsupervised learning, logistic regression, gradient descent. You will also be able to create neural networks using my Pytorch Tutorial
6. Learn source control with my git tutorial, which is one of the most widely used decentralized source control. Learn how to create branch using git branch, merge changes using git merge, checkout a branch using git checkout and commit your changes using git commit
7. Learn about persistent nosql databases like mongodb using my mongodb tutorial as well as in memory nosql databases like redis using my redis tutorial. you'll also learn about using redis nodejs
8. Understand the concept of handling large data using my big data tutorial and using databases like apache spark
9. Learn about graph theory and graph database and how to make use of graph databases like neo4j
Рекомендации по теме
Комментарии
Автор

Great video! But, I'd suggest dropping the "auto" on the video's title: I came here looking for something that would auto-generate plant uml code automagically, but, kept watching because it is really good! =)

paulosherring
Автор

Too many developer do not write their sequence diagrams and then it falls on others to get the application capabilities documented. I hope this tool provide this utility

ZFlyingVLover
Автор

I love using the activity diagram for showing the process that my code file follows, so anyone who looks at my code can figure out what my code is doing!

TheDriftingStig
Автор

One like for your example which made it so easy to understand

poosingh
Автор

I really like the part about writing logs in this format to create visualization of events/control flow in the application. Mind blowing.

mandeepx
Автор

extraordinary presentation of amazing tool. Thanks!

markusbuchholz
Автор

could you help me ? I cannot see the diagram into the Preview Window 😞

antoniocerini
Автор

Logs in this format is an out of the box thinking. really great. thanks

NaaneVinu
Автор

Thank you sir. I am interested in learning UML (PlantUML). I have just two questions: 1) Can this PlantUML process be used to describe ANY application logic? 2) Where is a good place to learn about the PlantUML syntax? (I'm also assuming at this point that PlantUML is its own flavor of UML.)

alangrant
Автор

Brother the plantuml link in your description is incorrect, you typed it wrong !

teerex
Автор

Sir can we auto generate sequence diagram from code.

AMRUTHANNEGOWDA
Автор

why.. just why are subtitles unavailable :S

Hillgrov
Автор

This title is a misnomer. Your video is showing how to 'MANUALLY' create sequence diagrams. Not Autogenerate.

terrytorres