Using the Presenter Pattern in Ruby on Rails The presenter pattern is a handy design approach that sits between your views and models, helping you keep your code organized by handling view-specific logic in a clean and maintainable way. Let’s explore how to use it you your rails app. Trésor Bireke March 25, 2025 Ruby Rails Design Pattern
Mining Gold in Digital Conversations How I used artificial intelligence and async programming to transform interesting conversations into blog posts. Matheus Richard September 12, 2023 Ruby Concurrency Performance Design Pattern Artificial Intelligence Machine Learning
enum VS enum VS enum - Enumeration, Enumerator & Enumerable How do enums works in Ruby, and what they actually are. Fernando Marques October 4, 2022 Enum Enumerable Enumerator Enumeration Design Pattern PostgreSQL Ruby Development