DEV Community

# solid

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Liskov Substitution Principle

Liskov Substitution Principle

9
Comments
1 min read
SOLID: Principio de Responsabilidad Única

SOLID: Principio de Responsabilidad Única

29
Comments
7 min read
Open Closed Principle

Open Closed Principle

9
Comments
2 min read
Single Responsibility Principle

Single Responsibility Principle

7
Comments
1 min read
Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 05 - Inversão de Dependência)

Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 05 - Inversão de Dependência)

18
Comments 2
2 min read
Inversão de dependências exemplificado

Inversão de dependências exemplificado

12
Comments 2
4 min read
LSP and ISP: The LI of SOLID

LSP and ISP: The LI of SOLID

3
Comments
2 min read
Understanding SOLID Principles: Dependency Inversion

Understanding SOLID Principles: Dependency Inversion

46
Comments 1
3 min read
Nodejs Building Concurrent Operations With Queue

Nodejs Building Concurrent Operations With Queue

11
Comments
2 min read
Understanding SOLID Principles: Interface Separation

Understanding SOLID Principles: Interface Separation

2
Comments
4 min read
How I Understand SOLID Principles

How I Understand SOLID Principles

5
Comments 1
3 min read
SOLID Principles: For maintainable, flexible, and extensible code

SOLID Principles: For maintainable, flexible, and extensible code

12
Comments
6 min read
Understanding SOLID Principles: Liskov Substitution Principle

Understanding SOLID Principles: Liskov Substitution Principle

22
Comments 3
8 min read
Revisiting the D in SOLID

Revisiting the D in SOLID

4
Comments
2 min read
How to get rid of switch statements

How to get rid of switch statements

10
Comments 1
2 min read
Revisiting the I in SOLID

Revisiting the I in SOLID

15
Comments
2 min read
Revisiting the L in SOLID

Revisiting the L in SOLID

12
Comments 2
2 min read
SOLID Principles in Swift: Open/Closed Principle

SOLID Principles in Swift: Open/Closed Principle

5
Comments
4 min read
Revisiting the O in SOLID

Revisiting the O in SOLID

6
Comments
2 min read
SOLID Principles in Swift: Single Responsibility Principle

SOLID Principles in Swift: Single Responsibility Principle

3
Comments 2
6 min read
Single-responsibility principle applied to an Organization

Single-responsibility principle applied to an Organization

3
Comments 2
2 min read
DIP - The Dependency Inversion Principle

DIP - The Dependency Inversion Principle

8
Comments
3 min read
ISP - The Interface Segregation Principle

ISP - The Interface Segregation Principle

1
Comments
3 min read
Understanding SOLID Principles: Open Closed Principle

Understanding SOLID Principles: Open Closed Principle

78
Comments 2
5 min read
LSP - The Liskov Substitution Principle

LSP - The Liskov Substitution Principle

1
Comments
3 min read
OCP - The Open-Closed Principle

OCP - The Open-Closed Principle

6
Comments
3 min read
SRP - The Single Responsibility Principle

SRP - The Single Responsibility Principle

3
Comments
3 min read
Laravel Pipelines By Example | Chain of Responsibility Design Pattern

Laravel Pipelines By Example | Chain of Responsibility Design Pattern

15
Comments 1
2 min read
Understanding SOLID: Single Responsibility Principle

Understanding SOLID: Single Responsibility Principle

46
Comments 10
3 min read
Something you should know if you want to be a better developer

Something you should know if you want to be a better developer

7
Comments
3 min read
Simple but powerful Coding Practices that you can adopt immediately: Classes and Functions

Simple but powerful Coding Practices that you can adopt immediately: Classes and Functions

8
Comments
7 min read
Lessons I learned from watching the Essential Developer's Quiz App series

Lessons I learned from watching the Essential Developer's Quiz App series

5
Comments
6 min read
Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 04 - Segregação de Interface)

Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 04 - Segregação de Interface)

23
Comments 7
3 min read
Dependency Inversion Principle in Swift

Dependency Inversion Principle in Swift

2
Comments
2 min read
Dependency Inversion With Payment Gateways Stripe/Paypal Using Nodejs

Dependency Inversion With Payment Gateways Stripe/Paypal Using Nodejs

20
Comments
2 min read
S.O.L.I.D. Principles of Object-Oriented Programming in C#

S.O.L.I.D. Principles of Object-Oriented Programming in C#

53
Comments 2
13 min read
SOLID in PHP

SOLID in PHP

301
Comments 37
16 min read
What is (wrong with) software

What is (wrong with) software

36
Comments 3
4 min read
Minimal list of the things every software professional should know

Minimal list of the things every software professional should know

5
Comments 5
2 min read
The Single Responsibility Principle Revisited

The Single Responsibility Principle Revisited

6
Comments
14 min read
SOLID: Software Design Principles. Be a better developer

SOLID: Software Design Principles. Be a better developer

268
Comments 11
5 min read
De POO a SOLID explicado con Pokémon - Los cinco principios de SOLID

De POO a SOLID explicado con Pokémon - Los cinco principios de SOLID

23
Comments
8 min read
What Is The Liskov Substitution Principle?

What Is The Liskov Substitution Principle?

2
Comments
2 min read
De POO a SOLID explicado con Pokémon - Los cuatro principios de POO

De POO a SOLID explicado con Pokémon - Los cuatro principios de POO

7
Comments 2
4 min read
Learn the SOLID principles for Object Oriented Programming

Learn the SOLID principles for Object Oriented Programming

61
Comments 3
6 min read
De POO a SOLID explicado con Pokémons - JavaScript - El paradigma de POO

De POO a SOLID explicado con Pokémons - JavaScript - El paradigma de POO

21
Comments
4 min read
Controladores livianos y buenas prácticas.

Controladores livianos y buenas prácticas.

5
Comments
6 min read
Clean Architecture : um compilado dos Princípios de Design

Clean Architecture : um compilado dos Princípios de Design

117
Comments 2
4 min read
Book Review - Adaptive Code: Agile coding with design patterns and SOLID principles

Book Review - Adaptive Code: Agile coding with design patterns and SOLID principles

2
Comments
5 min read
Becoming a better Laravel developer by using the SOLID design principles. Part 2

Becoming a better Laravel developer by using the SOLID design principles. Part 2

30
Comments 8
3 min read
Separation of Concerns and SOLID

Separation of Concerns and SOLID

9
Comments
11 min read
S.O.L.I.D.: A sólida base para Orientação a Objeto

S.O.L.I.D.: A sólida base para Orientação a Objeto

12
Comments
7 min read
Becoming a better Laravel developer by using the SOLID design principles. Part 1

Becoming a better Laravel developer by using the SOLID design principles. Part 1

41
Comments 7
2 min read
The importance of the interfaces

The importance of the interfaces

5
Comments
5 min read
Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 03 - Substituição de Liskov)

Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 03 - Substituição de Liskov)

24
Comments 7
3 min read
Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 02 - Aberto-fechado)

Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 02 - Aberto-fechado)

36
Comments 5
3 min read
FizzBuzz Typescript & SOLID Principles

FizzBuzz Typescript & SOLID Principles

37
Comments 8
4 min read
Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 01 - Responsabilidade Única)

Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 01 - Responsabilidade Única)

64
Comments 2
3 min read
JSX is not HyperScript

JSX is not HyperScript

59
Comments 4
3 min read
Services and SOLID

Services and SOLID

5
Comments 1
2 min read
loading...