Learn how to become a better Ruby developer by writing testable and readable code that works.
Welcome Mokkku · FFaker is a great library. I have used it for many years in every Rails project I have worked on to produce test data for unit tests and...
Simplifying Data Structures · In simple words, Ruby Struct is a built-in class that provides useful functionalities and shortcuts. You can use it for...
Dive into uncommon Rails routes functionalities · Routes are the fundamental part of the Rails framework, as, without them, it won’t be possible to...
Boost your code's clarity and ease of testing · Regardless of the type of architecture do you like the most in Rails, you will find value objects design...
The big picture · A design pattern is a repeatable solution to solve common problems in a software design. When building apps with the Ruby on Rails...
Discover the process of request handling in Rails · When we talk about the request that is coming to the Rails application, we usually consider two...