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

Guides

Guides, page 20

Page 20 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 20

  • July 3, 2026·10 min read·UML, software design, diagramming, modeling

    When to Use Each UML Diagram Type

    The hardest part of UML is not the notation but knowing which diagram to draw. Match the diagram to the question and the rest gets easy.

  • July 3, 2026·11 min read·C4 model, UML, software architecture, diagramming

    UML vs the C4 Model for Software Architecture

    UML and the C4 model are not rivals so much as tools for different jobs. Knowing which one fits the audience in front of you is the whole decision.

  • July 3, 2026·12 min read·UML, software design, diagramming, modeling

    UML Complete Guide 2026: All 14 Diagram Types Explained

    UML defines fourteen diagram types, but you will use a handful of them constantly and the rest rarely. This guide covers all fourteen and tells you which ones actually earn their place.

  • July 3, 2026·11 min read·dimensional modeling, data warehouse, star schema, ERD

    Dimensional Modeling: Star and Snowflake Schema Diagrams

    Analytical databases are modeled differently from transactional ones. Dimensional modeling - fact tables surrounded by dimensions - is built for fast, understandable analytics, and it has its own diagram shape.

  • July 3, 2026·12 min read·data modeling, database design, ERD, developers

    Data Modeling Guide for Developers

    Data modeling is the developer skill that pays off every day and gets taught almost never. This guide covers the practical core - the concepts that make your schemas clean and your queries sane.

  • July 3, 2026·11 min read·reverse engineering, ERD, legacy database, documentation

    How to Reverse-Engineer a Database into a Diagram

    You have inherited a database with a hundred tables and no documentation. Reverse-engineering it into a diagram is how you turn an opaque schema into a map you can actually navigate.

  • July 3, 2026·10 min read·DBML, diagram as code, ERD, database design

    DBML Guide: Modeling Databases with Database Markup Language

    DBML lets you describe a database in a few readable lines of text and get an ERD from it. It is diagram-as-code for schemas, and this guide covers the syntax and the workflow.

  • July 3, 2026·10 min read·ERD, UML, class diagram, data modeling

    ER Diagram vs UML Class Diagram: What's the Difference?

    An ER diagram and a UML class diagram can look almost identical - boxes with fields, lines between them - yet they answer different questions. Knowing which to reach for saves confusion.

  • July 3, 2026·10 min read·database schema, ERD, documentation, diagramming

    How to Diagram a Database Schema That People Can Actually Read

    A correct schema diagram nobody can read is a failure. The skill is not just showing every table and key, but laying them out so the structure is obvious at a glance.

  • July 3, 2026·10 min read·ERD, notation, crow's foot, data modeling

    ER Diagram Notation Guide: Crow's Foot, Chen, and UML Compared

    The same relationship can be drawn three different ways depending on the notation. Knowing crow's foot, Chen, and UML lets you read any ER diagram and choose the clearest for your audience.

  • July 3, 2026·11 min read·normalization, database design, ERD, data modeling

    Database Normalization Explained with Diagrams (1NF, 2NF, 3NF)

    Normalization sounds like theory, but it is really about one practical goal: store every fact exactly once. Seeing it on a diagram turns the abstract rules into obvious moves.

  • July 3, 2026·10 min read·SQL, ERD, database design, diagram as code

    How to Generate an ERD from SQL (CREATE TABLE Statements)

    Your SQL DDL already defines every table, key, and constraint. Turning CREATE TABLE statements into an ERD is a translation exercise, and this guide gives you the mapping.

  • July 3, 2026·10 min read·Prisma, ERD, diagram as code, database design

    How to Generate an ERD from a Prisma Schema

    Your Prisma schema already describes every entity and relationship in your database. Turning it into an ERD is less about drawing and more about translating what the schema already says.

  • July 3, 2026·12 min read·database design, schema, ERD, data modeling

    Database Schema Design Guide: From Requirements to a Clean ERD

    A good database schema is invisible: it just works, for years, as the application grows. A bad one leaks into every query and migration. This guide is about getting it right early.

  • July 3, 2026·11 min read·ERD, database design, data modeling, diagramming

    How to Make an Entity Relationship Diagram (ERD): A Step-by-Step Guide

    An entity relationship diagram turns a fuzzy idea of your data into a precise picture of entities, keys, and relationships. This guide walks through making one from scratch.

  • July 3, 2026·11 min read·multi-cloud, cloud architecture, diagramming, hybrid cloud

    Multi-Cloud Architecture Diagram Guide

    A multi-cloud diagram has to do something single-cloud diagrams never do: show where one provider ends and another begins, and how data crosses between them without becoming a tangle.

  • July 3, 2026·10 min read·serverless, event-driven, cloud architecture, diagramming

    Serverless Architecture Diagram Guide

    Serverless architectures are defined by events and triggers, not servers, so a good serverless diagram shows what triggers what - the flow of events through functions and managed services.

  • July 3, 2026·11 min read·AWS, Azure, GCP, cloud architecture

    Diagramming AWS vs Azure vs GCP: How the Models Compare

    The three big clouds organize resources differently, and a diagram that ignores those differences ends up subtly wrong. Knowing where the models diverge is what makes each diagram accurate.

  • July 3, 2026·10 min read·network topology, networking, diagramming, infrastructure

    Network Topology Diagram Guide

    A network topology diagram is the map your team navigates by when something breaks. Getting the layers, the segmentation, and the notation right is what makes it usable under pressure.

  • July 3, 2026·11 min read·system architecture, diagramming, documentation, C4

    System Architecture Diagram Guide: Levels, Notation, and Practice

    A system architecture diagram answers the question every engineer asks first: how does this fit together. Doing it well means choosing the right level, the right notation, and a way to stay current.

  • July 3, 2026·11 min read·microservices, system architecture, diagramming, APIs

    How to Diagram a Microservices Architecture

    Microservices diagrams fail when they try to show everything at once. The craft is choosing what to show - the services, their data, and the few flows that explain how the system works.

  • July 3, 2026·10 min read·cloud architecture, best practices, diagramming, documentation

    Cloud Architecture Diagram Best Practices (2026)

    The difference between a cloud diagram people trust and one they ignore is a handful of habits - consistent grouping, honest notation, the right level of detail, and a plan for staying current.

  • July 3, 2026·11 min read·Kubernetes, containers, cloud architecture, diagramming

    How to Diagram Kubernetes Architecture: A Tutorial

    Kubernetes is a stack of abstractions, and a good diagram shows the ones that matter for your question - cluster and nodes for operators, namespaces and services for developers.

  • July 3, 2026·10 min read·GCP, Google Cloud, cloud architecture, diagramming

    How to Make a GCP Architecture Diagram: A Tutorial

    Google Cloud has a distinctive model - global VPCs, projects as the organizing unit, and a strong serverless story. A good GCP diagram reflects those choices rather than pretending it is AWS.

Previous1...1819202122...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