Blog
Low level design
-
5 min read
What is Low Level Design in Software Engineering
Discover the importance of low-level design in software engineering and learn key concepts and practical tips for creating efficient and maintainable code.
-
Mon Oct 16 2023
Blog
Low level design
-
4 min read
What is Object Oriented principle?
Object-oriented principles are a set of guidelines for writing software using the object-oriented programming (OOP) paradigm. The main principles include encapsulation, inheritance, polymorphism, and abstraction.
-
Fri Jan 27 2023
Blog
Low level design
-
5 min read
What is Solid Principle?
The SOLID principles are a set of five design principles for object-oriented programming and design. They were first introduced by Robert C. Martin in his book “Agile Software Development, Principles, Patterns, and Practices.” The SOLID principles aim to make software design more maintainable, flexible, and scalable.
-
Fri Jan 27 2023
Blog
Low level design
-
8 min read
What is UML?
UML stands for Unified Modeling Language. UML is a graphical language that is used to create visual models of software systems. It provides a set of notation elements that can be used to represent the different components of a system, such as classes, objects, interfaces, and interactions between them.
-
Fri Jan 27 2023
Blog
Low level design
-
5 min read
What is Design Pattern?
A design pattern is a solution to the general repeatable commonly occurring problems in software design. They provide a standard way of approaching and solving a problem and can be used to improve the design and architecture of a software system.
-
Fri Jan 27 2023
Blog
Low level design
-
3 min read
What is low-level design? Benefits and Advantages.
Low-level design is the process of defining the specific details of a software system. It is the next step after the high-level design and it is focused on the implementation of the system, rather than its overall architecture. Low-level design is the bridge between high-level design and the actual implementation of the system.
-
Wed Jan 25 2023