#ruby
Read more stories on Hashnode
Articles with this tag
Create a new app with latest Rails · New app with Rails 7.1.beta1 Here is how to create a new Rails app that runs on Rails 7.1 beta1 gem install -v...
Utilizing Cursor IDE and GPT-4 for logo placement, spacing adjustment, equal column height, and group hover element display · Continuing with my...
Applying Cursor IDE to produce PRs in a Rails application · Path of my learning path about how to use AI/LLMs to augment my developer productivity I...
Key takeaways about Ruby from the 2023 Stack Overflow Developer Survey · About the Most popular technology section Numbers (source): All respondents: in...
Projects to tackle as you learn a new programming language · I shared this on Twitter a while back (you can read it also on nitter) and I think it is...
Investigate Ruby's approach to passing objects in methods and assignments · Here is a simple code in Ruby: def init_options(options) options = {...