Recent Posts
Why You Should Use Ruby’s dry-rb Gems: A Guide to Cleaner, More Flexible Code
The Dry-rb gem suite is a game-changer for Ruby developers who value clean, maintainable code. From robust input validation with dry-validation to building i...
Elevate Your Ruby Code with Service Objects: Best Practices for Clean and Scalable Design
Service objects in Ruby streamline business logic and keep code clean. Use clear names like CreateUser, group by context, and simplify constructors. Implemen...
Dialogue with Artificial Intelligence: Extraterrestrial Life and Saving Our Planet
In this article, I engage in a conversation with ChatGPT to explore the possibility of extraterrestrial life and the pressing need to preserve our planet. We...
Mastering Non-ActiveRecord Validations in Rails: A Practical Guide
Learn how to build lightweight, non-ActiveRecord models with ActiveModel validations in Rails. This guide covers practical use cases like contact forms, reus...