Nurul Islamnuibb.hashnode.dev·Nov 21, 2024Embracing Single Responsibility Principle in iOSOne of the foundational principles of clean code and scalable software design is the Single Responsibility Principle (SRP)—a class should have one, and only one, reason to change. While it sounds straightforward, it often gets overlooked, especially ...Discuss·1 likeSOLID principles
Harendra Barotharrybdevops.hashnode.dev·Nov 12, 2024A Day in the Life of a DevOps Engineer: Real-Time Challenges and SolutionsMeet Aryan, a skilled DevOps engineer working at a mid-sized tech firm called TechNova. Each day for Aryan starts early, with a strong cup of coffee as he settles into his home workspace. The soft hum of his dual-monitor setup fills the room as he ch...Discuss·5 likesDevops
Pavan EduforCode Tipscoding-tips.hashnode.dev·Nov 4, 2024Understanding SOLID Principles in C# with ExamplesThe SOLID principles are five fundamental design principles intended to make software designs more understandable, flexible, and maintainable. These principles are particularly relevant in object-oriented programming and can significantly improve the...DiscussSOLID principles
Walter John Salibayaiwalts.hashnode.dev·Nov 4, 2024Activity 33: SOLID PRINCIPLESWhat is Solid Principles? The SOLID Principles are five principles of Object-Oriented class design. They are a set of rules and best practices to follow while designing a class structure. These five principles help us understand the need for certai...DiscussSOLID principles
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Nov 2, 2024Low Level Design (LLD)Low Level Design (LLD) LLD – Its refers to the Design of small components of an application or an application that serves the requirement or serves a set of business requirements. Building Blocks of LLD : Requirement Gathering Laying Down Use Cases U...Discuss·10 likes·42 readsLowLevelDesign
Sohag Hasannotes.sohag.pro·Oct 25, 2024Understanding SOLID Principles Through Everyday LifeSOLID Principles Software design principles can seem abstract, but they're actually all around us in our daily lives. Let's break down the SOLID principles using relatable examples before diving deeper into each one. Single Responsibility Principle (...Discuss·1 likePrinciplesSOLID principles
Sohag Hasannotes.sohag.pro·Oct 25, 2024Mastering the Dependency Inversion Principle in Laravel: A Practical Guide for BeginnersDependency Inversion Principle in Laravel Have you ever struggled with tightly coupled code that's difficult to maintain and test? The Dependency Inversion Principle (DIP) is here to save the day! In this guide, we'll explore how DIP can make your La...DiscussPrinciplesSOLID principles
Sohag Hasannotes.sohag.pro·Oct 25, 2024Keep It Simple, Keep It Separate: A Beginner's Guide to Interface Segregation in LaravelInterface Segregation Principle in Laravel Have you ever been to a restaurant where the menu is so huge that it takes forever to find what you want? Or used a TV remote with 50 buttons when you only need 5? That's exactly what the Interface Segregati...DiscussPrinciplesSOLID principles
Sohag Hasannotes.sohag.pro·Oct 25, 2024Mastering the Liskov Substitution Principle in Laravel: A Real-World Guide 🚀Liskov Substitution Principle in Laravel Have you ever tried replacing your regular coffee machine with an espresso maker, only to realize it doesn't quite fit your morning routine? That's exactly what the Liskov Substitution Principle (LSP) helps us...DiscussPrinciplesSOLID principles
Sohag Hasannotes.sohag.pro·Oct 25, 2024Master the Open-Closed Principle in Laravel: A Real-World Guide 🚀Open-Closed Principle in Laravel Introduction Have you ever found yourself repeatedly modifying existing code to add new features, only to break something else in the process? The Open-Closed Principle (OCP) is here to save you from this maintenance ...DiscussPrinciplesSOLID principles