Valentin Kvalentink.hashnode.dev·Mar 4, 2024Introduction to Building Scalable Applications with Python Object-Oriented ProgrammingIntroduction to Building Scalable Applications with Python Object-Oriented Programming Python Object-Oriented Programming (OOP) paradigm offers a powerful foundation for building scalable and maintainable applications. By leveraging OOP principles su...It's all about Pythonscalable applications
Jonayed Baperijonayed.hashnode.dev·Dec 16, 2023SOLID Principles Made SimpleThis post is for beginners in software development who have some prior experience but haven't explored the potential of SOLID principles. If you've heard about SOLID but aren't sure how to leverage its power or if you're unfamiliar with these princip...1 like·37 readsSOLID principles
Mohammad Quanitmquanit.hashnode.dev·Oct 17, 2023Software Engineering Principle — Coupling & CohesionHi engineers and peers, In this article, I’ll be discussing one of the core software engineering principles, that every software engineer should know or at least be aware of it. As we engineers are supposed to grow in our careers, we have to upgrade ...Software Engineering
Jai singh vermajaiverma.hashnode.dev·Oct 16, 2023You Must Know these Software Design Principles:/ 1) Open-Closed Principle (OCP): Software entities (classes, modules, functions) should be open for extension but closed for modification. 2) Single Responsibility Principle (SRP): A class should have only one reason to change. It should have only o...1 likesoftware design principles