Raj Kumar
-
Master Positional Parameters in Shell Scripting : Mastering $1, $2, $#, $@ (2025)
What Are Positional Parameters in Shell Scripting? Positional Parameters : Bash or shell scripting, positional… Read More
-
Master CPP Design Patterns Tutorial for Beginners 2025
What Are Ccpp Design Patterns? CPP Design Patterns : Design patterns are proven solutions to… Read More
-
O – Open/Closed Principle (OCP) | Master CPP Design Patterns 2025
The Open/Closed Principle (OCP) is a golden rule of clean software design that says: “Software… Read More
-
L – Liskov Substitution Principle (LSP) | Master CPP Design Patterns 2025
Liskov Substitution Principle (LSP) The Liskov Substitution Principle is one of the SOLID principles of… Read More
-
Single Responsibility Principle (SRP) | Master CPP Design Patterns 2025
When writing clean and maintainable code, the Single Responsibility Principle (SRP) is one of the… Read More
-
D – Dependency Inversion Principle (DIP) | Master CPP Design Patterns 2025
Definition (Simple Terms) Dependency Inversion Principle : “High-level modules should not depend on low-level modules.… Read More
-
Master Function in Shell Scripting(2025)
Function in Shell Scripting : Shell scripting is a powerful tool used for automating tasks… Read More
-
Master Loop in Shell Script : for, while, and until (Beginner’s Guide 2025)
Loop in Shell Script : Repeating tasks is a common need in programming, and Bash… Read More
-
Master Shell script variables 2025
Shell script variables are named memory locations used to store data that can be referenced… Read More
-
Bash User Input: Master How To read input in shell (2025)
Bash User Input : Mastering user input in Bash is a fundamental skill every shell… Read More
MUst Read