The magic behind popular Ruby code
The config-way of setting variables You can see this code in almost every Ruby gem that utilizes initializers to set […]
The config-way of setting variables You can see this code in almost every Ruby gem that utilizes initializers to set […]
Introduction Cable Ready is a great addition for Action Cable, especially if you don’t like to write JavaScript code to interact […]
Stimulus.js is a JavaScript framework created by the founders of Basecamp. It’s easy to integrate but powerful and allows us […]
If you are not yet familiarized with the A/B tests, let me introduce you to this topic in few sentences. […]
Even though Ruby owes most of its popularity to the Ruby on Rails framework, many other great frameworks and libraries […]
At first sight, it seems that the way Sidekiq jobs work is straightforward, but the truth is that the whole […]
Have you ever came across a code that verifies a lot of conditions to allow for some action? In normal […]
Routes are the fundamental part of the Rails framework, as, without them, it won’t be possible to navigate through the […]
A quick look at the pattern’s name Let’s just quickly analyze its name before we move on: The definition There […]