From ebb49663f14bd0e065bad0b59d0ca084a9433775 Mon Sep 17 00:00:00 2001 From: Deepak Grover Date: Thu, 15 Sep 2016 21:36:18 +0530 Subject: [PATCH 01/17] Add ES6 for humans article --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82eb4ff..5dd8f41 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [ES6 In Depth articles by Nicolas Bevacqua](https://ponyfoo.com/articles/tagged/es6-in-depth) 1. [ES6 Overview in 350 Bullet Points by Nicolas Bevacqua](https://ponyfoo.com/articles/es6) 1. [ECMAScript 6 Overview in simple terms](https://github.com/imalitavakoli/learn-es6) -2. [Using ES6 at work](http://xarnze.com/article/ES6,%20ECMAScript2015) +1. [Using ES6 at work](http://xarnze.com/article/ES6,%20ECMAScript2015) +1. [ES6 for Humans - Kickstarter Guide to writing ES6](https://github.com/metagrover/ES6-for-humans) ## Books From 0fd85db32f3e18db7a651e815d8ac331adc8aad8 Mon Sep 17 00:00:00 2001 From: UchihaCFC Date: Sun, 2 Oct 2016 21:45:56 +0200 Subject: [PATCH 02/17] add course --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5dd8f41..de9ea52 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [JS.Next: ES6 - Frontend Masters](https://frontendmasters.com/courses/jsnext-es6/) 2. [Say Hello to ES2015](https://tutor.mantrajs.com/say-hello-to-ES2015/introduction) 3. [ES6 For Everyone](https://es6.io) +3. [Rapid ES6 Training - Pluralsight ](https://www.pluralsight.com/courses/rapid-es6-training) ## Learn with Code From fc96708ab40f13e6c4e41a98029301449e898e61 Mon Sep 17 00:00:00 2001 From: UchihaCFC Date: Sun, 2 Oct 2016 21:46:46 +0200 Subject: [PATCH 03/17] add book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de9ea52..45c1bca 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [JavaScript Allongé, The "Six" Edition](https://leanpub.com/javascriptallongesix) 1. [Setting Up ES6](https://leanpub.com/setting-up-es6) - [Read Online](https://leanpub.com/setting-up-es6/read) 1. [Exploring ES6](https://leanpub.com/exploring-es6) +1. [ECMAScript 6 Succinctly](https://www.syncfusion.com/resources/techportal/details/ebooks/ECMAScript_6_Succinctly) ## Built with ES6 From f8faafc10b6322687996bcfe2d4d6ea4355db3ad Mon Sep 17 00:00:00 2001 From: distante Date: Sat, 8 Oct 2016 12:57:01 +0200 Subject: [PATCH 04/17] Updated changed domain Updated globaldev.co.uk to dev.venntro.com --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 45c1bca..8fc7f0f 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [Summary of ECMAScript 6 major features](http://ryandao.net/summary-ecmascript-6-major-features/) 1. [5 Great Features in EcmaScript 6 (ES6 Harmony)](http://wintellect.com/blogs/nstieglitz/5-great-features-in-es6-harmony) 1. An introduction to ES6 - * [Part 1: Using ES6 Today](http://globaldev.co.uk/2013/09/es6-part-1/) - * [Part 2: Block Scoping](http://globaldev.co.uk/2013/09/es6-part-2/) - * [Part 3: Destructuring](http://globaldev.co.uk/2013/10/es6-part-3/) - * [Part 4: Parameters and Spread](http://globaldev.co.uk/2013/10/es6-part-4/) + * [Part 1: Using ES6 Today](http://dev.venntro.com/2013/09/es6-part-1/) + * [Part 2: Block Scoping](http://dev.venntro.com/2013/09/es6-part-2/) + * [Part 3: Destructuring](http://dev.venntro.com/2013/10/es6-part-3/) + * [Part 4: Parameters and Spread](http://dev.venntro.com/2013/10/es6-part-4/) 1. [ECMAScript 6: Jump in, the water is warm!](http://flippinawesome.org/2014/04/14/ecmascript-6-jump-in-the-water-is-warm/) 1. [ECMAScript 6 – Playing around in Harmony](http://thejackalofjavascript.com/es6-playing-around-in-harmony/) 1. [Playing with iterators and generators in ECMAScript 6](http://macr.ae/article/iterators-and-generators.html) From fbd25083d87cbe2b31b002cd345035a2a76438c8 Mon Sep 17 00:00:00 2001 From: UchihaCFC Date: Fri, 14 Oct 2016 20:58:24 +0200 Subject: [PATCH 05/17] add book --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fc7f0f..494f4a7 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [Setting Up ES6](https://leanpub.com/setting-up-es6) - [Read Online](https://leanpub.com/setting-up-es6/read) 1. [Exploring ES6](https://leanpub.com/exploring-es6) 1. [ECMAScript 6 Succinctly](https://www.syncfusion.com/resources/techportal/details/ebooks/ECMAScript_6_Succinctly) +1. [Let's Learn ES6](https://letslearnes6.com/) ## Built with ES6 From bd2acffe62d9761a69dab0d1f04a8ef27ca5198d Mon Sep 17 00:00:00 2001 From: UchihaCFC Date: Fri, 14 Oct 2016 21:01:56 +0200 Subject: [PATCH 06/17] add videos for beginners --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 494f4a7..827d466 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [ES6 - the let keyword](http://tagtree.tv/ecmascript-6-let) 1. [ECMAscript 6 Lessons - egghead.io](https://egghead.io/technologies/es6) 1. [Ode to Code](http://odetocode.com/videos) +1. ES6 Tutorial for Beginners [part 01](https://www.youtube.com/watch?v=JVKFTS9duIo) | [part 02](https://www.youtube.com/watch?v=OV_EPRUgvxo) ## Slides From a06f92298b617ea3f0946936dcd1fa8853830929 Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Mon, 17 Oct 2016 04:51:35 -0200 Subject: [PATCH 07/17] Add ES2015 Crash Course --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 827d466..dd46e42 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,10 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [What’s Coming to JavaScript - Tuts+](https://tutsplus.com/course/whats-coming-to-javascript/) 1. [JavaScript Fundamentals for ES6 - Pluralsight](http://www.pluralsight.com/courses/javascript-fundamentals-es6) 1. [JS.Next: ES6 - Frontend Masters](https://frontendmasters.com/courses/jsnext-es6/) -2. [Say Hello to ES2015](https://tutor.mantrajs.com/say-hello-to-ES2015/introduction) -3. [ES6 For Everyone](https://es6.io) -3. [Rapid ES6 Training - Pluralsight ](https://www.pluralsight.com/courses/rapid-es6-training) +1. [Say Hello to ES2015](https://tutor.mantrajs.com/say-hello-to-ES2015/introduction) +1. [ES6 For Everyone](https://es6.io) +1. [Rapid ES6 Training - Pluralsight ](https://www.pluralsight.com/courses/rapid-es6-training) +1. [ES2015 Crash Course](https://laracasts.com/series/es6-cliffsnotes) ## Learn with Code From 8a2b4815aa2eee9957ef11c7ca03d8510d977368 Mon Sep 17 00:00:00 2001 From: Robert Axelsen Date: Thu, 1 Dec 2016 22:50:13 +0100 Subject: [PATCH 08/17] Update README.md with another course I've taken this course myself at Udemy, and highly recommend it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd46e42..68c5520 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [ES6 For Everyone](https://es6.io) 1. [Rapid ES6 Training - Pluralsight ](https://www.pluralsight.com/courses/rapid-es6-training) 1. [ES2015 Crash Course](https://laracasts.com/series/es6-cliffsnotes) +1. [ES6 Javascript: The Complete Developer's Guide](https://www.udemy.com/javascript-es6-tutorial/learn/v4/overview) ## Learn with Code From a558bf59aada017aed99017e6be54656652a8be6 Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Wed, 28 Dec 2016 19:48:53 -0200 Subject: [PATCH 09/17] Add book ES6 in Practice --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68c5520..e20a280 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [Exploring ES6](https://leanpub.com/exploring-es6) 1. [ECMAScript 6 Succinctly](https://www.syncfusion.com/resources/techportal/details/ebooks/ECMAScript_6_Succinctly) 1. [Let's Learn ES6](https://letslearnes6.com/) +1. [ES6 in Practice](https://leanpub.com/es6-in-practice) ## Built with ES6 From 455e12fe17abec2dcf5f03b4e381e530d9bb2d18 Mon Sep 17 00:00:00 2001 From: gaurishanker Date: Fri, 19 May 2017 22:38:21 +0530 Subject: [PATCH 10/17] added a playlist for es6 tutorial on youtube --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e20a280..427ac08 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L * [Part 2: Block Scoping](http://dev.venntro.com/2013/09/es6-part-2/) * [Part 3: Destructuring](http://dev.venntro.com/2013/10/es6-part-3/) * [Part 4: Parameters and Spread](http://dev.venntro.com/2013/10/es6-part-4/) +1. [ES6 and Typescript Tutorial](https://www.youtube.com/watch?v=n3zrCxB8sj8&list=PLC3y8-rFHvwhI0V5mE9Vu6Nm-nap8EcjV/) 1. [ECMAScript 6: Jump in, the water is warm!](http://flippinawesome.org/2014/04/14/ecmascript-6-jump-in-the-water-is-warm/) 1. [ECMAScript 6 – Playing around in Harmony](http://thejackalofjavascript.com/es6-playing-around-in-harmony/) 1. [Playing with iterators and generators in ECMAScript 6](http://macr.ae/article/iterators-and-generators.html) From 649bdceacfcce28cd336fc9ae70e327fa19055c5 Mon Sep 17 00:00:00 2001 From: Packt Date: Thu, 29 Jun 2017 11:16:24 +0530 Subject: [PATCH 11/17] Updated README.md Added a new video course on ECMAScript --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 427ac08..443a264 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [Rapid ES6 Training - Pluralsight ](https://www.pluralsight.com/courses/rapid-es6-training) 1. [ES2015 Crash Course](https://laracasts.com/series/es6-cliffsnotes) 1. [ES6 Javascript: The Complete Developer's Guide](https://www.udemy.com/javascript-es6-tutorial/learn/v4/overview) +1. [Programming with ECMAScript 2015 (Video Course)](https://www.packtpub.com/web-development/programming-ecmascript-2015-video) by Lohith G. N., Packt. (April 2017) ## Learn with Code From f42480fa6e63a4133118fb4aa8f393c951f84704 Mon Sep 17 00:00:00 2001 From: Wes Higbee Date: Fri, 30 Jun 2017 16:00:12 -0400 Subject: [PATCH 12/17] Adding my course "ES6 in Motion" that was recently published through Manning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 443a264..fe1538d 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [ES2015 Crash Course](https://laracasts.com/series/es6-cliffsnotes) 1. [ES6 Javascript: The Complete Developer's Guide](https://www.udemy.com/javascript-es6-tutorial/learn/v4/overview) 1. [Programming with ECMAScript 2015 (Video Course)](https://www.packtpub.com/web-development/programming-ecmascript-2015-video) by Lohith G. N., Packt. (April 2017) +1. [ES6 in Motion](https://www.manning.com/livevideo/es6-in-motion) by Wes Higbee, Manning. (May 2017) - packed with exercises ## Learn with Code From bb1e1eec1ba882f65a778b16f772cd134aa4fd41 Mon Sep 17 00:00:00 2001 From: Charismatron Date: Sun, 8 Oct 2017 08:26:32 +0200 Subject: [PATCH 13/17] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe1538d..4e1dfd9 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [ECMAScript 6 Succinctly](https://www.syncfusion.com/resources/techportal/details/ebooks/ECMAScript_6_Succinctly) 1. [Let's Learn ES6](https://letslearnes6.com/) 1. [ES6 in Practice](https://leanpub.com/es6-in-practice) +1. [Get Programming with JavaScript Next](https://www.manning.com/books/get-programming-with-javascript-next) ## Built with ES6 From da00ee3b2e39609d0d79f944b033dffc537bc6f9 Mon Sep 17 00:00:00 2001 From: uchihacfc Date: Sun, 22 Oct 2017 20:55:39 +0200 Subject: [PATCH 14/17] add course es6 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e1dfd9..628566f 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [ECMAScript 6 Succinctly](https://www.syncfusion.com/resources/techportal/details/ebooks/ECMAScript_6_Succinctly) 1. [Let's Learn ES6](https://letslearnes6.com/) 1. [ES6 in Practice](https://leanpub.com/es6-in-practice) -1. [Get Programming with JavaScript Next](https://www.manning.com/books/get-programming-with-javascript-next) +1. [Get Programming with JavaScript Next](https://www.manning.com/books/get-programming-with-javascript-next) ## Built with ES6 @@ -97,6 +97,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [ES6 Javascript: The Complete Developer's Guide](https://www.udemy.com/javascript-es6-tutorial/learn/v4/overview) 1. [Programming with ECMAScript 2015 (Video Course)](https://www.packtpub.com/web-development/programming-ecmascript-2015-video) by Lohith G. N., Packt. (April 2017) 1. [ES6 in Motion](https://www.manning.com/livevideo/es6-in-motion) by Wes Higbee, Manning. (May 2017) - packed with exercises +1. [ES6: JavaScript Improved - Udacity](https://www.udacity.com/course/es6-javascript-improved--ud356) ## Learn with Code From 8e509f9bab8e48cf1b0cf4193359c0069395cfd0 Mon Sep 17 00:00:00 2001 From: Kelly Burke Date: Wed, 27 Jun 2018 14:30:14 -0700 Subject: [PATCH 15/17] add new book thanks! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 628566f..09bfb12 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [Let's Learn ES6](https://letslearnes6.com/) 1. [ES6 in Practice](https://leanpub.com/es6-in-practice) 1. [Get Programming with JavaScript Next](https://www.manning.com/books/get-programming-with-javascript-next) +1. [Builder Book: Learn how to build a full stack JavaScript web app from scratch](https://builderbook.org/book) ## Built with ES6 From 799f3a6a54ad2ed538f62f61c5701b7949140d34 Mon Sep 17 00:00:00 2001 From: Eric Douglas <4119931+ericdouglas@users.noreply.github.com> Date: Sat, 18 Aug 2018 15:51:16 -0300 Subject: [PATCH 16/17] Remove broken links #55 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 09bfb12..9129382 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [What’s Coming to JavaScript - Tuts+](https://tutsplus.com/course/whats-coming-to-javascript/) 1. [JavaScript Fundamentals for ES6 - Pluralsight](http://www.pluralsight.com/courses/javascript-fundamentals-es6) 1. [JS.Next: ES6 - Frontend Masters](https://frontendmasters.com/courses/jsnext-es6/) -1. [Say Hello to ES2015](https://tutor.mantrajs.com/say-hello-to-ES2015/introduction) 1. [ES6 For Everyone](https://es6.io) 1. [Rapid ES6 Training - Pluralsight ](https://www.pluralsight.com/courses/rapid-es6-training) 1. [ES2015 Crash Course](https://laracasts.com/series/es6-cliffsnotes) @@ -108,7 +107,6 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L ## Podcasts -1. [The JavaScript Show - Ecmascript 6](http://castroller.com/podcasts/TheJavascriptShow/2880479) 1. [5 minutes of JavaScript - #18](http://five-js.envylabs.com/episodes/18-episode-18-march-13th-2014/stories/123-ecmascript-6-features) 1. [Javascript Jabber - ES6 with Aaron Frost - #68](https://devchat.tv/js-jabber/068-jsj-es6-with-aaron-frost) From f3bc4535cbef0cabb79da83c13147a47c8bb9b74 Mon Sep 17 00:00:00 2001 From: janoschsworkspace Date: Fri, 26 Aug 2022 13:59:34 +0200 Subject: [PATCH 17/17] add bestcourses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9129382..b0b35c3 100644 --- a/README.md +++ b/README.md @@ -180,3 +180,4 @@ Just send a pull request or open an [issue](https://github.com/ericdouglas/ES6-L 1. [JSFixed](https://github.com/JSFixed/JSFixed/issues) - share your feelings, loves, hates, proposals on ES.next 1. [es-discuss](https://mail.mozilla.org/listinfo/es-discuss) - Discussion of ECMAScript 1. [Airbnb Javascript Style Guide for ES6](https://github.com/airbnb/javascript) +1. [Discover JavaScript courses](https://bestcourses.io/results?q=javascript%20&size=n_20_n)