DEV Community

# designpatterns

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Características e dicas de arquitetura/requisitos não funcionais

Características e dicas de arquitetura/requisitos não funcionais

5
Comments 2
7 min read
How redux and context helps managing global state

How redux and context helps managing global state

1
Comments 2
1 min read
Essential Design Patterns in Java

Essential Design Patterns in Java

64
Comments 5
10 min read
Preventing Goroutine Leaks: Best Practices and Tips for Go Developers

Preventing Goroutine Leaks: Best Practices and Tips for Go Developers

10
Comments
4 min read
Reflection on Visitor Pattern in Typescript

Reflection on Visitor Pattern in Typescript

16
Comments 1
7 min read
CQRS and MediatR Pattern Implementation Using .NET Core 6 Web API

CQRS and MediatR Pattern Implementation Using .NET Core 6 Web API

10
Comments 2
6 min read
Unit Of Work with Generic Repository implementation using .NET Core 6 Web API

Unit Of Work with Generic Repository implementation using .NET Core 6 Web API

6
Comments
7 min read
Liskov Substitution Principle Isn’t Complex. Just Give It A Try

Liskov Substitution Principle Isn’t Complex. Just Give It A Try

9
Comments
12 min read
Refatorando Ifs Aninhados com Chain of Responsibility

Refatorando Ifs Aninhados com Chain of Responsibility

3
Comments
4 min read
[PHP Guidelines series] Adapter design pattern + a dangerous workaround to implement Class Adapter

[PHP Guidelines series] Adapter design pattern + a dangerous workaround to implement Class Adapter

4
Comments
2 min read
Factory Design Pattern in Python

Factory Design Pattern in Python

11
Comments
3 min read
Explaining the Open-Closed Principle to the Rubber Duck With a Hands-On Exercise

Explaining the Open-Closed Principle to the Rubber Duck With a Hands-On Exercise

4
Comments
3 min read
API Design Patterns

API Design Patterns

1
Comments
6 min read
Design Patterns: Singleton

Design Patterns: Singleton

16
Comments 2
4 min read
Why Good Software Architecture and Sustainable Design Patterns are More Important Than Ever in Today's Job Market

Why Good Software Architecture and Sustainable Design Patterns are More Important Than Ever in Today's Job Market

3
Comments
1 min read
Decorator Design Pattern

Decorator Design Pattern

2
Comments 1
3 min read
C++ Software Design by Klaus Iglberger

C++ Software Design by Klaus Iglberger

6
Comments
5 min read
Entry-1: S - in SOLID

Entry-1: S - in SOLID

4
Comments
3 min read
Fluent Builder

Fluent Builder

2
Comments
3 min read
Software Design Patterns: The builder pattern

Software Design Patterns: The builder pattern

24
Comments 1
7 min read
Design Patterns - 1 - Strategy (C#)

Design Patterns - 1 - Strategy (C#)

3
Comments
2 min read
Open-Closed Principle: The Hard Parts

Open-Closed Principle: The Hard Parts

18
Comments
11 min read
Do You Really Know, What Is Single Responsibility?

Do You Really Know, What Is Single Responsibility?

12
Comments
9 min read
The Template Method Pattern and the Non-Virtual Idiom

The Template Method Pattern and the Non-Virtual Idiom

1
Comments
4 min read
Writing pipes and filters for fluent OR-mapping

Writing pipes and filters for fluent OR-mapping

4
Comments
2 min read
The copy and swap idiom

The copy and swap idiom

3
Comments 1
6 min read
Resolvendo problemas de integração entre interfaces com padrões de projeto

Resolvendo problemas de integração entre interfaces com padrões de projeto

5
Comments
3 min read
Strategy Pattern in Angular with Injector

Strategy Pattern in Angular with Injector

10
Comments
3 min read
How the Strategy Pattern works?

How the Strategy Pattern works?

16
Comments 3
4 min read
SOLID: The concept behind the code

SOLID: The concept behind the code

42
Comments
4 min read
How the PHP Middleware Pattern works and can easily be applied

How the PHP Middleware Pattern works and can easily be applied

19
Comments
9 min read
The Difference Between Design Patterns and Design Principles

The Difference Between Design Patterns and Design Principles

7
Comments
2 min read
O que são Design Patterns e qual a sua importância?

O que são Design Patterns e qual a sua importância?

85
Comments 6
4 min read
Design Patterns — Visitor in .NET

Design Patterns — Visitor in .NET

6
Comments
2 min read
Utilizando o padrão interactor no Ruby on Rails

Utilizando o padrão interactor no Ruby on Rails

22
Comments 2
8 min read
Strategy Vs State Vs Template Design Patterns

Strategy Vs State Vs Template Design Patterns

5
Comments
5 min read
Overview of the Active Record Pattern

Overview of the Active Record Pattern

9
Comments
4 min read
Rust structs - How well are you using it?

Rust structs - How well are you using it?

25
Comments 2
7 min read
Decorator and Single Responsibility Perfectly Play Together.

Decorator and Single Responsibility Perfectly Play Together.

6
Comments
3 min read
Composite Design Pattern

Composite Design Pattern

5
Comments
3 min read
Solid Design Principles In Javascript (Part 3) — Interface Segregation Principle & Dependency Inversion

Solid Design Principles In Javascript (Part 3) — Interface Segregation Principle & Dependency Inversion

2
Comments
6 min read
Solid Design Principles In Javascript (Part 1) — Single Responsibility Principle

Solid Design Principles In Javascript (Part 1) — Single Responsibility Principle

6
Comments
4 min read
Leverage Idempotent, Declarative Profiles with the NSX-ALB (Avi) REST API

Leverage Idempotent, Declarative Profiles with the NSX-ALB (Avi) REST API

6
Comments
5 min read
Design Patterns In Solidity

Design Patterns In Solidity

13
Comments 4
7 min read
GitOps with NSX Advanced Load Balancer and Jenkins

GitOps with NSX Advanced Load Balancer and Jenkins

7
Comments
6 min read
What are SOLID principles?

What are SOLID principles?

24
Comments
2 min read
Memento Pattern

Memento Pattern

6
Comments
5 min read
Singleton design pattern. JS/TS Examples.

Singleton design pattern. JS/TS Examples.

18
Comments 2
4 min read
Published my first EBook on the Gang of Four Design Patterns in Java!

Published my first EBook on the Gang of Four Design Patterns in Java!

2
Comments
2 min read
Strategy Design Pattern in Java 8

Strategy Design Pattern in Java 8

3
Comments
1 min read
State Management

State Management

7
Comments
3 min read
Why Switch Statement is Bad

Why Switch Statement is Bad

16
Comments 4
2 min read
Component variant with View-Hook Pair

Component variant with View-Hook Pair

5
Comments
6 min read
Design patterns in Javascript: Publish-Subscribe or PubSub

Design patterns in Javascript: Publish-Subscribe or PubSub

30
Comments
3 min read
Command Pattern in Kotlin

Command Pattern in Kotlin

5
Comments
11 min read
Managing DNS Servers with Ansible and Jenkins (Unbound, BIND)

Managing DNS Servers with Ansible and Jenkins (Unbound, BIND)

3
Comments
8 min read
Mediator Pattern in Kotlin

Mediator Pattern in Kotlin

3
Comments
9 min read
Decorator Pattern in Kotlin

Decorator Pattern in Kotlin

6
Comments
10 min read
Head First Design Patterns: 2 of 10

Head First Design Patterns: 2 of 10

5
Comments
2 min read
📗 Object Behavioural: State

📗 Object Behavioural: State

4
Comments
5 min read
loading...