Loading....

You might also like

View all

System State Diagram

Map how systems, objects, or processes transition between different states based on events or conditions. This template shows all possible states and the triggers that cause transitions — helping teams design robust behavior, catch edge cases, and document how things should work. Essential for software design, workflow automation, or explaining any system that changes over time.
M
Mermaid

CI/CD Pipeline Diagram

Ship with confidence. This template shows how code moves from a commit to customers —through source control, automated builds, testing, staging, and production — with clear hand-offs and helpful notifications along the way. Your whole team can read at a glance, whether you’re designing a new pipeline, documenting an existing one, or spotting where your deployment process could flow better.
M
Mermaid

State-Machine Based Decimation Filter for LiDAR UART Streaming

A state machine for reading a continuous stream of 5-byte UART messages from a LiDAR scanner into an embedded system — in real time, with configurable decimation. Rather than capturing everything and filtering later, this design processes bytes as they arrive and skips every Mth message on the fly. Five states handle the full lifecycle: idle, pattern detection, offset alignment, recording, and skipping. Built for embedded systems engineers, robotics researchers, and anyone working with sensor data pipelines where memory is constrained and throughput matters.
G
Gian Fajardo, SPaRA Research

AlgoByte DSA Platform Architecture

A use case diagram for AlgoByte, a platform that helps students and professionals track their Data Structures and Algorithms preparation. Maps out the full set of user interactions — from registration and topic tracking to problem-solving and video content — within a single system boundary. Useful for project planning, stakeholder presentations, and onboarding developers to a new platform's scope.
A
Akshat, Computer Science Student