Josué Tchirktemajosue.hashnode.dev·Sep 1, 2023SOLID : guide pour débutant en Java (Partie 1)Cette note a pour objectif de partager mon expérience sur les 5 principes SOLID et vous montrer comment les utiliser au quotidien en tant que développeur grâce à des exemples applicables. SOLID dans l'univers des Devs, c’est quelque chose dont on ent...Discuss·36 readsSOLID principles
Stephen Collinssteve555.hashnode.dev·Jul 28, 2023How Reactivity works in SolidIn recent years, the front-end development landscape has witnessed an explosion of new ways to build client-side applications. One such new approach that has garnered substantial attention is Solid. But why? What does Solid offer that others like Rea...Discusssolid
Jai Patelvermajai1995.hashnode.dev·Apr 15, 2023Everything you should know about SOLID principlesQuick Summary of the Blog:- About SOLID principles Advantages/ When to use? Disadvantages/ When not to use? About SOLID principles:- A set of rules that provides guidelines for writing maintainable, extensible, and testable code. By following th...Discuss·1 like·47 readsSOLID principles
Ahmed Hendiihendi.hashnode.dev·Apr 1, 2023Solid Principles in Swift for Kids"Solid" refers to the five principles of object-oriented design: Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion. These principles help developers to create software that is more maintainable, ...Discuss·110 readsSwift
Andrew Sharifikiaalireza-sharifikia.hashnode.dev·Feb 22, 2023SOLID: Basic Principles of Object-Oriented Design (OOD)SOLID is an acronym for the first 5 basic principles of object-oriented software design that any developer should adhere to. Following these principles will increase the project's maintainability, comprehensivity, and adaptability to Agile Developmen...Discuss·59 readsSoftware Engineering PrinciplesOOP Design Principles
Mitchell Yuenmitchellyuen.hashnode.dev·Nov 20, 2022SOLID Principle In TypescriptS: Single Responsibility Principle A class or function should have one and the only reason to change. Each class should do one thing & do it well. Instead of thinking that we should split code because it would look cleaner in a single file, we split ...Discuss·39 readssolid
Romman Sabbirrommansabbir.com·Oct 29, 2022SOLID Principles (Series) [PART 5]If get to know something new by reading my articles, don't forget to endorse me on LinkedIn Previous articles on SOLID Principles Single Responsibility Principle Open Closed Principle Liskov's Substitution Principle Interface Segregation Princip...Discuss·418 readsSOLID PrinciplesSOLID principles
Romman Sabbirrommansabbir.com·Oct 25, 2022SOLID Principles (Series) [PART 4]If get to know something new by reading my articles, don't forget to endorse me on LinkedIn What is ISP? Segregation means keeping things separated, and the Interface Segregation Principle is about separating the Interfaces. The principle states th...Discuss·284 readsSOLID PrinciplesSOLID principles
Romman Sabbirrommansabbir.com·Oct 20, 2022SOLID Principles (Series) [PART 3]If get to know something new by reading my articles, don't forget to endorse me on LinkedIn In the last article, we talked about Open-Closed Principle which is one of the key concepts in OOP that enables us to write robust, maintainable and reusable...Discuss·328 readsSOLID PrinciplesSOLID principles
Dev P IshailiforDev P Academydevpacademy.hashnode.dev·Sep 3, 2022Get started with SolidJs as a Developer in ReactThis is a quick guide to getting started with the full-blown reactive JavaScript framework, coming from the perspective of a React Developer. Comprehensive guide coming soon, watch out! Steps Step 1 create the folder for your new project Step 2 Open ...Discuss·1 like·39 readssolidjs