Tag

diagram

0 views collected around this technical thread.

Instant Consumer Technology Team
Instant Consumer Technology Team
May 19, 2025 · Fundamentals

How AI Can Generate High‑Quality Architecture Diagrams in Under 3 Minutes

This article demonstrates how to use AI‑powered text‑to‑diagram tools such as PlantUML, Mermaid, Flowchart, Graphviz, SVG, Obsidian Canvas, and draw.io to quickly create editable, high‑quality technical diagrams for software architecture and process flows.

AIMermaidPlantUML
0 likes · 12 min read
How AI Can Generate High‑Quality Architecture Diagrams in Under 3 Minutes
macrozheng
macrozheng
Apr 10, 2025 · Frontend Development

Master Mermaid: Build Flowcharts, Sequence & Class Diagrams via Docker

Learn how to install Mermaid Live Editor using Docker, then create various diagram types—including flowcharts, sequence diagrams, class diagrams, and mind maps—by writing simple Markdown-like syntax, with examples drawn from a SpringBoot‑Vue e‑commerce project and tips on theme customization.

DockerMarkdownMermaid
0 likes · 10 min read
Master Mermaid: Build Flowcharts, Sequence & Class Diagrams via Docker
DevOps Cloud Academy
DevOps Cloud Academy
Jun 23, 2024 · Fundamentals

Generating Flowcharts and Diagrams with Mermaid and draw.io Using ChatGPT

This article explains how to use ChatGPT to generate Mermaid diagram code for flowcharts, sequence diagrams, Gantt charts, and entity‑relationship diagrams, and then import the code into the online drawing tool draw.io to create visual workflow charts, highlighting the benefits over manual drawing.

ChatGPTMermaidautomation
0 likes · 6 min read
Generating Flowcharts and Diagrams with Mermaid and draw.io Using ChatGPT
Top Architect
Top Architect
Jan 10, 2024 · Fundamentals

PlantUML Tutorial: Installation, Usage, Diagram Types, and Practical Example

This article introduces PlantUML, explains how to install its plugins for IDEs, demonstrates various diagram types such as activity, class, component, and sequence, and provides a practical code example for modeling authentication flows, making it a comprehensive guide for creating UML diagrams efficiently.

PlantUMLTutorialUML
0 likes · 8 min read
PlantUML Tutorial: Installation, Usage, Diagram Types, and Practical Example
macrozheng
macrozheng
Jan 8, 2024 · Fundamentals

Boost Your Documentation Efficiency: Master PlantUML for Rapid Diagram Creation

This article introduces PlantUML, an open‑source tool that lets developers generate various UML diagrams directly from text, explains how to install the IntelliJ IDEA plugin, and provides step‑by‑step code examples for sequence, use‑case, class, activity, and mind‑map diagrams, complete with visual outputs.

PlantUMLSoftware DocumentationUML
0 likes · 13 min read
Boost Your Documentation Efficiency: Master PlantUML for Rapid Diagram Creation
Top Architect
Top Architect
May 17, 2023 · Fundamentals

How to Draw Effective Architecture Diagrams

This article explains how to create clear and effective software architecture diagrams by defining architecture concepts, describing various diagram types such as business, application, technical and data architectures, introducing the 4+1 and C4 view models, and offering practical tips on audience targeting, visual elements, and consistency with code.

4+1 viewC4 modelarchitecture
0 likes · 9 min read
How to Draw Effective Architecture Diagrams
Efficient Ops
Efficient Ops
Nov 6, 2022 · Operations

Visualizing Business‑Process Monitoring with Grafana, Diagram & FlowCharting

This article examines the evolution of a monitoring platform, identifies key challenges such as alarm overload and fragmented data, and presents a solution that combines Grafana with Diagram and FlowCharting plugins to create business‑process‑oriented, data‑driven visualizations for faster issue resolution.

FlowChartingGrafanaMermaid
0 likes · 10 min read
Visualizing Business‑Process Monitoring with Grafana, Diagram & FlowCharting
Sohu Tech Products
Sohu Tech Products
Sep 21, 2022 · Fundamentals

How to Create Effective Architecture Diagrams: Definitions, Views, and Best Practices

This article explains the purpose and definition of system architecture, introduces the 4+1 and C4 diagram models, and provides practical guidelines for drawing clear, audience‑focused architecture diagrams that accurately convey structural and behavioral information.

4+1 viewC4 modelarchitecture
0 likes · 10 min read
How to Create Effective Architecture Diagrams: Definitions, Views, and Best Practices
Architect's Guide
Architect's Guide
Aug 20, 2022 · Fundamentals

How to Create Effective Architecture Diagrams: Methods, Views, and Best Practices

This article explains the purpose and classification of software architecture diagrams, introduces the 4+1 and C4 view models, and provides practical guidelines for drawing clear, audience‑focused diagrams that accurately reflect system structure and align with code.

4+1 viewC4 modelarchitecture
0 likes · 7 min read
How to Create Effective Architecture Diagrams: Methods, Views, and Best Practices
IT Services Circle
IT Services Circle
Feb 17, 2022 · Frontend Development

Using Mermaid Diagrams in GitHub Markdown: A Quick Introduction

GitHub now integrates the Mermaid diagram plugin into Markdown, allowing developers to embed flowcharts, sequence diagrams, Gantt charts, and more directly in documentation using simple text syntax, which streamlines visualization, reduces maintenance overhead, and enhances collaborative understanding of project architectures.

GitHubMarkdownMermaid
0 likes · 5 min read
Using Mermaid Diagrams in GitHub Markdown: A Quick Introduction
IT Architects Alliance
IT Architects Alliance
Nov 17, 2021 · Fundamentals

How to Create Effective Architecture Diagrams: Concepts, Types, and Best Practices

This article explains the purpose and basic concepts of software architecture diagrams, introduces common view types such as scenario, logical, physical, process, and development, discusses criteria for good diagrams, highlights typical pitfalls, and presents the C4 modeling approach with practical examples and tool recommendations.

C4 modelVisualizationdiagram
0 likes · 12 min read
How to Create Effective Architecture Diagrams: Concepts, Types, and Best Practices
Top Architect
Top Architect
Oct 22, 2021 · Fundamentals

Installing and Using PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation

This article guides Java developers on installing the PlantUML plugin for IntelliJ IDEA, setting up Graphviz, configuring environment variables, and creating UML diagrams directly from text, including sample code and alternative Chrome viewer options.

GraphvizIntelliJ IDEAPlantUML
0 likes · 5 min read
Installing and Using PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation
Architecture Digest
Architecture Digest
Sep 26, 2021 · Fundamentals

How to Install and Use the PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation

This guide explains what PlantUML is, its advantages, how to install the PlantUML plugin and Graphviz on Windows, configure IntelliJ IDEA, write PlantUML code to generate diagrams, and alternative browser‑based options, providing a complete workflow for developers.

GraphvizIntelliJ IDEAPlantUML
0 likes · 4 min read
How to Install and Use the PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation
macrozheng
macrozheng
Mar 5, 2021 · Fundamentals

Mastering Architecture Diagrams: Types, Zachman Framework & Practical Guides

This article explains why architecture diagrams are essential for developers, outlines the main categories of diagrams, introduces the Zachman framework and its six-by-six matrix, and provides step‑by‑step examples for creating selection, microservice, and technical architecture diagrams.

TOGAFZachmanarchitecture
0 likes · 10 min read
Mastering Architecture Diagrams: Types, Zachman Framework & Practical Guides
Top Architect
Top Architect
Sep 15, 2020 · Fundamentals

Generating UML Class Diagrams in IntelliJ IDEA

This tutorial explains how to use IntelliJ IDEA's built‑in Diagram plugin to automatically generate UML class diagrams for Java classes, covering configuration steps, shortcut keys, example screenshots, and the tool's limitations for software design documentation.

IDE PluginIntelliJ IDEAJava
0 likes · 4 min read
Generating UML Class Diagrams in IntelliJ IDEA
Top Architect
Top Architect
Jul 20, 2020 · Fundamentals

How to Create Effective Architecture Diagrams: Concepts, Types, and Best Practices

This article explains the value of technical diagramming, defines architecture and architecture diagrams, describes their purposes, outlines common diagram categories such as the 4+1 view, offers criteria for good diagrams, addresses typical pitfalls, and introduces the C4 model with concrete examples and a case study.

C4 modelarchitecturediagram
0 likes · 10 min read
How to Create Effective Architecture Diagrams: Concepts, Types, and Best Practices
Laravel Tech Community
Laravel Tech Community
Jun 29, 2020 · Fundamentals

How to Create Clear Architecture Diagrams: Concepts, Types, and Best Practices

This article explains the purpose and value of architecture diagrams, defines key concepts, outlines five common view types, discusses criteria for good diagrams, highlights common pitfalls, and introduces the C4 modeling approach with examples to help engineers communicate system designs effectively.

C4System Modelingarchitecture
0 likes · 9 min read
How to Create Clear Architecture Diagrams: Concepts, Types, and Best Practices
Architecture Digest
Architecture Digest
Apr 14, 2019 · Fundamentals

A Practical Methodology for Clear Software Architecture Diagrams Using the C4 Model

This article introduces a systematic approach to creating clear software architecture diagrams, explains fundamental concepts of architecture and diagram types, discusses common pitfalls, and demonstrates how the C4 model can be applied to produce self‑describing, audience‑focused visualizations for developers, operations, and product teams.

C4 modelSystem Modelingarchitecture
0 likes · 11 min read
A Practical Methodology for Clear Software Architecture Diagrams Using the C4 Model