Creating a MiniApp project for Kobil SuperApp with ReactJS & TailwindCSSMiniApps are the most fundamental components of SuperApp ecosystems and they are web applications that work in a mobile-responsive manner…Mar 28, 2023Mar 28, 2023
Object Oriented ProgrammingHello everyone, today I’d like to talk about object-oriented programming. This programming paradigm is crucial for software performance and…Mar 4, 2023Mar 4, 2023
Dependency Inversion Principle (DIP)The Dependency Inversion Principle (DIP) is a software design principle that states that high-level modules should not depend on low-level…Feb 26, 2023Feb 26, 2023
Interface Segregation Principle (ISP)The Interface Segregation Principle (ISP) is a software design principle that deals with the design of interfaces in object-oriented…Feb 26, 2023Feb 26, 2023
Liskov Substitution Principle (LSP)The Liskov Substitution Principle (LSP) is a software design principle that deals with the usage of inheritance in object-oriented…Feb 26, 2023Feb 26, 2023
Open-Closed Principle(OCP)The Open-Closed Principle (OCP) is a software design principle that states that software entities (classes, modules, functions, etc.)…Feb 26, 2023Feb 26, 2023
Single Responsibility Principle (SRP)The Single Responsibility Principle states that a class should have only one reason to change. In other words, a class should have only one…Feb 26, 2023Feb 26, 2023
What is SOLID Principles?SOLID Principles are a set of five design principles that help developers create more maintainable, flexible, and robust software…Feb 26, 2023Feb 26, 2023