Forem

# solidprinciples

Posts

๐Ÿ‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
๐“๐ก๐ž ๐’๐Ž๐‹๐ˆ๐ƒ ๐๐ซ๐ข๐ง๐œ๐ข๐ฉ๐ฅ๐ž๐ฌ โ€” ๐๐ฎ๐ข๐ฅ๐๐ข๐ง๐  ๐’๐จ๐Ÿ๐ญ๐ฐ๐š๐ซ๐ž ๐“๐ก๐š๐ญ ๐’๐ญ๐š๐ง๐๐ฌ ๐ญ๐ก๐ž ๐“๐ž๐ฌ๐ญ ๐จ๐Ÿ ๐“๐ข๐ฆ๐ž
Cover image for ๐“๐ก๐ž ๐’๐Ž๐‹๐ˆ๐ƒ ๐๐ซ๐ข๐ง๐œ๐ข๐ฉ๐ฅ๐ž๐ฌ โ€” ๐๐ฎ๐ข๐ฅ๐๐ข๐ง๐  ๐’๐จ๐Ÿ๐ญ๐ฐ๐š๐ซ๐ž ๐“๐ก๐š๐ญ ๐’๐ญ๐š๐ง๐๐ฌ ๐ญ๐ก๐ž ๐“๐ž๐ฌ๐ญ ๐จ๐Ÿ ๐“๐ข๐ฆ๐ž

๐“๐ก๐ž ๐’๐Ž๐‹๐ˆ๐ƒ ๐๐ซ๐ข๐ง๐œ๐ข๐ฉ๐ฅ๐ž๐ฌ โ€” ๐๐ฎ๐ข๐ฅ๐๐ข๐ง๐  ๐’๐จ๐Ÿ๐ญ๐ฐ๐š๐ซ๐ž ๐“๐ก๐š๐ญ ๐’๐ญ๐š๐ง๐๐ฌ ๐ญ๐ก๐ž ๐“๐ž๐ฌ๐ญ ๐จ๐Ÿ ๐“๐ข๐ฆ๐ž

Comments
2 min read
Strategy Design Pattern in Java

Strategy Design Pattern in Java

Comments
2 min read
SOLID in React #3 โ€” The Liskov Substitution Principle

SOLID in React #3 โ€” The Liskov Substitution Principle

Comments
4 min read
SOLID in React #2 โ€” The Open/Closed Principle

SOLID in React #2 โ€” The Open/Closed Principle

Comments
4 min read
Demystifying SOLID: 5 Principles for Building Robust and Maintainable Software ๐Ÿš€

Demystifying SOLID: 5 Principles for Building Robust and Maintainable Software ๐Ÿš€

2
Comments
8 min read
Untangle Your Code: Chain of Responsibility Design Pattern
Cover image for Untangle Your Code: Chain of Responsibility Design Pattern

Untangle Your Code: Chain of Responsibility Design Pattern

Comments
7 min read
The Indispensable Practice of Abstraction: Decoupling Your Frontend Logic from External Libraries
Cover image for The Indispensable Practice of Abstraction: Decoupling Your Frontend Logic from External Libraries

The Indispensable Practice of Abstraction: Decoupling Your Frontend Logic from External Libraries

1
Comments 2
5 min read
๐Ÿงฉ Design Principles of Software: Building Better Code with Python
Cover image for ๐Ÿงฉ Design Principles of Software: Building Better Code with Python

๐Ÿงฉ Design Principles of Software: Building Better Code with Python

Comments
2 min read
Are You Using Interfaces the Right Way?

Are You Using Interfaces the Right Way?

1
Comments
2 min read
SOLID in React #1 โ€” The Single Responsibility Principle

SOLID in React #1 โ€” The Single Responsibility Principle

2
Comments
5 min read
Advanced SOLID Principles in a Blogging Platform with JavaScript

Advanced SOLID Principles in a Blogging Platform with JavaScript

Comments
5 min read
What is SOLID Principles? How It Works and Practical Applications
Cover image for What is SOLID Principles? How It Works and Practical Applications

What is SOLID Principles? How It Works and Practical Applications

Comments 2
4 min read
Mastering SOLID Principles: Building Scalable and Maintainable Software
Cover image for Mastering SOLID Principles: Building Scalable and Maintainable Software

Mastering SOLID Principles: Building Scalable and Maintainable Software

Comments
4 min read
Understanding the SOLID Principles: A Practical Guide for Better Code
Cover image for Understanding the SOLID Principles: A Practical Guide for Better Code

Understanding the SOLID Principles: A Practical Guide for Better Code

Comments
4 min read
๐Ÿฐ ะ›ะตะณะตะฝะดะฐ ะพ ะฟัั‚ะธ ั€ั‹ั†ะฐั€ัั… SOLID
Cover image for ๐Ÿฐ ะ›ะตะณะตะฝะดะฐ ะพ ะฟัั‚ะธ ั€ั‹ั†ะฐั€ัั… SOLID

๐Ÿฐ ะ›ะตะณะตะฝะดะฐ ะพ ะฟัั‚ะธ ั€ั‹ั†ะฐั€ัั… SOLID

7
Comments
2 min read
Machine Coding - Vending Machine
Cover image for Machine Coding - Vending Machine

Machine Coding - Vending Machine

Comments
3 min read
From Junior to Pro: Mastering Code Design with S.O.L.I.D.
Cover image for From Junior to Pro: Mastering Code Design with S.O.L.I.D.

From Junior to Pro: Mastering Code Design with S.O.L.I.D.

1
Comments
8 min read
Entendendo SOLID de uma vez por todas | Parte 04 - (ISP)
Cover image for Entendendo SOLID de uma vez por todas | Parte 04 - (ISP)

Entendendo SOLID de uma vez por todas | Parte 04 - (ISP)

3
Comments
3 min read
Understanding SOLID Principles in Laymanโ€™s Terms

Understanding SOLID Principles in Laymanโ€™s Terms

1
Comments 2
4 min read
Stop Making Everything a Plugin: The Real Open/Closed Principle

Stop Making Everything a Plugin: The Real Open/Closed Principle

Comments
3 min read
Learning the Single Responsibility Principle with Snapshot Tests
Cover image for Learning the Single Responsibility Principle with Snapshot Tests

Learning the Single Responsibility Principle with Snapshot Tests

Comments
5 min read
Learning the Single Responsibility Principle, One Test at a Time
Cover image for Learning the Single Responsibility Principle, One Test at a Time

Learning the Single Responsibility Principle, One Test at a Time

Comments
6 min read
"S" of SOLID โ€” the Single Responsibility Principle (SRP).

"S" of SOLID โ€” the Single Responsibility Principle (SRP).

Comments
3 min read
Single Responsibility Principle - What's a "Single Reason to Change" and Why It Matters?

Single Responsibility Principle - What's a "Single Reason to Change" and Why It Matters?

Comments
6 min read
Entendendo SOLID de uma vez por todas | Parte 02 - (OCP)
Cover image for Entendendo SOLID de uma vez por todas | Parte 02 - (OCP)

Entendendo SOLID de uma vez por todas | Parte 02 - (OCP)

Comments
4 min read
loading...