Archive of posts - UML

What is a Context Diagram and How to Create One? 12 December 2023 | 8 min read
What is a Context Diagram and How to Create One?

A context diagram stands as a cornerstone in system analysis, offering a bird’s-eye view of a system’s landscape. It’s a high-level representation that encapsulates the system’s scope, illustrating how it interacts with external entities—users, systems, and data flows.

Activity Diagram Tutorial | Easy Guide with Examples 20 June 2022 | 8 min read
Activity Diagram Tutorial | Easy Guide with Examples

Activity diagrams can be used in all stages of software development and for various purposes. And because they are a lot similar to flowcharts, they are generally more popular than other UML diagram types.

The Easy Guide to UML Deployment Diagrams 21 October 2021 | 6 min read
The Easy Guide to UML Deployment Diagrams

Deployment diagrams are used to visualize the hardware processors/ nodes/ devices of a system, the links of communication between them and the placement of software files on that hardware.