Rails request cycle
Simplified when we talk about the request that is coming to the Rails application, we usually consider two elements of […]
Simplified when we talk about the request that is coming to the Rails application, we usually consider two elements of […]
This article is a quick tip for anyone working with APIs in a Rails application and parsing the data without […]
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 […]