How to Create a UML Sequence Diagram FOR FREE
Вставка
- Опубліковано 6 гру 2024
- UML Sequence Diagrams are an effective way to communicate the interactions between components in software systems. In this video, I show you how to get started using sequence diagrams using a free and easy to use tool called PlantUML.
PlantUML Code - gist.github.co...
PlantUML Local Installation - github.com/pla...
Sign up for my Newsletter to receive regular AWS updates AND get a FREE PDF that includes 5 AWS Project Ideas: beabetterdev.c...
📚 My Courses 📚
AWS Learning Accelerator - Learn AWS Through a Hands On Project - courses.beabet...
AWS Step Functions Masterclass - courses.beabet...
AWS Lambda - A Practical Guide - www.udemy.com/...
🎉SUPPORT BE A BETTER DEV🎉
Become a Patron: / beabetterdev
📚 INCREDIBLE BOOKS TO BUILD YOUR ABILITY TO FOCUS AND ORGANIZE 📚
Deep Work - amzn.to/463oPRk
So Good They Can't Ignore You - amzn.to/3PPo48N
Digital Minimalism - amzn.to/3Q00nep
A World Without Email - amzn.to/3t6nGKq
Time Block Planner - amzn.to/44Z9nEI
📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
Clean Code - amzn.to/37T7xdP
Clean Architecture - amzn.to/3sCEGCe
Head First Design Patterns - amzn.to/37WXAMy
Domain Driven Design - amzn.to/3aWSW2W
Code Complete - amzn.to/3ksQDrB
The Pragmatic Programmer - amzn.to/3uH4kaQ
Algorithms - amzn.to/3syvyP5
Working Effectively with Legacy Code - amzn.to/3kvMza7
Refactoring - amzn.to/3r6FQ8U
🎙 MY RECORDING EQUIPMENT 🎙
Shure SM58 Microphone - amzn.to/3r5Hrf9
Behringer UM2 Audio Interface - amzn.to/2MuEllM
XLR Cable - amzn.to/3uGyZFx
Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
Desk Microphone Mount - amzn.to/3qXMVIO
Logitech C920s Webcam - amzn.to/303zGu9
Fujilm XS10 Camera - amzn.to/3uGa30E
Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
💻 MY DESKTOP EQUIPMENT 💻
Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
Autonomous ErgoChair 2 - bit.ly/2YzomEm
Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
🌎 Find me here:
Twitter - / beabetterdevv
Instagram - / beabetterdevv
Patreon - Donations help fund additional content - / beabetterdev
#SoftwareEngineer
#SoftwareDeveloper
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.
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.
omggg thank youuuu like no words to thank, but thank you
Wow, this is such a great and handy tool! Thanks for sharing the video 😊
Amazing 🎉
Why not Mermaid instead, and they have way more types of diagrams.
Being an SDM on Amazon is very intense, hope you could make a balance between the workload on Amazon and the channel!
You know @theprimagen just now tweeted about sequence diagram. We were just discussing this on his twitch channel. Timing...!
Had no idea!
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?
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.
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.
@@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