Ruby SOLID principles
Design your classes with the best OOP practices I’m sure you heard about SOLID principles at least one time. It’s […]
Design your classes with the best OOP practices I’m sure you heard about SOLID principles at least one time. It’s […]
Brackets versus non-brackets version I usually ask the following question during the technical interview for the Ruby developers: what is […]
It seems that writing Sidekiq’s workers it’s quite an effortless task. Still, during my eight-year journey with this great library, […]
Demo At the end of the article, we will have fully working simple chat. Creating example application Our application will […]
Routes are the fundamental part of the Rails framework, as, without them, it won’t be possible to navigate through the […]
In simple words, web scraping is a process of pulling information from a given website when no other way, like […]
If you are not yet familiarized with the A/B tests, let me introduce you to this topic in few sentences. […]
A quick look at the pattern’s name Let’s just quickly analyze its name before we move on: The definition There […]
Advantages of using design patterns An appropriate approach to using design patterns brings a lot of essential benefits to the […]
Plan and bootstrap Rails application in the same timeBootstrapping the Rails application may be boring. Usually, It comes down to […]