Added Bento learning tracks with free tutorials (#2356)
* Added Bento learning tracks with free tutorials * Fixed alphabetical ordering * Added more Bento tracks, extended topics * Fixed alphabetical ordering * Fixed heading spacing for jQuery topic * Nested jQuery into JavaScript, extended JS abbreviation * Removed GitHub from index and titles * Corrected spacing between sections * Added Bento learning tracks to main books list * Fixed alphabetical ordering * Revert on books additionspull/2266/merge
parent
cecd219104
commit
15484cbc43
|
@ -4,7 +4,7 @@
|
||||||
* [Android](#android)
|
* [Android](#android)
|
||||||
* [AngularJS](#angularjs)
|
* [AngularJS](#angularjs)
|
||||||
* [Assembly](#assembly)
|
* [Assembly](#assembly)
|
||||||
* [Bash](#bash)
|
* [Bash / Shell](#bash--shell)
|
||||||
* [C](#c)
|
* [C](#c)
|
||||||
* [C#](#c-sharp)
|
* [C#](#c-sharp)
|
||||||
* [C++](#c-1)
|
* [C++](#c-1)
|
||||||
|
@ -20,7 +20,8 @@
|
||||||
* [HTML / CSS](#html--css)
|
* [HTML / CSS](#html--css)
|
||||||
* [iOS](#ios)
|
* [iOS](#ios)
|
||||||
* [Java](#java)
|
* [Java](#java)
|
||||||
* [JS](#js)
|
* [JavaScript](#javascript)
|
||||||
|
* [JQuery](#jquery)
|
||||||
* [Lua](#lua)
|
* [Lua](#lua)
|
||||||
* [Machine Learning](#machine-learning)
|
* [Machine Learning](#machine-learning)
|
||||||
* [Matlab](#matlab)
|
* [Matlab](#matlab)
|
||||||
|
@ -74,9 +75,10 @@
|
||||||
* [Shaping up with Angular.js](https://www.codeschool.com/courses/shaping-up-with-angular-js)
|
* [Shaping up with Angular.js](https://www.codeschool.com/courses/shaping-up-with-angular-js)
|
||||||
|
|
||||||
|
|
||||||
### Bash
|
### Bash / Shell
|
||||||
|
|
||||||
* [Bash tutorial](http://gdrcorelec.ups-tlse.fr/files/bash.pdf) (PDF)
|
* [Bash tutorial](http://gdrcorelec.ups-tlse.fr/files/bash.pdf) (PDF)
|
||||||
|
* [Bento Shell Track](https://bento.io/topic/shell) (Bento)
|
||||||
|
|
||||||
|
|
||||||
### C
|
### C
|
||||||
|
@ -134,6 +136,8 @@
|
||||||
|
|
||||||
### Git
|
### Git
|
||||||
|
|
||||||
|
* [Bento Git Learning Track](https://bento.io/topic/git) (Bento)
|
||||||
|
* [Bento GitHub Learning Track](https://bento.io/topic/github) (Bento)
|
||||||
* [Git and Gitlab Live Workshop](https://courses.platzi.com/courses/git-gitlab/)
|
* [Git and Gitlab Live Workshop](https://courses.platzi.com/courses/git-gitlab/)
|
||||||
* [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775) (Udacity)
|
* [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775) (Udacity)
|
||||||
|
|
||||||
|
@ -154,6 +158,8 @@
|
||||||
|
|
||||||
### HTML / CSS
|
### HTML / CSS
|
||||||
|
|
||||||
|
* [Bento CSS Learning Track](https://bento.io/topic/css) (Bento)
|
||||||
|
* [Bento HTML Learning Track](https://bento.io/topic/html) (Bento)
|
||||||
* [Build a Personal Website with Dash](https://dash.generalassemb.ly)
|
* [Build a Personal Website with Dash](https://dash.generalassemb.ly)
|
||||||
* [Build a responsive website with Webflow](https://www.bloc.io/tutorials/webflow-tutorial-design-responsive-sites-with-webflow)
|
* [Build a responsive website with Webflow](https://www.bloc.io/tutorials/webflow-tutorial-design-responsive-sites-with-webflow)
|
||||||
* [Build a SaaS landing page using Skeleton](https://www.bloc.io/tutorials/jottly-a-beginner-s-guide-to-html-css-skeleton-and-animate-css)
|
* [Build a SaaS landing page using Skeleton](https://www.bloc.io/tutorials/jottly-a-beginner-s-guide-to-html-css-skeleton-and-animate-css)
|
||||||
|
@ -180,13 +186,19 @@
|
||||||
* [Problem Solving With Java](https://www.udacity.com/course/intro-to-java-programming--cs046)
|
* [Problem Solving With Java](https://www.udacity.com/course/intro-to-java-programming--cs046)
|
||||||
|
|
||||||
|
|
||||||
### JS
|
### JavaScript
|
||||||
|
|
||||||
|
* [Bento JavaScript Learning Track](https://bento.io/topic/javascript) (Bento)
|
||||||
* [Egghead.io](https://egghead.io)
|
* [Egghead.io](https://egghead.io)
|
||||||
* [Learn how to program: JavaScript](https://www.learnhowtoprogram.com/javascript) - Epicodus Inc.
|
* [Learn how to program: JavaScript](https://www.learnhowtoprogram.com/javascript) - Epicodus Inc.
|
||||||
* [learn:query](https://learnquery.infinum.co)
|
* [learn:query](https://learnquery.infinum.co)
|
||||||
|
|
||||||
|
|
||||||
|
#### JQuery
|
||||||
|
|
||||||
|
* [Bento jQuery Track](https://bento.io/topic/jquery) (Bento)
|
||||||
|
|
||||||
|
|
||||||
### Lua
|
### Lua
|
||||||
|
|
||||||
* [Lua Interactive Crash Course](http://luatut.com/crash_course.html)
|
* [Lua Interactive Crash Course](http://luatut.com/crash_course.html)
|
||||||
|
@ -255,6 +267,7 @@
|
||||||
|
|
||||||
* [An Introduction to Interactive Programming in Python (Part 1)](https://www.coursera.org/learn/interactive-python-1) (Coursera)
|
* [An Introduction to Interactive Programming in Python (Part 1)](https://www.coursera.org/learn/interactive-python-1) (Coursera)
|
||||||
* [An Introduction to Interactive Programming in Python (Part 2)](https://www.coursera.org/learn/interactive-python-2) (Coursera)
|
* [An Introduction to Interactive Programming in Python (Part 2)](https://www.coursera.org/learn/interactive-python-2) (Coursera)
|
||||||
|
* [Bento Python Learning Track](https://bento.io/topic/python) (Bento)
|
||||||
* [Berkeley's Structure and Interpretation of Computer Programs](http://cs61a.org)
|
* [Berkeley's Structure and Interpretation of Computer Programs](http://cs61a.org)
|
||||||
* [Codesdope](https://www.codesdope.com/python-introduction)
|
* [Codesdope](https://www.codesdope.com/python-introduction)
|
||||||
* [Google's Python Course](https://developers.google.com/edu/python/)
|
* [Google's Python Course](https://developers.google.com/edu/python/)
|
||||||
|
|
Loading…
Reference in New Issue