I love using minigrammer. I am getting ready next week to show it to some people on my team as I find this to be a great way to store diagrams, as Visio and the other similar tools can be fairly cumbersome, especially when I am creating diagrams for cloud deployments. I just wish I had an easy way to layer diagrams. My only option, so far, is to copy the infrastructure diagram, then add in the new components/lines for the layer of interest, such as to show security controls. I need to look up Mermaid as I think that may also be useful for sequence diagrams, thanks.
@pontiv9 ай бұрын
I think the title is wrong, these tools aren't for converting code into diagrams but to create diagrams with code. It's a major difference
@h9511159511158 ай бұрын
he is not that good in English, you know🤫
@erickvidbaz30867 ай бұрын
@pontiv agree
@jorgecelis84597 ай бұрын
And do you know some tools for that? I google a bit and found sourcetrail, but it is not maintained since 2021
@jorgecelis84597 ай бұрын
And do you know some tools for that? I google a bit and found sourcetrail, but it is not maintained since 2021
@Infodatalyzer6 ай бұрын
@@h951115951115 He might have done intentionally for clickbait, I guess. Well, that's not what most people expect from the video called like that.
@saurabhzinjad72495 ай бұрын
00:14 Diagrams: A Python library to draw cloud system architectures in code for rapid prototyping and version control. 00:59 Go-Diagrams: A Go-based tool similar to Diagrams for creating cloud system architectures in code. 01:07 Mermaid: A JavaScript library using Markdown-style text to create and update diagrams easily. 01:42 PlantUML: A versatile tool using a domain-specific language to generate various types of diagrams. 02:12 ASCII Diagram Editors: Tools that render diagrams as ASCII art using plain text, like asciiflow and Monodraw (Mac Only). 02:46 Markmap: A tool that visualizes mind maps from Markdown documents, highlighting hierarchical relationships.
@pur3D3votion9 ай бұрын
Finally, someone who presents this topic and helps us see what's out there since diagraming manually is very time-consuming. Amazing video and thanks for taking the time to make it!
@attaboyabhi8 ай бұрын
only a developer appreciates the joy of managing diagram versions as code.
@Steve5c27818 ай бұрын
What do you use to create the animated diagrams in your videos?
@stonemannerie9 ай бұрын
I think the title is mixed up. Should be "Top 6 Tools to Turn Code into Beautiful Diagrams"
@GRASBOCK9 ай бұрын
The actual "Turn Diagrams into Code" would have been very interesting.
@eliaspfeffer9 ай бұрын
Yeah, that’s what I want!
@ahmedanwer17679 ай бұрын
Yeah
@scottamolinari9 ай бұрын
Puh, I watched this video to learn about diagrams that can be turned to code. It is the complete opposite. Thumb-downing this video, despite it being pretty well done.
@INDABRIT9 ай бұрын
@GRASBOCK AWS just released one at Re:Invent. I think it even integrates with VS code and creates cloud formation templates for you
@prasaugus8 ай бұрын
This post is extremely useful for documenting and versioning the same. Thank you. Can you let us know which tools you use for your presentation?? #bytebytego
@djordje19999 ай бұрын
We need to know how to make video from diagram as you do :D It's nice
@drith8 ай бұрын
aggre
@ItaloGomesV9 ай бұрын
I have tried mermaid and plantUML but what I enjoyed most was D2, it's very neat and with a easier syntax.
@yzadil6 күн бұрын
can you recommend a quick intro tutorial for D2? Thanks.
@ОлегЯрмоленко-ф6ц9 ай бұрын
Hi! Where do you create your animated diagrams? They are awesome!
@worldnewsforu56232 ай бұрын
This creator won't tell their secrets .. I asked this question in this creator LinkedIn KZbin but he did not respond.. what he need is only we need to watch his videos and content for his earning .. he will not respond to us
@parashar150520 күн бұрын
@@worldnewsforu5623 very true! I always find this bytebytego team to be really nasty!
@agatehao8 ай бұрын
I am curious what tools that ByteByteGo use to draw those beautiful animated diagram.
@hansisbrucker8138 ай бұрын
Graphviz is also good. It is used by Doxygen for example.
@superfliping6 ай бұрын
Great info. Would you be interested in being a judge for something like this? 1. CodeCraft Duel: Super Agent Showdown 2. Pixel Pioneers: Super Agent AI Clash 3. Digital Duel: LLM Super Agents Battle 4. Byte Battle Royale: Dueling LLM Agents 5. AI Code Clash: Super Agent Showdown 6. CodeCraft Combat: Super Agent Edition 7. Digital Duel: Super Agent AI Battle 8. Pixel Pioneers: LLM Super Agent Showdown 9. Byte Battle Royale: Super Agent AI Combat 10. AI Code Clash: Dueling Super Agents Edition
@jizhang24079 ай бұрын
May I ask if the animation was created by the diagrams library or by post-processing, using After Effects, for example?
@praenubilus19809 ай бұрын
power point most likely😏
@NarrowWare9 ай бұрын
Adobe After effects for sure. Since the approach is the same in all videos (frame duration, transitions, etc) I would go for the hypothesis that one of the people behind bytebytego (they are 3 people) does the animation.
@khomo129 ай бұрын
Great! I have been looking for tools used to "draw" the diagrams other than pure uml tools.
@eltreum19 ай бұрын
I was hoping at first, we finally got a new diagram as code solution lol. Some of these are nice looking options you could even generate with automation from parsing your *ML or JSON formatted configs. Layout becomes a challenge sometimes when they get too complicated and best as 10,000-foot overviews or detail fragments of more complicated systems. We are working on a network configuration database that models networks for automation provisioning and adding a similar JS library to auto generate wiring diagrams on demand for installers and design reviews and validations.
@willytjandra9 ай бұрын
Great video. Diagraming helps a lot in communicating ideas to others. I’d be interested to know how do you create the animated diagram as shown in the video 😊
@drevasaАй бұрын
It has been learning on thr steam deck. Controls are very different. Love the series.
@kirillstytsenko64142 ай бұрын
The animated videos are top notch! Could you explain what tools you used to make this?
@danielgospodinow9 ай бұрын
I found Excalidraw's AI to be super helpful! You just tell it what the system looks like and it creates a diagram for it.
@anhcoder8 ай бұрын
I'm using mermaid for few years and now knew about Python Diagrams via your video :)) Thanks
@4guns5 ай бұрын
Are there any markdown-based tools that can generate simple animated diagrams? Imagine something that can render some of the animations (building the static diagrams one element at a time) in the way that you've done for this video (such as the diagram built out starting at 0:15). Does such a tool exist?
@Rafael-nq2qk9 ай бұрын
Great content, excellent. I was wondering what tools do you use to edit your videos? Also, are there any types of libraries for symbols and animations you would recommend?
@5pmDataClub4 ай бұрын
can you plz give link for Diagrams tool, I am unbale to find correct url
@dupcode8 ай бұрын
Could you also tell me how to create, or any tools, to generate the animated diagrams?
@TheVincent0268Ай бұрын
For Angular: compodoc. I used to be a fan of these drawing/graph tools but stopped using them since I realized that the output lacks behind with the actual code very quickly.
@TheCinefotografiando9 ай бұрын
Clever way to rank top on next finetuning dataset crawl 💎
@vedantamitpandya9 ай бұрын
Just tell me first, where you guys are creating these diagrams!? @ByteByteGo
@nuferusi9 ай бұрын
"Animation tools: Adobe Illustrator and After Effects."
@mti2fw9 ай бұрын
They always animate diagrams manually? 😮
@davemeech9 ай бұрын
This is excellent stuff, I'll need to play around with these. I would love to generate AWS infrastructure diagrams from clpudformation or terraform templates.
@work50798 ай бұрын
I would love monodraw for windows. Are you aware of any alternative with comparable features?
@RHHS19857 ай бұрын
Thanks ! Any suggestion to draw BPMN swimlanes to document processes ?
@MonsieurSchue9 ай бұрын
There are a few tools out there truly using graphic/ diagram coding, Alteryx, KNIME.. to name a few. And it's for both coder and no coder. I've known quite a few professional coder wouldn't bother doing coding anymore with those tools. Who wouldn't want to get a step by step diagram but still opt for hundreds or thousands line of codes?
@rajaloni87046 ай бұрын
would u suggest one opensource tool for creating concepts maps (visualise & linking the same / different concepts) ..I would appreciate for your early response: D
@vigneshe34666 ай бұрын
which tool are you using for your videos?
@invisibleinvisible839 ай бұрын
Thank you🙏🏻 we are using plantuml too
@go_better9 ай бұрын
Thanks a lot! Wonderful tools, beautiful visuals and clear explanations
@escher44017 ай бұрын
What is the one used to do the background illustrations?
@chenliang52639 ай бұрын
Thanks. Keeping architecture diagrams up to-date is lagging. Is there a tool to create a database schema diagram as code?
@rembautimes88089 ай бұрын
Wow - something that I had been thinking about and great of you to share these resources.
@DarthJarJar109 ай бұрын
This exactly what I've been looking for for visually documenting work - thank you!
@tamarakepreyeomgbuayakimi.28418 ай бұрын
Me too.
@christopher966 ай бұрын
Can you actually create a diagram from code, such as Python, Java, C#, React, Angular, Node, Go, etc.? Or vice versa, to create the code based on the architecture diagram.
@serdar_197820 күн бұрын
I am actually looking for a more modern uml with animation in your video, the ones in the example are very simple
@cosmicrdt9 ай бұрын
But what tool did you use to animate and beautify the charts?
@NarrowWare9 ай бұрын
Adobe After effects for sure. Since the approach is the same in all videos (frame duration, transitions, etc) I would go for the hypothesis that one of the people behind bytebytego (they are 3 people) does the animation.
@misaelpereira96795 күн бұрын
The best one imo is Diagrams
@Infodatalyzer6 ай бұрын
Is there a diagram tool that could literally map at least a 100-1000 lines code? There are some code visualizers in VS Studio but they are kind of glitchy or do it in a very inconvinient way.
@anthonyjaguenaud345 ай бұрын
Hi, It is realy intresting, but how did you create the animation of diagrams ? For _diagrams_ with python, I don’t see how to create an animation. Is it possible directly ? Or do I need an other tool ?
@jorge.orozco9 ай бұрын
Do you have ProcessFlow Diagram? Yourdon Metodology?
@ThyagoVitorSampaio7 ай бұрын
GREAT JOB BRO! THANKS!
@khushikareddy351318 күн бұрын
Is there any tool that generates a Software DESIGN PATTERNS from UML diagrams/Codes?
@겉멋코딩9 ай бұрын
I realized that I want this every-time thx
@PS3PCDJ7 ай бұрын
I'm sticking with the tried and tested graphviz
@abbeyjv9 ай бұрын
Are you aware of any text tools that generate WBS(Work breakdown structure) diagram?
@user-wb4yj6sw3k9 ай бұрын
What you use to animate diagrams in your youtube videos
@VaibhavShewale9 ай бұрын
damn you changed the tile to something that someone recommended
@Rahulsapkota9 ай бұрын
any videos on tool for documentation for the api apart from swagger?
@ThatNiceDutchGuy7 ай бұрын
This would be the opposite side of function creep that most, if not all, programmers hate. Programmers hate that in others! They simply add another language, API, library, protocol, workflow or whatever. After a while the programmer will be gone, along with all the knowledge, and the next person will have a problem getting and keeping things working. Fortunately, the new people know this handy tool... There used to be a song: There's a hole in my bucket.
@kantyDarius8 ай бұрын
Mermaid is awesome, is just what i´ve been looking for, thanks a lot man!!
@fannigurtАй бұрын
You probably better to use PlantUML, because it will be more relevant for enterprise segment
@ottomaier71277 ай бұрын
Great video, thank you. But some links in the description would have been quite helpful ;-)
@MohammedLamineMEBAREK21 күн бұрын
any knows how thos diagrams are animated like in the video ?
@onionsandwich8 ай бұрын
THIS IS BEAUTIFUL !
@zerokifaco60769 ай бұрын
how do you make this video. do you use power point?
@NarrowWare9 ай бұрын
Adobe After effects for sure. Since the approach is the same in all videos (frame duration, transitions, etc) I would go for the hypothesis that one of the people behind bytebytego (they are 3 people) does the animation.
@frankie_goestohollywood7 ай бұрын
Thank you 🙂 Love your channel.
@nathanstanfordsr8 ай бұрын
What if you code in ColdFusion can it read any other languages?
@nagarava7 ай бұрын
Can I use C++?
@sarunas80023 ай бұрын
tried plantuml extensively. other than sequence diagraming it is bad. typically you want to diagram something that is more complex than two boxes. i found myself constantly fighting with it and then gave up
@victorolvera64829 ай бұрын
Thank you, I could use tools like this BUT is there anything out there that works the other way around. Like making a diagram first and then turn that into code.
@jeremiblurton_yt9 ай бұрын
There are a number of low-code/no-code platforms that attempt to do this. They are good for more simple applications and some workflow automation but you can run into issues with anything more complex.
@brodriguez110009 ай бұрын
@@jeremiblurton_yt Unreal Blueprints.
@ragnar67049 ай бұрын
chatgpt paid version , I used it for the same use case and I am able to get good results
@hottroddinn9 ай бұрын
@@brodriguez11000- Are you talking about the Unreal engine one?
@brodriguez110009 ай бұрын
@@hottroddinn Yes.
@psychotrout9 ай бұрын
Saw you in my LN feeds, this stuff is fantastic!
@ChaojianZhang8 ай бұрын
Good survey!
@rowenarrow9 ай бұрын
This is great. I will give a few of these a try
@hoven1309 ай бұрын
such a good video, i wanna watch it again just so i can watch it again 😂
@vivasjimmy8 ай бұрын
awesome tips thanks
@ArtemYakovlev9 ай бұрын
Truly amazing and useful content
@dawidlaszuk9 ай бұрын
I'd honestly appreciate some links to resources that you're referring to in the video.
@morespinach98329 ай бұрын
One google away.
@MuthukumarKB9 ай бұрын
You missed the c4 model and structurizr dsl...
@boulabiar9 ай бұрын
But how you animate them like in this video?
@morespinach98329 ай бұрын
Using Adobe tools
@dimitrikalinin33019 ай бұрын
Beautiful, thank you!
@AlvaroOByrne7 ай бұрын
oof, but how you did the animations? wow! well done!
@andrewparsons10419 ай бұрын
d2lang is also quite nice
@munteanionut39939 ай бұрын
Is there a tool that takes code and generates diagrams crom code??
@Viewpoint314Ай бұрын
How can I draw Neural Networks?
@tech-jeweler9 ай бұрын
thank you for this. leaving a thumbs up.
@kerlianglim56629 ай бұрын
Is there a tool to transform architecture diagrams into Terraform code and vice versa?
@davidmalechek94434 ай бұрын
The presentation of the output of these tools is way better than the tools. Misleading.
@wangyongt9 ай бұрын
what's the tool's name at 02:21 ?
@al-orangeАй бұрын
Graphviz
@Rachelebanham9 ай бұрын
+1 for PlantUML
@lewotech8 ай бұрын
I think freeform is very useful for creating diagrams.
@dirceusilva34379 ай бұрын
Very good, thanks!
@mePrafullАй бұрын
Thank you
@AhmedSalah-cs8jkАй бұрын
thanks. this my first time to know there is somthing called ascii art
@davidbayoalcaide70286 ай бұрын
what about D2lang?
@transientaardvark62317 ай бұрын
Clickbait - these don''t "turn code into diagrams", they draw diagrams by code.
@vladislavkomelkov74518 ай бұрын
What about c4?
@touristtam6 ай бұрын
So write diagram with code and not generate diagrams from code?
@StephenRayner9 ай бұрын
Xstate for writing complex state machines through diagrams
@jeongyeollee51218 ай бұрын
How about D2?
@Nine-zz6cs9 ай бұрын
Nice , Thank you
@MyrLin87 ай бұрын
excellent, thanks :)
@viniciusbeloni31994 ай бұрын
D2Lang playground (its same lang used by Terrastruct)