#programming-languages
Read more stories on Hashnode
Articles with this tag
Exploring Mastodon: An Open Source Ruby on Rails Web Application · The product https://joinmastodon.org Mastodon is a free, open-source social network...
Analyzing Ruby Gems Download Patterns between 2013 and 2023 · While creating the Short Ruby Newsletter I discovered bestgems.org and I noticed there was...
Explore the question: Where is a method defined in Ruby when not defined inside an object? · Here is a fun way to play with Ruby while trying to explore...
Investigate Ruby's approach to passing objects in methods and assignments · Here is a simple code in Ruby: def init_options(options) options = {...
This is primarily a response to a Reddit comment but I have encountered this line of pushback against short-hand syntax multiple times. Thus I think...
An example of refactoring a controller to use local variable and shorthand hash syntax · I like to use as much as possible the new features in Ruby. In...