codelaboc / hellocodelab

Experimenting with code every other Monday in OC 🔬
https://codelaboc.github.io/hellocodelab
12 stars 2 forks source link

Learn to Code Resources #12

Open leighphan opened 7 years ago

leighphan commented 7 years ago

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.

leighphan commented 7 years ago

Command Line + Set up

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/

Intro-Level: Web Dev

JavaScript

chengyus commented 7 years ago

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)

thebearingedge commented 7 years ago

JavaScript Fundamentals (For Beginners and Experienced Programmers) FTW! How To Learn JavaScript Properly

This guide and accompanying books helped me so much!

IanDCarroll commented 7 years ago

Some stuff compiled at FullStackLA: https://github.com/fullstackla/pairing-meetup/commit/8df8c630c5269d52e04f7d9c3b2ff11c4adbbf58

dotproto commented 7 years ago

JavaScript & CSS Resources

Web Platform Compatibility

interdigitize commented 7 years ago

JavaScript Resources:

stoilsky commented 7 years ago

www.w3schools.com covers the most fundamental web stuff (html, css, js, bootstrap etc) in a good way for beginners

dotproto commented 7 years ago

Good point, @stoich. W3 Schools gets crap from professional developers, but it's a great resource when getting started.

IanDCarroll commented 7 years ago

Wouldn't it be cool if we took this hodgepodge of recommendations and organized them into tracks of curricula?

leighphan commented 7 years ago

This is intended to be a general resource for our website. For those interested, we're working on exercism.io next meeting!

ntreadway commented 7 years ago

Swift and Unity tutorials https://www.raywenderlich.com/

kangashley commented 7 years ago

@bluAsterisk @davidws22

Reads on JavaScript, vanilla-flavored <3:

JavaScript: The Good Parts Eloquent JavaScript You Don't Know JS Learning JavaScript Design Patterns