#ruby
Read more stories on Hashnode
Articles with this tag
How to improve your Rails performance by 90% with a simple change · I was curious about this, generally speaking it was advised to me to prefer the use...
The Execute Around it's a pattern that lets us simplify our code and make more clean and easy to read. Basically, the main focus of this approach is...
In Ruby there are many methods that accept blocks, one of the first that comes to mind is the times method that allows us to run specific block X...
Or how to simplify and shorten your loops · The reduce method looks really similar to the JavaScript one, iterates over all the elements in an Array and...