Skip to content

Commit

Permalink
Merge pull request EbookFoundation#1577 from ialcuaz/master
Browse files Browse the repository at this point in the history
Alphabetize Web Development section + New Courses/Sections
  • Loading branch information
vhf committed Aug 28, 2015
2 parents 4c16150 + a800bf9 commit 253bb64
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions free-courses-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* [AngularJS](#angularjs)
* [C](#c)
* [C++](#c-1)
* [C#](#c-2)
* [Clojure](#clojure)
* [Databases](#databases)
* [Git](#git)
Expand All @@ -18,6 +19,7 @@
* [OCaml](#ocaml)
* [Oracle PL/SQL](#oracle-plsql)
* [Python](#python)
* [R](#r)
* [RethinkDB](#rethinkdb)
* [Ruby](#ruby)
* [Sails.js](#sailsjs)
Expand All @@ -34,7 +36,10 @@
### Android
* [Creative, Serious and Playful Science of Android Apps](https://www.coursera.org/course/androidapps101)
* [Programming Cloud Services for Android Handheld Systems](https://www.coursera.org/course/mobilecloud)
* [Programming Mobile Applications for Android Handheld Systems](https://www.coursera.org/course/android)
* [Programming Mobile Applications for Android Handheld Systems pt. 1](https://www.coursera.org/course/android)
* [Programming Mobile Applications for Android Handheld Systems pt. 2](https://www.coursera.org/course/androidpart2)
* [Programming Mobile Services for Android Handheld Systems: Concurrency](https://www.coursera.org/course/posaconcurrency)
* [Programming Mobile Services for Android Handheld Systems: Communication](https://www.coursera.org/course/posacommunication)
* [Udacity Android Course Catalog](https://www.udacity.com/courses#!/android)

### AngularJS
Expand All @@ -48,6 +53,9 @@
* [Introduction to C++](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/) (MIT's opencourseware)
* [LearnCpp.com C++ Tutorial](http://www.learncpp.com/)

### C# #
* [Beginning Game Programming with C#](https://www.coursera.org/course/gameprogramming)


### Clojure
* [Functional Programming with Clojure](http://mooc.fi/courses/2014/clojure/index.html)
Expand Down Expand Up @@ -116,6 +124,7 @@
* [MIT´s Computer Language Engineering](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-035-computer-language-engineering-sma-5502-fall-2005/lecture-notes/)
* [MIT´s Introduction to Algorithms](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/)
* [MIT´s Mathematics for Computer Science](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/video-lectures/)
* [Principles of Reactive Programming](https://www.coursera.org/course/reactive)
* [Stanford Cryptography I](https://www.coursera.org/course/crypto)
* [Stanford Cryptography II](https://www.coursera.org/course/crypto2)

Expand All @@ -134,6 +143,10 @@
* [Google's Python Course](https://developers.google.com/edu/python/)
* [Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) (MIT's opencourseware)
* [Learn Python](https://pythonspot.com)
* [Programming for Everybody](https://www.coursera.org/course/pythonlearn)

### R
* [R Programming](https://www.coursera.org/course/rprog)

### RethinkDB
* [RethinkDB: Distributed Databases](https://courses.platzi.com/courses/rethinkdb-databases/)
Expand All @@ -154,6 +167,6 @@


### Web Development
* [Discover Flask - Full Stack Web Development with Flask](https://github.com/realpython/discover-flask)
* [The Odin Project - Learn Web Development for Free](http://www.theodinproject.com/)
* [Udacity Web Development Course Catalog](https://www.udacity.com/courses#!/web-development)
* [Discover Flask - Full Stack Web Development with Flask](https://github.com/realpython/discover-flask)

0 comments on commit 253bb64

Please sign in to comment.