News

Visitor Pattern in Ruby - Examples from Rubocop | wasabigeek
In this post, we’ll learn about the Visitor design pattern and it’s tradeoffs by looking at a real world example: Rubocop, a Ruby linting and formatting library.What is the Visitor design pattern?The visitor design pattern separates the operation ...




A Comprehensive Guide to Rails Internationalization (i18n)
Thanks to the Internet, our big Earth has suddenly become a small place, in the sense that your customers on the other side of the world are now as close to you as your next door neighbor. However, the solution to the problem of distance is not ev...



