LogiqpoolHow SOLID your code is?🤔All 5 SOLOID principle's WHYs and HOWs are Explained with single example.Nov 16
Jeslur RahmanUnderstanding SOLID Principles in .NET (C#): A Practical Guide with Code ExamplesSOLID principles make it easy for a developer to write easily extendable code and avoid common coding errors.Dec 27, 20237
Alyaa TalaatDependency Inversion Principle — Clean Mobile Architecture by Petros EfthymiouDecoupling High-Level Logic from Low-Level Details with DIPOct 26Oct 26
InFAUN — Developer Community 🐾byAraf Karsh HamidJava — SOLID Patterns / RefactoringIn this section, we’ll explore how to refactor and modernize a legacy application using SOLID design principles as a foundation for…Sep 28Sep 28
Alyaa TalaatInterface Segregation Principle — Clean Mobile Architecture by Petros EfthymiouDesigning Focused and Flexible Interfaces for Clean ArchitectureOct 26Oct 26
LogiqpoolHow SOLID your code is?🤔All 5 SOLOID principle's WHYs and HOWs are Explained with single example.Nov 16
Jeslur RahmanUnderstanding SOLID Principles in .NET (C#): A Practical Guide with Code ExamplesSOLID principles make it easy for a developer to write easily extendable code and avoid common coding errors.Dec 27, 20237
Alyaa TalaatDependency Inversion Principle — Clean Mobile Architecture by Petros EfthymiouDecoupling High-Level Logic from Low-Level Details with DIPOct 26
InFAUN — Developer Community 🐾byAraf Karsh HamidJava — SOLID Patterns / RefactoringIn this section, we’ll explore how to refactor and modernize a legacy application using SOLID design principles as a foundation for…Sep 28
Alyaa TalaatInterface Segregation Principle — Clean Mobile Architecture by Petros EfthymiouDesigning Focused and Flexible Interfaces for Clean ArchitectureOct 26
bectorhimanshuMastering SOLID Principles: Exploring Dependency Inversion Principle in Spring BootAmong the SOLID Design principles, the Dependency Inversion Principle (DIP) holds a special place, advocating for decoupled and…Feb 27
Alyaa TalaatSingle Responsibility — Clean Mobile Architecture by Petros EfthymiouMastering Code Simplicity with Single Responsibility PrincipleOct 26
Arnab SenHow I refactored a nested if/else validation using a design patternIf/else statement is an integral part of any programming language, however with today's coding standard with modern coding style it should…Jan 23, 202225