#programming-blogs
Read more stories on Hashnode
Articles with this tag
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...
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...
Fundamentals of object oriented programming · I’m sure you heard about SOLID principles at least one time. It’s also highly possible that you are sick of...
Blocks, Lambdas and Procs · Anonymous functions are an integral part of Ruby identity and provide flexibility for any kind and size of the codebase. This...