Lucian Ghinda
All about coding

All about coding

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

Ruby on Rails

#ruby-on-rails

More content

Read more stories on Hashnode


Articles with this tag

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

A comparison of multiple generative AI tools when asking for Ruby on Rails code

Jul 5, 20235 min read

Comparing Rix, Cody, Phind, Copilot Chat, and ChatGPT's responses to a basic Ruby on Rails query · I asked the following query for multiple AI code...

A comparison of multiple generative AI tools when asking for Ruby on Rails code

Ruby's range literals and their effect on Rails Active Record queries

Jun 28, 20233 min read

Learn about the difference between inclusive and exclusive end ranges and the SQL queries each choice produces · The following Active Record...

Ruby's range literals and their effect on Rails Active Record queries

A simple idea of how to grow the Ruby community

Jun 15, 20232 min read

Creating additional technical material aids in expanding the Ruby community. · As a followup from my article yesterday about Why write technical content...

A simple idea of how to grow the Ruby community

This week focus: Refactoring

Jun 13, 20232 min read

Look at your code and identify any areas where you can improve. Refactoring isn't about fixing bugs but improving your code's readability, efficiency,...

This week focus: Refactoring