UML Sequence Diagrams

UML Sequence Diagrams
A UML Sequence Diagram is a type of interaction diagram that illustrates how objects interact in a particular sequence of time. It captures the dynamic behavior of a system by detailing message exchan...
0 Read More

Day 0: System Architecture basics

Introduction📚 This first post will just be an introduction to basic terminologies and key concepts one should know before we start working with case studies. I aim to write about the found...
0 Read More

Monomorphization The Rust Way

Monomorphization The Rust Way
What is Monomorphization? It’s like making copies of a tool so each copy fits a specific job. Imagine This: You have a magic hammer 🛠️ that can fix anything — bikes, cars, ph...
0 Read More

UML Use Case Diagrams

UML Use Case Diagrams
UML (Unified Modeling Language) is a tool in software engineering for visualizing, specifying, constructing, and documenting software system artifacts. One of the most widely used UML diagrams is the ...
0 Read More