Tag

sequence diagram

0 views collected around this technical thread.

Top Architect
Top Architect
Mar 10, 2025 · Artificial Intelligence

Using DeepSeek to Generate Mermaid Diagrams: Flowcharts, Gantt Charts, and Sequence Diagrams

This guide demonstrates how to leverage the DeepSeek AI model to automatically create Mermaid diagram code for flowcharts, Gantt charts, and sequence diagrams, walk through the required prompts, show the generated code, and compare Mermaid with traditional mind‑mapping tools.

AIDeepSeekDiagram Generation
0 likes · 6 min read
Using DeepSeek to Generate Mermaid Diagrams: Flowcharts, Gantt Charts, and Sequence Diagrams
macrozheng
macrozheng
Dec 6, 2024 · Fundamentals

Mastering PlantUML: From Basics to Advanced Sequence Diagrams

This article introduces PlantUML, explains its text‑based diagramming approach, walks through quick setup, IDE plugins, core sequence‑diagram syntax—including participants, message types, lifelines, activation bars, grouping, notes, and color customization—while providing complete code examples and best‑practice tips.

DiagrammingPlantUMLSoftware Modeling
0 likes · 12 min read
Mastering PlantUML: From Basics to Advanced Sequence Diagrams
macrozheng
macrozheng
Apr 9, 2024 · Fundamentals

Mastering UML: 7 Essential Diagrams for Every Software Design Phase

This guide explains the seven core UML diagrams—class, sequence, component, deployment, use‑case, state, and activity—detailing when and how to use each across requirement analysis, architecture design, and detailed design to produce clear, actionable software design documentation.

UMLarchitectureclass diagram
0 likes · 13 min read
Mastering UML: 7 Essential Diagrams for Every Software Design Phase
Architect
Architect
Mar 25, 2024 · Backend Development

Designing Payment Business Architecture: Process Decomposition, Sequence Diagram, and Structural Design

The article explains how to analyze, decompose, and design a payment system by breaking the workflow into modules, illustrating pre‑payment, third‑party integration, and post‑payment stages with sequence diagrams, and proposing a data‑structure model that covers account management, transaction records, order handling, and related business components.

Data ModelingTransaction Managementarchitecture
0 likes · 10 min read
Designing Payment Business Architecture: Process Decomposition, Sequence Diagram, and Structural Design
IT Architects Alliance
IT Architects Alliance
Nov 15, 2023 · Fundamentals

Understanding UML Model Diagrams: Class, Sequence, Component, Deployment, Use Case, State, and Activity Diagrams

This article explains the purpose, key elements, and appropriate usage scenarios of the main UML model diagrams—including class, sequence, component, deployment, use‑case, state, and activity diagrams—to help software engineers select and apply the right diagram at each stage of system design.

UMLarchitectureclass diagram
0 likes · 10 min read
Understanding UML Model Diagrams: Class, Sequence, Component, Deployment, Use Case, State, and Activity Diagrams
DeWu Technology
DeWu Technology
May 7, 2021 · Fundamentals

Software Engineering and PlantUML Practice

The article explains how software‑engineering’s planning‑to‑maintenance lifecycle benefits from UML, then demonstrates using the open‑source textual tool PlantUML to quickly create version‑controlled use‑case, activity (swimlane), state, sequence, and class diagrams, detailing each syntax element and illustrating real‑world examples.

PlantUMLState DiagramUML
0 likes · 13 min read
Software Engineering and PlantUML Practice