Sequence diagram example with formatting
PlantUML, UML Diagrams

Understanding Sequence Diagrams

Ever tried to explain how your system works and ended up in a 45-minute rant with hand-waving that resembles interpretive dance? Enter sequence diagrams: the ultimate way to sketch out what’s happening, when, and between whom—minus the awkward jazz hands. Whether you’re designing software, documenting processes, or just trying to prove to your team that […]

PlantText Version 22.7
Software Releases

PlantText Version 22.7

As we prepare for our next big release (Version 23) we did a few things to lay the groundwork in PlantText Version 22.7. And actually this release turned out to be a humdinger in its own right! The Big Things A sneak peak at AI integration Yes, we have added AI capabilities to PlantText! PlantText

Component diagram with AWS icons
PlantText Features, PlantUML, UML Diagrams

Component Diagrams with AWS Icons

In the world of software architecture, communication is key. Whether you’re explaining your design to a colleague, a client, or even capturing it for future you, diagrams can bridge the gap between abstraction and understanding. One of the most versatile tools in your diagramming toolkit is the component diagram. Let’s dive into what they are,

PlantText 2024 Class Diagram
About PlantText, PlantText Features

PlantText Year in Review, 2024

As 2024 winds down, we find ourselves reflecting: this has been a big year for improvements at PlantText. And we’re even more excited for what’s to come in 2025! New Features & Functions Performance & Reliability In Version 22 we made some major architectural changes to meet the incredible growth in the PlantText community. Generating

Design Patterns, PlantUML

The Factory Pattern

Previously in this Design Patterns series, we examined the Observer pattern. This time around we’re diving into the Factory Design Pattern—a pattern that is great for cranking out objects when you need them, while keeping your code neat and tidy. Seriously, this is such a common pattern that you have to know it. What it is

Using autocomplete and snippets in PlantText: activity diagrams
PlantText Features

Autocomplete And Snippets in PlantText

Terminal Efficiency You already know how fast and simple it is to create diagrams in PlantText. But you can make life even easier on yourself by using autocomplete and snippets to reduce repetitive typing. Coming from a Linux terminal background, I want to type as little as possible and be “lazy”! We used to call

Activity Diagram showing a conditional
PlantUML, UML Diagrams

Activity Diagrams: What they are and how to use them

Activity diagrams are a type of UML (Unified Modeling Language) diagram that’s used to model workflows and illustrate the steps in a system or a process. They can help you visualize complex sequences in a simple, intuitive way and are often used in software development, business processes, and systems engineering to show the flow of

Use Case diagram
PlantUML, UML Diagrams

Understanding Use Case Diagrams

A beginner’s guide PlantText provides a *ton* of sample UML diagrams to get you going right out of the gate. Such a dizzying array, in fact, that you might get lost trying to sort out which one applies best to your situation. So we’re starting a new  series on UML Diagrams to talk through the

Visualize JSON with PlantText
PlantText Features

Visualize JSON with PlantText

Sure, you know you can use PlantText to easily create awesome UML diagrams. But did you know you can also use it to help you visualize JSON? In today’s data-centric world, JSON (JavaScript Object Notation) has become the go-to format for exchanging data between servers, web applications, and APIs. Whether you’re a software developer, data

Scroll to Top