Last updated: Mar 5, 2023

Fundamentals of Low Level Design

Low-level design is a thorough description of each programme module. It discusses each module in depth, including the rationale behind each system component. It dives deeply into every system specification, offering a micro-level design. Designers and developers develop and implement low-level designs. This design deconstructs complex issues down to their simplest components. We will go into more detail about the foundations of low level design in this blog.
Unlocking the Secrets of the OOD/LLD Interview Round
Learn about key concepts in the OOD/LLD round of software engineering interviews, what to expect, and the necessary skills needed to succeed in an OOD/LLD round.
What is Use Case Diagram?
Understand the importance of use case diagrams and explore the steps for creating them, notations used, with the help of examples in this guide.
What is Class Diagram? EASY
A Class Diagram is one of the key diagrams in Unified Modeling Language (UML) used in software development and systems design. Discover the importance of class diagrams in system design, & how to create them.
What is Sequence Diagram?
Discover the importance of Sequence Diagrams in system design. Learn where they are used, the symbols they use, and how to create them with an example diagram.
Activity Diagram in System Design
Discover the significance of activity diagrams in system design. Learn about their application, symbols, creation process, importance with the help of an example.
Chain of Responsibility Design Pattern MEDIUM
In this article, we will discuss the definition, implementation, usage, advantages and disadvantages of chain of responsibility design pattern with examples.