Learning Ruby on Rails
Hi! I'm learning Ruby on Rails. Does anyone have any recommended resources or tips for RoR? Thanks.
Hi there,
That's super that you decided to learn Ruby on Rails.
(shameless plug) Here are some personal recommendations - most of them are content I wrote.
In case you don't yet know Ruby then I suggest you start with Ruby.
1. https://ghinda.com/blog/programming/ruby/2021/learning-ruby.... - this is an article I wrote in 2021, that I try to keep up to date and where I approach in general terms learning Ruby
2. A short opinionated guide about how to learn Ruby programming language - https://allaboutcoding.ghinda.com/how-to-learn-ruby
3. Some general advice about learning a new programming language - https://allaboutcoding.ghinda.com/what-to-work-on-when-learn...
Learning Ruby on Rails:
I wrote a small blog post about this here https://allaboutcoding.ghinda.com/resources-to-learn-ruby-on...
And in case you are looking for ideas to build while learning I wrote a while back a thread with some ideas that I think they are good as learning projects: https://nitter.net/lucianghinda/status/1354069119704977409
I also maintain a directory of Ruby and Rails resources at https://rubyandrails.info and I curate a weekly newsletter with Ruby code inspirations and conversations from around the web at https://newsletter.shortruby.com
Specifically user authentication would be nice.