Design Patterns in Ruby: Prototype, Abstract Factory, Bridge, and Facade Patterns

In this article, we explore more design patterns in Ruby, including the Prototype, Abstract Factory, Bridge, and Facade patterns, and discuss how they can be applied to create elegant, maintainable code.

April 18, 2024 · 4 min · 852 words · Bá Tới

Design Patterns in Ruby: Visitor, Memento, Mediator, Flyweight, and Builder Patterns

In this article, we explore more design patterns in Ruby, including the Visitor, Memento, Mediator, Flyweight, and Builder patterns, and discuss how they can be applied to create elegant, maintainable code.

April 18, 2024 · 4 min · 782 words · Bá Tới

Design Patterns in Ruby: Proxy, Composite, State, Chain of Responsibility, and Iterator Patterns

In this article, we explore more design patterns in Ruby, including the Proxy, Composite, State, Chain of Responsibility, and Iterator patterns, and discuss how they can be applied to create elegant, maintainable code.

April 18, 2024 · 5 min · 874 words · Bá Tới

Design Patterns in Ruby: Strategy, Decorator, Template Method, and Command Patterns

Design patterns are reusable solutions to common problems in software design. In this article, we explore some of the most popular design patterns in Ruby, including the Strategy, Decorator, Template Method, and Command patterns, and discuss how they can be applied to create elegant, maintainable code.

April 18, 2024 · 4 min · 790 words · Bá Tới

Design Patterns in Ruby: A Few Popular Patterns

Design patterns are reusable solutions to common problems in software design. In this article, we explore some of the most popular design patterns in Ruby, including the Singleton, Factory, and Observer patterns, and discuss how they can be applied to create elegant, maintainable code.

March 29, 2024 · 3 min · 487 words · Bá Tới