Travis Waith-Mairnon-traditional.hashnode.net·May 12, 2022FeaturedAn Intro to Solid.js for React DevelopersIn the 2021 state of JS survey result, solid.js, in its debut appearance, surprised many by jumping straight to the top of the satisfaction score. It beat out not just React but Svelte, the 2020 satisfaction leader. While React still maintains a sign...Aashiq Ahmed and 4 others are discussing this5 people are discussing thisDiscuss·42 likes·13.0K readsJavaScript
Anna J McDougallannajmcdougall.hashnode.net·Apr 26, 2020Learning about the Open-Closed PrincipleBeing relatively new to JavaScript but not to the world of coding as a whole, I found myself recently being blown away by the glorious SOLID principles, and one in particular caught my eye and has turned into a total gamechanger for how I think about...Discuss·22 likes·99 readsJavaScript
Fakorede Abiolafabcodes.hashnode.net·May 15, 2020Single Responsibility Principle In GoIntroduction The Single Responsibility Principle states that a class or type should have one primary responsibility and as a result one reason to change. That reason being related to its primary responsibility. Analogy We're writing a simple applicat...Discuss·11 likes·177 readsGolang: My Journey to MasteryGo Language
Jai PatelforJai Patel's blogvermajai1995.hashnode.net·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 likeSOLID principles
Ahmed HendiforCodagiihendi.hashnode.net·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·60 readsSwift
Andrew SharifikiaforAndrew Sharifikia - My Techipediaalireza-sharifikia.hashnode.net·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·44 readsSoftware Engineering PrinciplesOOP Design Principles
Mitchell YuenforMitchell Yuen's blogmitchellyuen.hashnode.net·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·29 readssolid
Romman SabbirforRomman Sabbir | Officialrommansabbir.hashnode.net·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·304 readsSOLID principles
Romman SabbirforRomman Sabbir | Officialrommansabbir.hashnode.net·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·211 readsSOLID principles
Romman SabbirforRomman Sabbir | Officialrommansabbir.hashnode.net·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·261 readsSOLID principles
Dev P IshailiforDev P Academydevpacademy.hashnode.net·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·33 readssolidjs
Antanas StankevičiusforIoT-Fish Blogstankevicius.hashnode.net·Jul 4, 2022Open-Closed Principle (OCP)The Open-Closed Principle (OCP) can be be described this way: A software component should be open for extension but closed for modification. In other words, when requirements change, the module should change as minimum as possible. Ideally, no chan...Discuss·55 readsSOLID FishingSOLID principles
Travis UekiforTravis Ueki's Blogueki.hashnode.net·Jul 2, 2022Solid, the decentralization solution no one is talking about | The Solid ProjectSolid, decentralization without blockchain I'm passionate about decentralized solutions. I believe that they are the future of our society and economy. And I'm not alone in this belief; many of my friends, family, and peers share my excitement for th...DiscussBlockchain