What-is-Design-Pattern-C-Vishal-Chovatiya-Mind-Map-1536x861 compressed

What Is Design Pattern?

Reading Time: 7 minutes After hitting a certain level of experience & spending quite enough time in the industry, I have realised the importance of designing/architecting system & software. So I have started looking into system/software design & got to know nothing can better […]

Single-Responsibility-Principle-in-C-SOLID-as-a-Rock-vishal-chovatiya

Single Responsibility Principle in C++ | SOLID as a Rock

Reading Time: 4 minutes This article is the first part of a five-part series about SOLID as Rock design principle series. The SOLID design principles focus on developing software that is easy to maintainable, reusable & extendable. In this article, we will see an […]

Open-Closed-Principle-in-C-SOLID-as-a-Rock-vishal-chovatiya

Open Closed Principle in C++ | SOLID as a Rock

Reading Time: 6 minutes This is the second part of a five-part article series about SOLID as Rock design principle. The SOLID design principles, when combined together, make it easy for a programmer to craft software that is easy to maintain, reuse & extend. […]

Liskovs-Substitution-Principle-in-C-SOLID-as-a-Rock-vishal-chovatiya

Liskov’s Substitution Principle in C++ | SOLID as a Rock

Reading Time: 5 minutes So you know how to code in general, understand the object-oriented programming, learned C++, and completed at least one Software Development Course (if you’re not there yet, these articles aren’t for you). You can write software easily if you know […]

Interface-Segregation-Principle-in-C-SOLID-as-a-Rock-vishal-chovatiya

Interface Segregation Principle in C++ | SOLID as a Rock

Reading Time: 4 minutes Interface Segregation Principle in C++ is the fourth & by far the simplest design principle of a series SOLID as a Rock design principles. The SOLID design principles focus on developing software that is easy to maintainable, reusable & extendable. […]

SOLID-as-a-Rock-Dependency-Inversion-Principle-in-C-Vishal-Chovatiya

Dependency Inversion Principle in C++ | SOLID as a Rock

Reading Time: 4 minutes Dependency Inversion Principle in C++ is the fifth & last design principle of a series SOLID as a Rock design principles. The SOLID design principles focus on developing software that is easy to maintainable, reusable & extendable. In this article, […]