2023 Learning Plan [1]
Submitted by uday [2] on January 4, 2023 - 9:11pm1. Learn Ruby language
- Official site [3]
- FAQ [4]
- Read book by Jesus
- docs.ruby-lang.org [5]
- ruby-doc.org [6]
- rubyapi.org [7]
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 [8]
- Read Guides [9]
- Read API documentation [10]
- Forum [11] (if help needed)
- How to test code?
- Rubygems.org [12] - Repository of Ruby gems
- Ruby-toolbox [13] - Find which are popular gems to do a certain task

