Atlas
  • All-in-one
  • Solutions
  • Compare
  • Pricing
PricingGet started

Guides

Guides, page 21

Page 21 of 32. Practical, honest writing on consolidating your stack, running client work end to end, and getting more done with fewer tools.

Back to the latestSee the work OS

Guides, page 21

  • July 3, 2026·10 min read·Azure, cloud architecture, diagramming, VNet

    How to Make an Azure Architecture Diagram: A Tutorial

    Azure organizes resources differently from AWS, and a good Azure diagram reflects that - subscriptions, resource groups, and VNets are the boundaries that give the picture its meaning.

  • July 3, 2026·11 min read·AWS, cloud architecture, diagramming, VPC

    How to Make an AWS Architecture Diagram (Step by Step)

    A good AWS diagram is built from the outside in - boundaries first, then services, then flows. This is the method that produces a diagram people trust rather than one they have to decode.

  • July 3, 2026·10 min read·AWS, cloud architecture, diagram symbols, diagramming

    AWS Architecture Diagram Symbols and Icons: A Reference Guide

    AWS ships hundreds of service icons and a set of grouping conventions that carry real meaning. Reading them fluently is what separates a diagram that communicates from one that just looks technical.

  • July 3, 2026·10 min read·plantuml, graphviz, diagram as code, comparison

    PlantUML vs Graphviz: Which Diagram Tool Should You Use?

    PlantUML and Graphviz are both text-to-diagram tools, and PlantUML even uses Graphviz under the hood - yet they serve different purposes. This guide clarifies when to reach for each.

  • July 3, 2026·10 min read·diagram as code, diagramming, workflow, productivity

    Diagram-as-Code vs GUI Diagramming: Which Should You Use?

    Should you write diagrams as text or draw them in a visual editor? Each approach wins in different situations. This guide lays out the trade-offs and shows how to get the best of both.

  • July 3, 2026·10 min read·d2, diagram as code, architecture, documentation

    D2: A Modern Diagram Scripting Language Guide

    D2 is a newer diagram-as-code language designed for readability and good-looking output. This guide covers its clean syntax for shapes, connections, containers, and styling.

  • July 3, 2026·11 min read·graphviz, dot language, diagram as code, graphs

    Graphviz and the DOT Language: A Complete Guide

    Graphviz turns a plain-text description of nodes and edges into an automatically laid-out graph. This guide covers the DOT language, the attributes that control appearance, and the layout engines that place everything.

  • July 3, 2026·10 min read·plantuml, state diagram, state machine, uml

    PlantUML State Diagrams: Modeling Object Lifecycles

    A state diagram captures how an object moves between states over its lifetime. PlantUML writes one as states and transitions, with support for guards, composite states, and concurrency.

  • July 3, 2026·10 min read·plantuml, component diagram, architecture, uml

    PlantUML Component Diagrams: Modeling System Architecture

    A component diagram shows the high-level building blocks of a system and how they plug together through interfaces. PlantUML makes one from components, interfaces, and connectors written as text.

  • July 3, 2026·10 min read·plantuml, activity diagram, workflow, business process

    PlantUML Activity Diagrams: Modeling Workflows as Code

    An activity diagram is UML's flowchart - a way to model a workflow with branches, loops, and parallel paths. PlantUML's modern syntax makes writing one surprisingly readable.

  • July 3, 2026·9 min read·plantuml, use case diagram, uml, requirements

    PlantUML Use Case Diagrams: Actors, Use Cases, and Boundaries

    A use case diagram answers a simple question - who can do what with this system. PlantUML makes one from a few lines of actors, use cases, and the relationships between them.

  • July 3, 2026·11 min read·plantuml, class diagram, uml, object-oriented design

    PlantUML Class Diagrams: Modeling Classes and Relationships

    A class diagram captures the static structure of an object-oriented design. PlantUML lets you write one as text, with precise control over members, visibility, and every relationship type.

  • July 3, 2026·10 min read·plantuml, sequence diagram, uml, api design

    PlantUML Sequence Diagrams: A Practical Tutorial

    Sequence diagrams are where PlantUML shines, because it lays them out itself rather than deferring to Graphviz. This tutorial takes you from a two-line diagram to loops, alternatives, and activation bars.

  • July 3, 2026·11 min read·plantuml, diagram as code, uml, documentation

    PlantUML: The Complete Guide to Diagrams as Code

    PlantUML lets you write a diagram as a few lines of text and get a rendered UML diagram back. This guide covers the syntax, the diagram types, and how to make it part of a workflow that stays current.

  • July 3, 2026·9 min read·mermaid, kanban, project management, workflow

    Mermaid Kanban Diagram Tutorial: Text-Based Boards with Columns and Cards

    Mermaid's kanban diagram renders a board - columns and cards - from indented text, giving you a versionable snapshot of work that lives right in your docs.

  • July 3, 2026·9 min read·mermaid, pie chart, data visualization, tutorial

    Mermaid Pie Chart Tutorial: Proportion Charts from a Few Lines of Text

    The Mermaid pie chart is the simplest data diagram in the language - a title and a handful of label-value pairs - but choosing when to use one is where the real skill lies.

  • July 3, 2026·10 min read·mermaid, xychart, charts, data visualization

    Mermaid XY Chart Tutorial: Bar and Line Charts from Text with xychart-beta

    Mermaid's xychart-beta brings actual bar and line charts to the text-based world - define the axes, drop in your data arrays, and render a chart without a charting library.

  • July 3, 2026·10 min read·mermaid, block diagram, layout, architecture

    Mermaid Block Diagram Tutorial: Precise Grid Layouts with block-beta

    When you want blocks in a deliberate grid rather than an auto-arranged graph, Mermaid's block-beta gives you column control, spanning widths, and nesting.

  • July 3, 2026·11 min read·mermaid, requirements, systems engineering, traceability

    Mermaid Requirement Diagram Tutorial: Model Requirements and Traceability

    Mermaid's requirement diagram brings SysML-style requirements modeling to text - declare requirements, link them to the elements that satisfy them, and trace verification.

  • July 3, 2026·9 min read·mermaid, user journey, ux, customer experience

    Mermaid User Journey Diagram Tutorial: Map Experience and Satisfaction

    Mermaid's journey diagram maps a process from the user's point of view, scoring each step by satisfaction so the low points that need fixing stand out.

  • July 3, 2026·9 min read·mermaid, quadrant chart, prioritization, strategy

    Mermaid Quadrant Chart Tutorial: Two-Axis Priority and Positioning Charts

    The classic two-by-two matrix - effort versus impact, urgent versus important - is a Mermaid quadrantChart, built from two axis labels and a list of plotted points.

  • July 3, 2026·10 min read·mermaid, sankey, data visualization, flow diagram

    Mermaid Sankey Diagram Tutorial: Flow and Volume Diagrams from CSV Data

    A Sankey diagram shows how a quantity flows and splits, with ribbon widths sized to value. Mermaid builds one from three columns of CSV-style data.

  • July 3, 2026·11 min read·mermaid, c4 model, architecture, software design

    Mermaid C4 Diagram Tutorial: Architecture Diagrams with C4Context and Beyond

    The C4 model describes software at four zoom levels, and Mermaid lets you write the top three as text - this guide covers the C4Context, C4Container, and C4Component syntax.

  • July 3, 2026·10 min read·mermaid, gitgraph, git, version control

    Mermaid gitGraph Tutorial: Visualize Git Branching and Merges from Text

    Explaining a branching strategy in words is painful; Mermaid's gitGraph draws the commits, branches, and merges from a few readable commands.

Previous1...1920212223...32Next

Ready when you are

Stop paying the tool tax.

Atlas brings tasks, projects, CRM, contracts, e-signature, PDF tools, and analytics into one workspace. Start free.

Get started freeSee pricing
AtlasWork, planned itself.

The AI-native, all-in-one work platform. Tasks, projects, CRM, contracts, and analytics in one calm workspace.

All systems operational
  • SOC 2 II
  • ISO 27001
  • HIPAA
  • GDPR

Product

  • Overview
  • PDF tools
  • Diagram tools
  • People & HR
  • Integrations
  • Marketplace
  • Pricing

Resources

  • Guides
  • Glossary
  • Compare
  • Docs
  • API reference
  • Support
  • Changelog
  • Status

Company

  • About
  • Careers
  • Press
  • Contact

Legal & trust

  • Trust center
  • Security
  • Privacy
  • Terms
  • DPA
  • GDPR
  • SLA
  • Refunds
  • Google API data
Atlas, a product by wrxstack.com·© 2026 wrxstack·All rights reserved
PrivacyTermsSecurityStatus