DEV Community

# patterns

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Flexibilidad y Escalabilidad: Usando Strategy y Factory Patterns

Flexibilidad y Escalabilidad: Usando Strategy y Factory Patterns

6
Comments 3
9 min read
Understanding Domain Events in TypeScript: Making Events Work for You

Understanding Domain Events in TypeScript: Making Events Work for You

Comments
3 min read
PadrÔes de Projeto em React [HOCs, Render Props, Hooks]

PadrÔes de Projeto em React [HOCs, Render Props, Hooks]

1
Comments
3 min read
Finite-state machine example in JavaScript

Finite-state machine example in JavaScript

4
Comments
1 min read
OOP Simplified: Quick Factory Methods with Encapsulation, Abstraction, and Polymorphism in TypeScript

OOP Simplified: Quick Factory Methods with Encapsulation, Abstraction, and Polymorphism in TypeScript

3
Comments
2 min read
Finite-state machine example in JavaScript

Finite-state machine example in JavaScript

1
Comments
1 min read
How to avoid N + 1 and keep your Ruby on Rails controller clean

How to avoid N + 1 and keep your Ruby on Rails controller clean

16
Comments
3 min read
Types Of Software Architecture

Types Of Software Architecture

2
Comments
3 min read
Testando das trincheiras: Usando um "clock" fixo

Testando das trincheiras: Usando um "clock" fixo

9
Comments
3 min read
¿POR QUÉ no estás usando estos providers de Angular?

¿POR QUÉ no estás usando estos providers de Angular?

2
Comments
3 min read
Common and Useful Deployment Patterns

Common and Useful Deployment Patterns

Comments
3 min read
Reusing state management: HOC vs Hook

Reusing state management: HOC vs Hook

1
Comments 1
1 min read
Understanding JavaScript Creational Patterns for Object Creation

Understanding JavaScript Creational Patterns for Object Creation

Comments
2 min read
Understanding Design First: Principles, Patterns, and Best Practices Explained

Understanding Design First: Principles, Patterns, and Best Practices Explained

Comments
2 min read
The Architecture Might Not Be the Problem

The Architecture Might Not Be the Problem

Comments 1
4 min read
PadrĂŁo JumpTable com Javascript

PadrĂŁo JumpTable com Javascript

Comments
4 min read
Explorando os Fundamentos dos PadrÔes de Projeto: Conceitos Båsicos

Explorando os Fundamentos dos PadrÔes de Projeto: Conceitos Båsicos

1
Comments
3 min read
Six Factors That Raise The Risk Of Bugs In A Codebase

Six Factors That Raise The Risk Of Bugs In A Codebase

5
Comments
4 min read
Microservices: Avoiding the Pitfalls, Embracing the Potential - A Guide to Anti-Patterns

Microservices: Avoiding the Pitfalls, Embracing the Potential - A Guide to Anti-Patterns

Comments
5 min read
Android Presentation Patterns: MVI

Android Presentation Patterns: MVI

1
Comments
10 min read
Entendendo o Pub/Sub com Javascript

Entendendo o Pub/Sub com Javascript

Comments
4 min read
The Consumer Conundrum: Navigating Change in Microservices Without Gridlock

The Consumer Conundrum: Navigating Change in Microservices Without Gridlock

Comments
3 min read
đ—Șđ—”đ—źđ˜ 𝗼𝗿đ—Č đ˜đ—”đ—Č đ—„đ—Č𝗮𝗘𝘅 𝗣𝗼𝘁𝘁đ—Čđ—żđ—»đ˜€?

đ—Șđ—”đ—źđ˜ 𝗼𝗿đ—Č đ˜đ—”đ—Č đ—„đ—Č𝗮𝗘𝘅 𝗣𝗼𝘁𝘁đ—Čđ—żđ—»đ˜€?

1
Comments 1
2 min read
CLI Contexts

CLI Contexts

1
Comments
8 min read
Using a Trait in Derive CLIs

Using a Trait in Derive CLIs

1
Comments
9 min read
Using a Trait in Builder CLIs

Using a Trait in Builder CLIs

1
Comments
7 min read
Are OOP Methodologies and Patterns Dead for Frontend Development?

Are OOP Methodologies and Patterns Dead for Frontend Development?

1
Comments 7
2 min read
How to Lower the Cost of Changing Software - Part 1

How to Lower the Cost of Changing Software - Part 1

1
Comments
7 min read
Currying vs Dependency Injection

Currying vs Dependency Injection

8
Comments 3
3 min read
Derive Based CLIs

Derive Based CLIs

1
Comments
6 min read
Builder Based CLIs

Builder Based CLIs

1
Comments
5 min read
Mastering Programming Patterns. A Guide for Junior Developers

Mastering Programming Patterns. A Guide for Junior Developers

3
Comments 2
2 min read
Structuring Modular Monoliths

Structuring Modular Monoliths

28
Comments
10 min read
SOLID Principles with Examples in Python

SOLID Principles with Examples in Python

23
Comments 2
11 min read
Understanding Hexagonal Architecture

Understanding Hexagonal Architecture

55
Comments 6
12 min read
Decoding the Art of Software Patterns: An Exhaustive Odyssey into Strategy, Building Blocks, and Observers

Decoding the Art of Software Patterns: An Exhaustive Odyssey into Strategy, Building Blocks, and Observers

5
Comments
4 min read
ASP.NET Core y el PatrĂłn Decorador: Ampliando la Funcionalidad de tus APIs

ASP.NET Core y el PatrĂłn Decorador: Ampliando la Funcionalidad de tus APIs

9
Comments 1
8 min read
Node.js Architectural Patterns with Examples

Node.js Architectural Patterns with Examples

109
Comments 6
3 min read
Observer Pattern: Keeping Components in Sync

Observer Pattern: Keeping Components in Sync

1
Comments
9 min read
PadrÔes React: Container/Presentational

PadrÔes React: Container/Presentational

2
Comments
4 min read
Factory Method: Simplifying Object Instantiation

Factory Method: Simplifying Object Instantiation

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

The Early Return Pattern in C#

2
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

11
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

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

How to implement Adapter pattern in Ruby on Rails?

12
Comments 4
9 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

3
Comments
15 min read
Delayed events pattern, no more crons

Delayed events pattern, no more crons

1
Comments
5 min read
Simply Explained : Top 5 Design Patterns

Simply Explained : Top 5 Design Patterns

2
Comments
4 min read
Implementing CQRS in Python

Implementing CQRS in Python

21
Comments
6 min read
ProgramaciĂłn Basada en Slogans

ProgramaciĂłn Basada en Slogans

Comments
10 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?

15
Comments 6
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

2
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

2
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

2
Comments
5 min read
3 PadrÔes de Arquitetura de Software Simplificados e Exemplificados

3 PadrÔes de Arquitetura de Software Simplificados e Exemplificados

2
Comments
4 min read
Refactoring toast presentation with OOP + Template Method

Refactoring toast presentation with OOP + Template Method

Comments
4 min read
loading...