Lucian Ghinda
All about coding

All about coding

Follow
homeRuby/Rails Tips and TILShortsEssaysAbout meWeekly Ruby NewsletterBlog Newsletter
Tag

Ruby

#ruby

More content

Read more stories on Hashnode


Articles with this tag

How to create a new Rails app running Rails 7.1 beta or main branch

Sep 15, 20231 min read

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...

How to create a new Rails app running Rails 7.1 beta or main branch

Using GPT-4 to refactor a simple HTML page

Sep 13, 20235 min read

Utilizing Cursor IDE and GPT-4 for logo placement, spacing adjustment, equal column height, and group hover element display · Continuing with my...

Using GPT-4 to refactor a simple HTML page

Using Cursor IDE for some small changes in a Rails app

Sep 8, 20235 min read

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...

Using Cursor IDE for some small changes in a Rails app

Insights from Stack Overflow Developer Survey 2023 about Ruby

Aug 9, 20233 min read

Key takeaways about Ruby from the 2023 Stack Overflow Developer Survey · About the Most popular technology section Numbers (source): All respondents: in...

Insights from Stack Overflow Developer Survey 2023 about Ruby

Projects ideas for learning Ruby or any Ruby web framework

Aug 2, 20237 min read

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...

Projects ideas for learning Ruby or any Ruby web framework

About Ruby: pass by value or pass by reference?

Jul 12, 20238 min read

Investigate Ruby's approach to passing objects in methods and assignments · Here is a simple code in Ruby: def init_options(options) options = {...

About Ruby: pass by value or pass by reference?