Uday's website
Published on Uday's website (https://uday.net)

Home > 2023 Learning Plan

2023 Learning Plan [1]

Submitted by uday [2] on January 4, 2023 - 9:11pm

1. 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
Rating: 

 Valid XHTML 1.0 StrictCreative Commons LicenseVerbatim copying and redistribution of this entire page are permitted provided this notice is preserved. All content on this website including archives (including text, photographs, audio files and any other original work), unless otherwise noted, is licensed under a Creative Commons License or later.


Source URL:https://uday.net/2023-learning-plan

Links
[1] https://uday.net/2023-learning-plan [2] https://uday.net/user/1 [3] https://www.ruby-lang.org/en [4] https://www.ruby-lang.org/en/documentation/faq/ [5] https://docs.ruby-lang.org/en/ [6] https://ruby-doc.org/ [7] https://rubyapi.org/ [8] https://rubyonrails.org/ [9] https://guides.rubyonrails.org/ [10] https://api.rubyonrails.org/ [11] https://discuss.rubyonrails.org/ [12] https://rubygems.org/ [13] https://www.ruby-toolbox.com/