Home
  • - Spring Boot -
  • - SOLID -
  • - PATTERNS -
  • ☕︎ Buy me a Coffee
  • es

Structural design pattern


Design patterns you should know

 Posted on Aug 20, 2023  |  Gustavo  • Other languages: es

Design patterns help us to create robust applications by solving common problems using known and proven solutions.

[Read More]
Design Patterns  Creational design pattern  Structural design pattern  Behavioral design pattern 

Adapter Design Pattern

 Posted on Aug 19, 2023  |  Gustavo  • Other languages: es

The Adapter design pattern works when you have different or incompatible interfaces, and you need the client to use both in the same way.

The Adapter design pattern says in its definition that it converts an interface or class into another interface that the client needs.

[Read More]
Design Patterns  Adapter Pattern  Structural design pattern 

Composite Design Pattern

 Posted on Aug 19, 2023  |  Gustavo  • Other languages: es

The Composite design pattern allows you to create objects from an interface by making them all similar and allowing them all to be treated in the same way.

[Read More]
Design Patterns  Composite Pattern  Structural design pattern 

Decorator Design Pattern

 Posted on Aug 19, 2023  |  Gustavo  • Other languages: es

The Decorator pattern allows you to add new features to classes without modifying their structure.

[Read More]
Design Patterns  Decorator Pattern  Structural design pattern 

Facade Design Pattern

 Posted on Aug 19, 2023  |  Gustavo  • Other languages: es

The Facade design pattern simplifies the complexity of a system through a simpler interface.

It improves access to our system by allowing other systems or subsystems to use a common access point that reduces complexity, minimizing interactions and dependencies.

[Read More]
Design Patterns  Facade Pattern  Structural design pattern 

Gustavo Peiretti  • © 2024  •  Home

Hugo v0.79.0 powered  •  Theme Beautiful Hugo adapted from Beautiful Jekyll