Open leighphan opened 8 years ago
Command Line the Hard Way: http://cli.learncodethehardway.org/book/
Command Line Bootcamp: http://rik.smith-unna.com/command_line_bootcamp/?id=9kvibsqyr0xeescgx5eetrzfr
Homebrew: http://brew.sh/
Rails Tutorial dot Org (Free Online Book): https://www.railstutorial.org/book
If you read Traditional Chinese, then please reference (or plus Google Translate my Ruby mentor's site, but unfortunately it's only up-to-date for Rails 4.2 I think, since Rails 5 is just recently released): https://ihower.tw/rails4/ (Ruby on Rails 實戰聖經)
And obviously the defacto site for Rails guide: (but unfortunately, I feel that site is just version controlled and not owned by one author, so sometimes you have to refer to the edge guide and some times for older versions the regular guide). http://guides.rubyonrails.org/ vs http://edgeguides.rubyonrails.org/ (but now that rails 5 is out, the differences should be little?)
Some stuff I got influenced thru training (ISC(2) CSSLP, not certified though, cuz I don't believe in paying certifications periodically): https://www.owasp.org/index.php/Secure_SDLC_Cheat_Sheet
Agile Kanban, why I use Trello, JIRA Agile Kanban (used to be called greenhopper), I just heard Blossom last meeting (https://www.blossom.co/kanban), nice : https://en.wikipedia.org/wiki/Kanban_(development)
JavaScript Fundamentals (For Beginners and Experienced Programmers) FTW! How To Learn JavaScript Properly
This guide and accompanying books helped me so much!
Some stuff compiled at FullStackLA: https://github.com/fullstackla/pairing-meetup/commit/8df8c630c5269d52e04f7d9c3b2ff11c4adbbf58
JavaScript Resources:
www.w3schools.com covers the most fundamental web stuff (html, css, js, bootstrap etc) in a good way for beginners
Good point, @stoich. W3 Schools gets crap from professional developers, but it's a great resource when getting started.
Wouldn't it be cool if we took this hodgepodge of recommendations and organized them into tracks of curricula?
This is intended to be a general resource for our website. For those interested, we're working on exercism.io next meeting!
Swift and Unity tutorials https://www.raywenderlich.com/
@bluAsterisk @davidws22
JavaScript: The Good Parts Eloquent JavaScript You Don't Know JS Learning JavaScript Design Patterns
List your favorite learn to code resources here. This will serve as future reference for our group via github/future website.
Examples include online courses, interactive resources.