Skip to content

Commit ef3be19

Browse files
fosslinuxeshellman
authored andcommitted
Move angular.js, node.js etc under javascript (EbookFoundation#2775)
* Move angular.js courses into the one section * Move sails.js courses into Javascript section * Move sails.js courses into Javascript section * Move courses into javascript section
1 parent ecb6669 commit ef3be19

File tree

2 files changed

+34
-38
lines changed

2 files changed

+34
-38
lines changed

free-courses-en.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
* [Algorithms & Data Structures](#algorithms--data-structures)
44
* [Android](#android)
5-
* [AngularJS](#angularjs)
65
* [Assembly](#assembly)
76
* [Bash / Shell](#bash--shell)
87
* [C](#c)
@@ -25,6 +24,7 @@
2524
* [jQuery](#jquery)
2625
* [React](#react)
2726
* [Redux](#redux)
27+
* [Sails.js](#sailsjs)
2828
* [Lua](#lua)
2929
* [Machine Learning](#machine-learning)
3030
* [Matlab](#matlab)
@@ -78,12 +78,6 @@
7878
* [Udacity Android Course Catalog](https://www.udacity.com/courses#!/android#!/android)
7979

8080

81-
### AngularJS
82-
83-
* [CodeCademy Angular](https://www.codecademy.com/learn/learn-angularjs)
84-
* [Shaping up with Angular.js](https://www.codeschool.com/courses/shaping-up-with-angular-js)
85-
86-
8781
### Bash / Shell
8882

8983
* [Bento Shell Track](https://bento.io/topic/shell) (Bento)
@@ -208,7 +202,9 @@
208202
#### Angular.js
209203

210204
* [Angular.js Youtube Channel](https://www.youtube.com/angularjs)
205+
* [CodeCademy Angular](https://www.codecademy.com/learn/learn-angularjs)
211206
* [egghead.io youtube channel: Learn AngularJS with Tutorial Videos & Training](https://www.youtube.com/user/johnlindquist)
207+
* [Shaping up with Angular.js](https://www.codeschool.com/courses/shaping-up-with-angular-js)
212208

213209

214210
#### jQuery
@@ -226,6 +222,11 @@
226222
* [Getting Started with Redux](https://egghead.io/series/getting-started-with-redux)
227223

228224

225+
### Sails.Js
226+
227+
* [Develop web apps in Node.js and Sails.js](https://courses.platzi.com/courses/develop-apps-sails-js/)
228+
229+
229230
### Lua
230231

231232
* [Lua Interactive Crash Course](http://luatut.com/crash_course.html)
@@ -334,11 +335,6 @@
334335
* [RubyMonk - Interactive Ruby tutorials](https://rubymonk.com)
335336

336337

337-
### Sails.Js
338-
339-
* [Develop web apps in Node.js and Sails.js](https://courses.platzi.com/courses/develop-apps-sails-js/)
340-
341-
342338
### Scala
343339

344340
* [Functional Programming Principles in Scala](https://www.coursera.org/course/progfun)

free-podcasts-screencasts-en.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
### Index
22

33
* [Android](#android)
4-
* [Angular JS](#angularjs)
54
* [C#](#c)
65
* [C++](#c-1)
76
* [Clojure](#clojure)
87
* [CSS](#css)
98
* [Data Science](#data-science)
109
* [Elixir](#elixir)
1110
* [Emacs](#emacs)
12-
* [Ember.js](#emberjs)
1311
* [Erlang](#erlang)
1412
* [Git](#git)
1513
* [Golang](#golang)
1614
* [Gulp](#gulp)
1715
* [Javascript](#javascript)
16+
* [Angular.js](#angularjs)
17+
* [Ember.js](#emberjs)
18+
* [Node.js](#nodejs)
19+
* [React.js](#reactjs)
1820
* [Kotlin](#kotlin)
1921
* [Language Agnostic](#language-agnostic)
20-
* [Node.js](#Nodejs)
2122
* [PHP](#php)
2223
* [PostgreSQL](#postgresql)
2324
* [Python](#python)
24-
* [React JS](#react-js)
2525
* [Ruby](#ruby)
2626
* [Rust](#rust)
2727
* [Vim](#vim)
@@ -34,12 +34,6 @@
3434
* [Fragmented Podcast](http://fragmentedpodcast.com) (podcast)
3535

3636

37-
### AngularJS
38-
39-
* [Adventures in Angular - DevChat.tv](https://devchat.tv/adventures-in-angular/) (podcast)
40-
* [Angular Air](https://angularair.com) (podcast)
41-
42-
4337
### C#
4438

4539
* [How to program in C# - Beginner Course | Brackeys](https://www.youtube.com/playlist?list=PLPV2KyIb3jR6ZkG8gZwJYSjnXxmfPAl51) (screencast)
@@ -86,11 +80,6 @@
8680
* [Emacs Rocks!](http://emacsrocks.com) (screencast)
8781

8882

89-
### Ember.js
90-
91-
* [Ember Weekend](https://emberweekend.com/episodes) (podcast)
92-
93-
9483
### Erlang
9584

9685
* [Erlang Factory SF Bay 2015](https://www.youtube.com/playlist?list=PLWbHc_FXPo2h0sJW6X2RZDtT1ndw6KKpQ) (screencast)
@@ -135,6 +124,28 @@
135124
* [The Javascript Show](http://javascriptshow.com) (podcast)
136125

137126

127+
#### Angular.js
128+
129+
* [Adventures in Angular - DevChat.tv](https://devchat.tv/adventures-in-angular/) (podcast)
130+
* [Angular Air](https://angularair.com) (podcast)
131+
132+
133+
#### Ember.js
134+
135+
* [Ember Weekend](https://emberweekend.com/episodes) (podcast)
136+
137+
138+
#### React.js
139+
140+
* [React Native Podcast](https://devchat.tv/react-native-radio) (podcast)
141+
* [ReactCasts](https://www.youtube.com/c/reactcasts) (screencast)
142+
143+
144+
#### Node.js
145+
146+
* [Nodeup](http://nodeup.com) (podcast)
147+
148+
138149
### Kotlin
139150

140151
* [Kotlin Beginners Tutorials](https://www.youtube.com/playlist?list=PLpg00ti3ApRweIhdOI4VCFFStx4uXC__u) (screencast)
@@ -195,11 +206,6 @@
195206
* [Web Security Warriors](https://devchat.tv/web-security-warriors/) (podcast)
196207

197208

198-
### Node.js
199-
200-
* [Nodeup](http://nodeup.com) (podcast)
201-
202-
203209
### PHP
204210

205211
* [Laravel News Podcast](http://podcast.laravel-news.com) (podcast)
@@ -234,12 +240,6 @@
234240
* [Try Django Tutorial](http://youtu.be/3DccH9AMwFQ?list=PLEsfXFp6DpzRgedo9IzmcpXYoSeDg29Tx) (screencast)
235241

236242

237-
### React JS
238-
239-
* [React Native Podcast](https://devchat.tv/react-native-radio) (podcast)
240-
* [ReactCasts](https://www.youtube.com/c/reactcasts) (screencast)
241-
242-
243243
### Ruby
244244

245245
* [5by5 - Ruby on Rails Podcast](http://5by5.tv/rubyonrails) (podcast)

0 commit comments

Comments
 (0)