DEV Community

# patterns

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Padrões React: Container/Presentational

Padrões React: Container/Presentational

1
Comments
4 min read
Design Patterns: Factory Method

Design Patterns: Factory Method

9
Comments
9 min read
The Early Return Pattern in C#

The Early Return Pattern in C#

1
Comments 2
3 min read
Data Migration Strategies in Ruby on Rails: The Right Way to Manage Missing Data

Data Migration Strategies in Ruby on Rails: The Right Way to Manage Missing Data

6
Comments
11 min read
Implementando el Patrón Outbox en ASP.NET Core: Mejorando la Consistencia en Sistemas Distribuidos

Implementando el Patrón Outbox en ASP.NET Core: Mejorando la Consistencia en Sistemas Distribuidos

3
Comments
12 min read
How to implement Adapter pattern in Ruby on Rails?

How to implement Adapter pattern in Ruby on Rails?

12
Comments 3
9 min read
Delayed events pattern, no more crons

Delayed events pattern, no more crons

Comments
5 min read
Managing Platform-Specific Features in Rails: The Right Way to Customize App Behavior

Managing Platform-Specific Features in Rails: The Right Way to Customize App Behavior

2
Comments
15 min read
Simply Explained : Top 5 Design Patterns

Simply Explained : Top 5 Design Patterns

2
Comments
4 min read
Programación Basada en Slogans

Programación Basada en Slogans

Comments
10 min read
Implementing CQRS in Python

Implementing CQRS in Python

1
Comments
6 min read
Must do pattern questions :Part-2 [ Javascript]

Must do pattern questions :Part-2 [ Javascript]

24
Comments 4
2 min read
How to implement Pub/Sub pattern in Ruby on Rails?

How to implement Pub/Sub pattern in Ruby on Rails?

9
Comments 5
11 min read
Overview of MVC Architectural Pattern

Overview of MVC Architectural Pattern

1
Comments
4 min read
Protect your GraphQL data with resource_policy

Protect your GraphQL data with resource_policy

1
Comments
6 min read
Compound components pattern for creating reusable Rating component

Compound components pattern for creating reusable Rating component

14
Comments 7
4 min read
Outros 3 Padrões de Arquitetura de Software Simplificados e Exemplificados

Outros 3 Padrões de Arquitetura de Software Simplificados e Exemplificados

1
Comments
4 min read
A method's gravity

A method's gravity

3
Comments
6 min read
Attribute level permission control in Rails

Attribute level permission control in Rails

1
Comments
5 min read
Deployment and Patterns

Deployment and Patterns

6
Comments
10 min read
Refactoring toast presentation with OOP + Template Method

Refactoring toast presentation with OOP + Template Method

Comments
4 min read
FormService: a PORO ServiceObjects with a state

FormService: a PORO ServiceObjects with a state

2
Comments 4
5 min read
Most sophisticated embedding pattern in Go: embedded interface within a struct

Most sophisticated embedding pattern in Go: embedded interface within a struct

2
Comments
2 min read
Using FormObject pattern in Ruby APIs

Using FormObject pattern in Ruby APIs

4
Comments
4 min read
How to implement Authorizer pattern in Ruby on Rails?

How to implement Authorizer pattern in Ruby on Rails?

13
Comments
6 min read
How to implement Form Object pattern in Ruby on Rails?

How to implement Form Object pattern in Ruby on Rails?

10
Comments
5 min read
How to implement Dependency Injection Pattern in Ruby On Rails?

How to implement Dependency Injection Pattern in Ruby On Rails?

4
Comments
4 min read
How to implement Service Object pattern in Ruby on Rails?

How to implement Service Object pattern in Ruby on Rails?

10
Comments
5 min read
How to implement Policy Object pattern in Ruby on Rails?

How to implement Policy Object pattern in Ruby on Rails?

7
Comments 5
3 min read
How to implement Decorator pattern in Ruby on Rails?

How to implement Decorator pattern in Ruby on Rails?

22
Comments 6
3 min read
How to implement Query Object pattern in Ruby on Rails?

How to implement Query Object pattern in Ruby on Rails?

7
Comments 2
3 min read
The Flag Parameter Anti-Pattern

The Flag Parameter Anti-Pattern

3
Comments 3
3 min read
Transactional outbox. Part I.

Transactional outbox. Part I.

1
Comments
5 min read
Software Architecture and Software Design

Software Architecture and Software Design

4
Comments 1
2 min read
Software Design Patterns

Software Design Patterns

9
Comments
1 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
Resilient microservices with Quarkus and Kotlin - Design Patterns

Resilient microservices with Quarkus and Kotlin - Design Patterns

8
Comments 2
4 min read
A Better Way to Deal With Dependencies

A Better Way to Deal With Dependencies

7
Comments
3 min read
Patterns for Building JavaScript Websites in 2022

Patterns for Building JavaScript Websites in 2022

484
Comments 17
9 min read
I wrote a free book on React

I wrote a free book on React

24
Comments 6
1 min read
Why you Should get Into Coding Patterns Right Away 🏁

Why you Should get Into Coding Patterns Right Away 🏁

55
Comments 4
3 min read
Time Series Decomposition - Spotting Seasonality

Time Series Decomposition - Spotting Seasonality

8
Comments
2 min read
How to use the Strategy Pattern in C#

How to use the Strategy Pattern in C#

7
Comments
5 min read
Elixir Today: Creating a Square Pattern using Elixir

Elixir Today: Creating a Square Pattern using Elixir

6
Comments
1 min read
Software Architecture and Abstractions for newbie

Software Architecture and Abstractions for newbie

12
Comments
7 min read
Microservices and Best Patterns

Microservices and Best Patterns

18
Comments 1
7 min read
[en-US] Modeling an OO domain: a case study about the creation of a model for an authentication and authorization gateway.

[en-US] Modeling an OO domain: a case study about the creation of a model for an authentication and authorization gateway.

2
Comments
12 min read
[pt-BR] Modelagem de um domínio OO: um estudo de caso sobre a criação de um modelo para um gateway de autenticação e autorização

[pt-BR] Modelagem de um domínio OO: um estudo de caso sobre a criação de um modelo para um gateway de autenticação e autorização

2
Comments
15 min read
Hacking IDisposable: The Stopwatch Example

Hacking IDisposable: The Stopwatch Example

7
Comments 4
5 min read
React Tips & Patterns

React Tips & Patterns

5
Comments
6 min read
✳️ DRY Principle 🍁

✳️ DRY Principle 🍁

13
Comments
3 min read
Applying publisher subscriber design pattern in javascript

Applying publisher subscriber design pattern in javascript

4
Comments
4 min read
Design applications like trees not buildings

Design applications like trees not buildings

2
Comments
4 min read
Dependency Injection in Golang

Dependency Injection in Golang

8
Comments 1
2 min read
JavaScript Anti-patterns

JavaScript Anti-patterns

7
Comments
6 min read
Full Site Editing - P5: What Are Block Patterns in Gutenberg? How to Create Them?

Full Site Editing - P5: What Are Block Patterns in Gutenberg? How to Create Them?

6
Comments
5 min read
Implement a strategy pattern in Magento2

Implement a strategy pattern in Magento2

4
Comments
4 min read
Why Use The Repository Pattern in Laravel?

Why Use The Repository Pattern in Laravel?

7
Comments
6 min read
Handle/Raise Exceptions with Little to No Further Processing [RE#10]

Handle/Raise Exceptions with Little to No Further Processing [RE#10]

3
Comments
2 min read
Patterns in the multiples of 2, 5, 10 and 3

Patterns in the multiples of 2, 5, 10 and 3

5
Comments 1
2 min read
loading...