1. Learn Ruby language
- Official site
- FAQ
- Read book by Jesus
- docs.ruby-lang.org
- ruby-doc.org
- rubyapi.org
2. Learn to use VS code
- What extensions are needed for fast development?
- Learn Keyboard shortcuts
- Code completion, auto-formating code (remove trailing spac es, tabs etc)
- Syntax highlighting
- Refactoring, Search/file browsing
- Testing
3. Learn Ruby on Rails
- Official site
- Read Guides
- Read API documentation
- Forum (if help needed)
- How to test code?
- Rubygems.org - Repository of Ruby gems
- Ruby-toolbox - Find which are popular gems to do a certain task
Rating: