Mermaid.js lets you create mind maps for brainstorming and organizing thoughts from simple markdown. Come learn how it works.
Latest in Software Engineering
-
-
Using Mermaid.js you can create a simplified view of a project’s task structure and feature that on a status page or internal presentation. And you can do all of that using open markdown and without any commercial tooling.
-
Mermaid.js enables you to make nice and effective pie charts with simple markdown. Let’s take a look at the syntax.
-
User Journey Maps can help you effectively manage your products and improve the user experience. Generating them is easy with Mermaid.js.
-
Software Engineering
Illustrating git Branching with Markdown & Mermaid.js
by Matt Elandby Matt ElandMermaid.js git graphs help you easily explain git concepts in simple markdown. Let’s take a look at how they work and what you can do with them
-
Making sequence diagrams used to suck. Mermaid.js changes that and actually makes them awesome, standardized, and easy.
-
Let’s take a look at how Mermaid.js can help you build standardized UML class diagrams to embed in your documentation and repositories.
-
Database Development
Text-Based Entity Relationship Diagrams with Mermaid.js
by Matt Elandby Matt ElandLet’s see how we can create entity relationship diagrams with mermaid.js using GitHub, Polyglot Notebooks, and other tools
-
As a programming instructor, the number one mistake I see my students and graduates make when starting their side projects is that they forget to add a .gitignore file. In…