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

Guides

Guides, page 24

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

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

    Cloud Architecture Diagram Best Practices

    Cloud diagrams are easy to make and hard to make well. These practices apply whether you are on AWS, Azure, or GCP, and turn icon soup into diagrams people trust.

  • July 3, 2026·10 min read·network diagram, topology, infrastructure, IT

    How to Draw a Network Diagram (Topology and Symbols)

    A network diagram is the map your team reaches for at 2am during an outage. This guide shows how to draw one that is accurate, standard, and readable under pressure.

  • July 3, 2026·11 min read·AWS, cloud architecture, architecture diagrams, infrastructure

    How to Draw AWS Architecture Diagrams

    AWS diagrams go wrong when they become icon soup. This guide shows how to draw ones that communicate real architecture: boundaries, data flow, and the few services that matter.

  • July 3, 2026·10 min read·architecture diagrams, diagram types, software design, documentation

    Software Architecture Diagram Types Explained

    There is no single "architecture diagram." There is a toolbox of diagram types, each answering a different question. Knowing which to reach for is half the skill.

  • July 3, 2026·12 min read·C4 model, software architecture, diagramming, documentation

    The C4 Model: A Complete Guide to Architecture Diagrams

    The C4 model is the most useful convention for architecture diagrams because it solves the one problem that ruins most of them: mixing abstraction levels. Here is how it works and how to apply it.

  • July 3, 2026·11 min read·system architecture, architecture diagrams, software design, documentation

    How to Diagram a System Architecture (A Practical Guide)

    A good architecture diagram is not decoration for a slide deck. It is a tool for making decisions and onboarding people faster. This guide shows you how to draw one that stays useful.

  • July 3, 2026·10 min read·data warehouse, star schema, snowflake schema, dimensional modeling

    Star Schema vs Snowflake Schema

    Star and snowflake schemas are the two dominant shapes for analytics data. This guide explains fact and dimension tables, how the two differ, and how to choose between them.

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

    DBML Guide: Database Markup Language Explained

    DBML is a concise text language for defining database schemas that render as diagrams. This guide covers its syntax for tables, references, enums, and indexes with working examples.

  • July 3, 2026·10 min read·Prisma, ERD, ORM, database design

    From Prisma Schema to ERD: A Complete Guide

    A Prisma schema is already a precise data model in text. This guide shows how to read its models and relations and turn them into a clear entity relationship diagram.

  • July 3, 2026·11 min read·database design, best practices, schema, SQL

    Database Schema Design Best Practices

    Schema decisions are hard to reverse once real data depends on them. These battle-tested best practices help you get naming, keys, constraints, and types right the first time.

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

    ER Diagram Examples: Blog, E-commerce, and SaaS

    The fastest way to learn ER modeling is to study real examples. This guide walks through three annotated schemas, a blog, an e-commerce store, and a SaaS app, and the decisions behind each.

  • July 3, 2026·10 min read·data modeling, conceptual model, logical model, physical model

    Conceptual, Logical, and Physical Data Models

    Data modeling happens at three levels of detail: conceptual, logical, and physical. This guide explains what each captures, who reads it, and how a design refines from one to the next.

  • July 3, 2026·10 min read·ERD, SQL, DDL, reverse engineering

    How to Create an ERD from SQL

    An existing database already contains a complete data model in its SQL. This guide shows how to read DDL and turn tables, keys, and constraints into a clear entity relationship diagram.

  • July 3, 2026·10 min read·database design, relationships, cardinality, junction table

    One-to-Many and Many-to-Many Relationships Explained

    Cardinality decides where foreign keys and junction tables live. This guide explains one-to-one, one-to-many, and many-to-many relationships and how to implement each correctly.

  • July 3, 2026·11 min read·normalization, database design, normal forms, SQL

    Database Normalization: 1NF, 2NF, and 3NF Explained

    Normalization is the discipline of storing each fact in exactly one place. This guide explains 1NF, 2NF, and 3NF with a running example and shows when normalizing further stops paying off.

  • July 3, 2026·10 min read·ERD, crows foot, notation, database design

    Crow's Foot Notation: The Complete ERD Reference

    Crow's foot notation is the most widely used way to express cardinality in ERDs. This reference decodes every symbol so you can read and draw any relationship line with confidence.

  • July 3, 2026·11 min read·ERD tools, database design, tool comparison, data modeling

    The Best ERD Tools of 2026: An Honest Roundup

    The best ERD tool depends on whether you want to type your schema, draw it, or generate it. This honest roundup compares the leading options in 2026 by their real strengths.

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

    How to Design a Database Schema: A Practical Walkthrough

    Good schema design is a repeatable process, not a talent. This walkthrough takes you from requirements to a normalized, constrained, indexed schema using a worked example.

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

    Entity Relationship Diagrams: A Complete Guide

    An entity relationship diagram is the blueprint of a database before it exists. This guide covers entities, attributes, relationships, and cardinality, and how to turn a diagram into a real schema.

  • July 3, 2026·9 min read·UML, object diagram, instances, modeling

    UML Object Diagrams: A Complete Guide

    An object diagram is a snapshot of specific instances at one moment in time. This guide explains how it complements the class diagram and when a concrete example is worth a thousand abstractions.

  • July 3, 2026·9 min read·UML, reading diagrams, non-technical, collaboration

    How to Read UML Diagrams: A Guide for Non-Engineers

    You do not need to be an engineer to read a UML diagram. This guide decodes the four types you are most likely to meet, in plain language, so you can follow along in any design discussion.

  • July 3, 2026·10 min read·UML, SysML, systems engineering, modeling

    UML vs SysML: What Is the Difference?

    SysML is a modeling language built on UML but aimed at whole systems, not just software. This guide compares the two, explains what SysML adds, and helps you decide which you need.

  • July 3, 2026·11 min read·UML, class diagram, relationships, object-oriented design

    Class Diagram Relationships Explained

    The lines in a class diagram carry as much meaning as the boxes. This guide explains every relationship type, the notation for each, and simple tests for choosing the right one.

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

    The Types of UML Diagrams: Structural vs Behavioral

    UML has fourteen diagram types split into two families: structural diagrams for what a system is, and behavioral diagrams for what it does. This guide maps them all and helps you pick.

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