Some tips about Ruby

Hello all
Here are some ideas how to learn Ruby.
Many people start directly with rails, without learning the Ruby, but I think that’s not good idea. Of course, that way is also possible, but you will never be skilled Ruby developer. Rails is written in Ruby, so you should take the ruby first. There are many books with it, but I would recommend to read this online guide: Programming Ruby: The Pragmatic Programmer’s Guide in combination with Try Ruby: learn the basics of the Ruby language in your browser. . The second link is called Try Ruby, and here you can type ruby code directly there and play around with it. Also here there is a small tutorial how to use it and how to practice. First link is a Ruby guide.

When you are done with learning Ruby, I would advice you to start learning Rails framework. The good online guide is: https://www.railstutorial.org/book/frontmatter . In this guide there is also a short tutorial about Ruby, so you would be able to repeat its syntax.