Forked from ericelliott/essential-javascript-links.md
Last active
August 29, 2015 14:13
-
-
Save dariansweb/2eccb712b3eba2c59401 to your computer and use it in GitHub Desktop.
Revisions
-
Eric Elliott revised this gist
Jan 17, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -43,10 +43,10 @@ Some of these links are affiliate links, meaning that if you make a purchase, I ## Books * [JavaScript for Kids](http://www.amazon.com/gp/product/B00QL616QE?ie=UTF8&camp=213733&creative=393177&creativeASIN=B00QL616QE&linkCode=shr&tag=ericleads-20&linkId=6AOODC27L6URY3K2) * [Eloquent JavaScript](http://eloquentjavascript.net/) * [JavaScript: The Good Parts](http://www.amazon.com/gp/product/0596517742?ie=UTF8&camp=213733&creative=393185&creativeASIN=0596517742&linkCode=shr&tag=ericleads-20&linkId=IJKESYSOTWGC27DR) * [Effective JavaScript](http://www.amazon.com/gp/product/0321812182?ie=UTF8&camp=213733&creative=393185&creativeASIN=0321812182&linkCode=shr&tag=ericleads-20&linkId=JIC63I267I6UDQQZ) * [Programming JavaScript Applications](http://pjabook.com) * [JavaScript: The Definitive Guide](http://www.amazon.com/gp/product/0596805527?ie=UTF8&camp=213733&creative=393185&creativeASIN=0596805527&linkCode=shr&tag=ericleads-20&linkId=AENIF5KLRQI3N335) * [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) * [Understanding ECMAScript 6](https://leanpub.com/understandinges6/read/) by Nicholas C. Zakas -
Eric Elliott revised this gist
Jan 16, 2015 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,15 +16,17 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [The Two Pillars of JavaScript Part 1: Prototypal OO](https://medium.com/javascript-scene/the-two-pillars-of-javascript-ee6f3281e7f3) * [The Two Pillars of JavaScript Part 2: Functional Programming](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4) * [JavaScript Objects](http://davidwalsh.name/javascript-objects) An excellent explanation of inheritance in JavaScript by Kyle Simpson * [Isomorphic JavaScript](http://isomorphic.net/) * [JavaScript Application Architecture on the Road to 2015](https://medium.com/@addyosmani/javascript-application-architecture-on-the-road-to-2015-d8125811101b) - Addy Osmani * [Reactive MVC and the Virtual DOM](http://futurice.com/blog/reactive-mvc-and-the-virtual-dom) Great read, even if you're not a React user. * [Introduction to Reactive Programming](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754) * [The General Theory of Reactivity](https://github.com/kriskowal/gtor) What is all this talk about reactive? Functional? Promises? This is the beginning of a reactive programming bible. * [ES6 Generators](http://davidwalsh.name/es6-generators) A series of blog posts by Kyle Simpson * [Typed JavaScript](http://www.2ality.com/2014/10/typed-javascript.html) - Excellent post about the state of typed JavaScript by Axel Rauschmayer * [Taming the Asynchronous Beast with CSP in JavaScript](http://jlongster.com/Taming-the-Asynchronous-Beast-with-CSP-in-JavaScript) - James Long * [ES6 Modules: The Final Syntax](http://www.2ality.com/2014/09/es6-modules-final.html) by @rauschma #AMDisDead ## Required Viewing * [Asynchronous Programming at Netflix](https://www.youtube.com/watch?v=gawmdhCNy-A) - [Jafar Husain](https://twitter.com/jhusain) * [David Nolen: Immutability: Putting The Dream Machine To Work](https://www.youtube.com/watch?v=SiFwRtCnxv4) - [David Nolen](https://twitter.com/swannodette) -
Eric Elliott revised this gist
Jan 16, 2015 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,7 +29,6 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Asynchronous Programming at Netflix](https://www.youtube.com/watch?v=gawmdhCNy-A) - [Jafar Husain](https://twitter.com/jhusain) * [David Nolen: Immutability: Putting The Dream Machine To Work](https://www.youtube.com/watch?v=SiFwRtCnxv4) - [David Nolen](https://twitter.com/swannodette) * [Delivering the Goods](https://www.youtube.com/watch?v=R8W_6xWphtw) Paul Irish on one of the most important but overlooked topics in the development world today - page load times. -
Eric Elliott revised this gist
Jan 16, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,6 +29,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Asynchronous Programming at Netflix](https://www.youtube.com/watch?v=gawmdhCNy-A) - [Jafar Husain](https://twitter.com/jhusain) * [David Nolen: Immutability: Putting The Dream Machine To Work](https://www.youtube.com/watch?v=SiFwRtCnxv4) - [David Nolen](https://twitter.com/swannodette) * [Delivering the Goods](https://www.youtube.com/watch?v=R8W_6xWphtw) Paul Irish on one of the most important but overlooked topics in the development world today - page load times. * [Multiplexing with SPDY and HTTP/2](https://www.youtube.com/watch?v=J_BxVEOVRNw) Interesting talk on the future of app delivery and page load times. Looking towards the future. I don't recommend optimizing for this today, yet. Request latency is going to be an issue on Mobile for a few more years. -
Eric Elliott revised this gist
Jan 16, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Programming JavaScript Applications](http://chimera.labs.oreilly.com/books/1234000000262) * [JavaScript: The Definitive Guide](http://www.amazon.com/gp/product/0596805527?ie=UTF8&camp=213733&creative=393185&creativeASIN=0596805527&linkCode=shr&tag=ericleads-20&linkId=AENIF5KLRQI3N335) * [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) * [Understanding ECMAScript 6](https://leanpub.com/understandinges6/read/) by Nicholas C. Zakas * [Node.js in Action](http://www.manning.com/cantelon/) * [The Dream Machine: J.C.R. Licklider and the Revolution That Made Computing Personal](http://www.amazon.com/gp/product/0670899763?ie=UTF8&camp=213733&creative=393177&creativeASIN=0670899763&linkCode=shr&tag=ericleads-20&linkId=NDUXYQOCMPC47SQI) -
Eric Elliott revised this gist
Jan 16, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,6 +28,8 @@ Some of these links are affiliate links, meaning that if you make a purchase, I ## Required Viewing * [Asynchronous Programming at Netflix](https://www.youtube.com/watch?v=gawmdhCNy-A) - [Jafar Husain](https://twitter.com/jhusain) * [David Nolen: Immutability: Putting The Dream Machine To Work](https://www.youtube.com/watch?v=SiFwRtCnxv4) - [David Nolen](https://twitter.com/swannodette) * [Delivering the Goods](https://www.youtube.com/watch?v=R8W_6xWphtw) Paul Irish on one of the most important but overlooked topics in the development world today - page load times. ## Spec -
Eric Elliott revised this gist
Jan 14, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [JavaScript: The Definitive Guide](http://www.amazon.com/gp/product/0596805527?ie=UTF8&camp=213733&creative=393185&creativeASIN=0596805527&linkCode=shr&tag=ericleads-20&linkId=AENIF5KLRQI3N335) * [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) * [Node.js in Action](http://www.manning.com/cantelon/) * [The Dream Machine: J.C.R. Licklider and the Revolution That Made Computing Personal](http://www.amazon.com/gp/product/0670899763?ie=UTF8&camp=213733&creative=393177&creativeASIN=0670899763&linkCode=shr&tag=ericleads-20&linkId=NDUXYQOCMPC47SQI) ## Dev tools & collaboration -
Eric Elliott revised this gist
Jan 14, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -76,6 +76,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [JSHint](http://jshint.com/) * [ESLint](http://eslint.org/) * [Istanbul](https://github.com/gotwarlost/istanbul) Code coverage reporting * [tape](https://github.com/substack/tape) and [faucet](https://github.com/substack/faucet) for dead simple unit testing. ### Transpilers -
Eric Elliott revised this gist
Jan 14, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -57,6 +57,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Node Inspector](https://github.com/node-inspector/node-inspector) Debug Node code with the Chrome debug tools * [TraceGL](https://github.com/traceglMPL/tracegl) Powerful runtime analysis of live JavaScript code * [Tern](http://ternjs.net/) Static analysis in JavaScript * [JSDoc](http://usejsdoc.org/) - Pair with [Tern](http://ternjs.net/) for static analysis * [Nitrous.IO](https://www.nitrous.io/join/uJcRo6yQDvs?utm_source=nitrous.io&utm_medium=copypaste&utm_campaign=referral) (Supports live collaboration / pair programming) * [Slack](http://slack.com) Chat for teams, with GitHub and Google hangouts integration * For hangouts, just type /hangout in any channel -
Eric Elliott revised this gist
Jan 14, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -83,6 +83,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [CoffeeScript](http://coffeescript.org/) * [Emscripten](http://kripken.github.io/emscripten-site/) (frequently used for C/C++ JavaScript ports) * [Traceur](https://github.com/google/traceur-compiler) (ES.next) * [ES6 tools](https://github.com/addyosmani/es6-tools) Addy Osmani's ES6 Tools list ## JavaScript environments -
Eric Elliott revised this gist
Jan 12, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -128,6 +128,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [New Relic](http://newrelic.com/) Deep insights into the performance and health of your production apps * [Sauce Labs](https://saucelabs.com/) Cross platform web application testing with great collaboration and integration support * [Travis CI](https://travis-ci.org/) CI, of course * [Docker](https://www.docker.com/) Run your CI process using the same OS configs as your production systems. * [Shippable](https://www.shippable.com/) Docker-based hosted build / CI -
Eric Elliott revised this gist
Jan 12, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -128,6 +128,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [New Relic](http://newrelic.com/) Deep insights into the performance and health of your production apps * [Sauce Labs](https://saucelabs.com/) Cross platform web application testing with great collaboration and integration support * [Travis CI](https://travis-ci.org/) CI, of course * [Shippable](https://www.shippable.com/) Docker-based hosted build / CI ## Community -
Eric Elliott revised this gist
Jan 12, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -93,9 +93,9 @@ Some of these links are affiliate links, meaning that if you make a purchase, I ## Libraries * [es5-shim](https://github.com/es-shims/es5-shim) Stable, production ready. * [es6-shim](https://github.com/es-shims/es6-shim/) Somewhat stable, but a few things I thought were solid got shifted to ES7. * [es7-shim](https://www.npmjs.com/package/es7-shim) Experimantal. Use with caution. * [native-promise-only](https://github.com/getify/native-promise-only) An ECMAScript standard promise polyfill by Kyle Simpson * [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) A [WHATWG fetch](https://fetch.spec.whatwg.org/) standard polyfill * [jQuery](http://jquery.com/) Yes, [I still use jQuery](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o/edit#) and so do 61% of the top 100,000 websites - for good reason. -
Eric Elliott revised this gist
Jan 10, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I ## Required Viewing * [Asynchronous Programming at Netflix](https://www.youtube.com/watch?v=gawmdhCNy-A) - [Jafar Husain](https://twitter.com/jhusain) * [David Nolen: Immutability: Putting The Dream Machine To Work](https://www.youtube.com/watch?v=SiFwRtCnxv4) - [David Nolen](https://twitter.com/swannodette) ## Spec -
Eric Elliott revised this gist
Jan 10, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -185,7 +185,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Angus Croll](https://twitter.com/angustweets) - Author, "If Hemingway Wrote JavaScript" * [Axel Rauschmayer](https://twitter.com/rauschma) - ES Next evangelist, author * [Brendan Eich](https://twitter.com/BrendanEich) - Created JavaScript * [David Nolen](https://twitter.com/swannodette) - Great functional programming content * [David Herman](https://twitter.com/littlecalculist) - Author, "Effective JavaScript" * [EchoJS](https://twitter.com/echojs) - News and links * [Eric Elliott](https://twitter.com/_ericelliott) - That's me. O'Reilly author. JavaScript architect. JS Instructor. -
Eric Elliott revised this gist
Jan 9, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Isomorphic JavaScript](http://isomorphic.net/) * [JavaScript Application Architecture on the Road to 2015](https://medium.com/@addyosmani/javascript-application-architecture-on-the-road-to-2015-d8125811101b) - Addy Osmani * [Taming the Asynchronous Beast with CSP in JavaScript](http://jlongster.com/Taming-the-Asynchronous-Beast-with-CSP-in-JavaScript) - James Long * [ES6 Modules: The Final Syntax](http://www.2ality.com/2014/09/es6-modules-final.html) by @rauschma #AMDisDead ## Required Viewing * [Asynchronous Programming at Netflix](https://www.youtube.com/watch?v=gawmdhCNy-A) - [Jafar Husain](https://twitter.com/jhusain) -
Eric Elliott revised this gist
Jan 9, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -102,6 +102,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Blaze](http://meteor.github.io/blaze/) DOM-diffing isomorphic reactive templates from Meteor * [RxJS](https://github.com/Reactive-Extensions/RxJS) Reactive extensions for JavaScript. [What's reactive?](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4) * [Moment](http://momentjs.com/docs/) A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates. * [Globalize](https://github.com/jquery/globalize) i18n / translate your app for many languages and locations (locales) * [Express](http://expressjs.com/) The most popular framework for Node * [Stampit](https://github.com/ericelliott/stampit) Stampit - create objects from reusable, composable behaviors. Prototypal inheritance with stamps. * [Credential](https://github.com/ericelliott/credential) If you write Node apps with password logins, you need Credential -
Eric Elliott revised this gist
Jan 9, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -118,6 +118,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Custom Elements](http://webcomponents.org/articles/introduction-to-custom-elements/) * [Templates](http://webcomponents.org/articles/introduction-to-template-element/) * [Shadow DOM](http://webcomponents.org/articles/introduction-to-shadow-dom/) * [x-gif](http://geelen.github.io/x-gif/#/http://i.imgur.com/iKXH4E2.gif) This web component wins the internet. ## QA / Deployment / Monitoring / CI -
Eric Elliott revised this gist
Jan 9, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -103,6 +103,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [RxJS](https://github.com/Reactive-Extensions/RxJS) Reactive extensions for JavaScript. [What's reactive?](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4) * [Moment](http://momentjs.com/docs/) A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates. * [Express](http://expressjs.com/) The most popular framework for Node * [Stampit](https://github.com/ericelliott/stampit) Stampit - create objects from reusable, composable behaviors. Prototypal inheritance with stamps. * [Credential](https://github.com/ericelliott/credential) If you write Node apps with password logins, you need Credential * [cuid](https://github.com/ericelliott/cuid) GUIDs are broken - use cuid, instead * [velocity](http://julian.com/research/velocity/) & [Velocity Motion Designer (VMD)](http://julian.com/research/velocity/#vmd) UI animation library -
Eric Elliott revised this gist
Jan 9, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -97,6 +97,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [es6-shim](https://github.com/es-shims/es6-shim/) * [es7-shim](https://www.npmjs.com/package/es7-shim) Yeah, we're already implementing ES7. Keep up! =) * [native-promise-only](https://github.com/getify/native-promise-only) An ECMAScript standard promise polyfill by Kyle Simpson * [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) A [WHATWG fetch](https://fetch.spec.whatwg.org/) standard polyfill * [jQuery](http://jquery.com/) Yes, [I still use jQuery](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o/edit#) and so do 61% of the top 100,000 websites - for good reason. * [Blaze](http://meteor.github.io/blaze/) DOM-diffing isomorphic reactive templates from Meteor * [RxJS](https://github.com/Reactive-Extensions/RxJS) Reactive extensions for JavaScript. [What's reactive?](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4) -
Eric Elliott revised this gist
Jan 9, 2015 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -91,14 +91,6 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [io.js](https://iojs.org/) - The Node fork ## Libraries * [es5-shim](https://github.com/es-shims/es5-shim) @@ -126,6 +118,14 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Shadow DOM](http://webcomponents.org/articles/introduction-to-shadow-dom/) ## QA / Deployment / Monitoring / CI * [PM2](https://github.com/Unitech/pm2) Process monitoring / self repair * [New Relic](http://newrelic.com/) Deep insights into the performance and health of your production apps * [Sauce Labs](https://saucelabs.com/) Cross platform web application testing with great collaboration and integration support * [Travis CI](https://travis-ci.org/) CI, of course ## Community * [ES Discuss](https://esdiscuss.org/) The mailing list where all the ECMAScript standard discussion action is. -
Eric Elliott revised this gist
Jan 9, 2015 . 1 changed file with 21 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -54,19 +54,37 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Node](http://nodejs.org/) Then install Node (with nvm). You'll need this even if you're a front-end dev. * [npm](https://www.npmjs.com/) Install lots of other things with npm. **The package manager for JavaScript.** Comes with Node. * [Sublime Text 3](http://www.sublimetext.com/3) * [Node Inspector](https://github.com/node-inspector/node-inspector) Debug Node code with the Chrome debug tools * [TraceGL](https://github.com/traceglMPL/tracegl) Powerful runtime analysis of live JavaScript code * [Tern](http://ternjs.net/) Static analysis in JavaScript * [Nitrous.IO](https://www.nitrous.io/join/uJcRo6yQDvs?utm_source=nitrous.io&utm_medium=copypaste&utm_campaign=referral) (Supports live collaboration / pair programming) * [Slack](http://slack.com) Chat for teams, with GitHub and Google hangouts integration * For hangouts, just type /hangout in any channel * [PrettyDiff](http://prettydiff.com/) * [ES6 Fiddle](http://www.es6fiddle.net/) ## Building * [Browserify](http://browserify.org/) Bundle modules for the browser. * [How to use NPM as a Build Tool](http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/) ### Lint / Quality checkers * [JSHint](http://jshint.com/) * [ESLint](http://eslint.org/) * [Istanbul](https://github.com/gotwarlost/istanbul) Code coverage reporting ### Transpilers * [6to5](https://github.com/6to5/6to5) (ES6) * [CoffeeScript](http://coffeescript.org/) * [Emscripten](http://kripken.github.io/emscripten-site/) (frequently used for C/C++ JavaScript ports) * [Traceur](https://github.com/google/traceur-compiler) (ES.next) ## JavaScript environments * [Node.js](http://nodejs.org/) Server side JavaScript and more @@ -157,14 +175,6 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [DigitalOcean](https://www.digitalocean.com/?refcode=fdcfedac5208) ## Twitter (alphabetical order) * [Addy Osmani](https://twitter.com/addyosmani) - App architecture expert, Chrome dev tools champion -
Eric Elliott revised this gist
Jan 7, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ # Essential JavaScript Links A curated list by Eric Elliott and friends. Suggest links in the comments below. This is a very exclusive collection of only must-have JavaScript links. I'm only listing my favorite links. Nothing else makes the cut. Feel free to suggest links if you think they're good enough to make this list. The really curious should feel free to browse the comments to find other links. I can't guarantee the quality of links in the comments. ## Full Disclosure -
Eric Elliott revised this gist
Jan 7, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [The Two Pillars of JavaScript Part 1: Prototypal OO](https://medium.com/javascript-scene/the-two-pillars-of-javascript-ee6f3281e7f3) * [The Two Pillars of JavaScript Part 2: Functional Programming](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4) * [JavaScript Objects](http://davidwalsh.name/javascript-objects) An excellent explanation of inheritance in JavaScript by Kyle Simpson * [The General Theory of Reactivity](https://github.com/kriskowal/gtor) What is all this talk about reactive? Functional? Promises? This is the beginning of a reactive programming bible. * [Reactive MVC and the Virtual DOM](http://futurice.com/blog/reactive-mvc-and-the-virtual-dom) Great read, even if you're not a React user. * [ES6 Generators](http://davidwalsh.name/es6-generators) A series of blog posts by Kyle Simpson * [Typed JavaScript](http://www.2ality.com/2014/10/typed-javascript.html) - Excellent post about the state of typed JavaScript by Axel Rauschmayer -
Eric Elliott revised this gist
Jan 7, 2015 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -48,9 +48,10 @@ Some of these links are affiliate links, meaning that if you make a purchase, I ## Dev tools & collaboration * [nvm](https://github.com/creationix/nvm) First install this... * [Node](http://nodejs.org/) Then install Node (with nvm). You'll need this even if you're a front-end dev. * [npm](https://www.npmjs.com/) Install lots of other things with npm. **The package manager for JavaScript.** Comes with Node. * [Sublime Text 3](http://www.sublimetext.com/3) * [Browserify](http://browserify.org/) Bundle modules for the browser. * [Node Inspector](https://github.com/node-inspector/node-inspector) Debug Node code with the Chrome debug tools * [TraceGL](https://github.com/traceglMPL/tracegl) Powerful runtime analysis of live JavaScript code -
Eric Elliott revised this gist
Jan 7, 2015 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -52,7 +52,8 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Node](http://nodejs.org/) You'll need this even if you're a front-end dev * [npm](https://www.npmjs.com/) **The package manager for JavaScript.** Comes with Node. * [Browserify](http://browserify.org/) Bundle modules for the browser. * [Node Inspector](https://github.com/node-inspector/node-inspector) Debug Node code with the Chrome debug tools * [TraceGL](https://github.com/traceglMPL/tracegl) Powerful runtime analysis of live JavaScript code * [Tern](http://ternjs.net/) Static analysis in JavaScript * [Nitrous.IO](https://www.nitrous.io/join/uJcRo6yQDvs?utm_source=nitrous.io&utm_medium=copypaste&utm_campaign=referral) (Supports live collaboration / pair programming) * [Slack](http://slack.com) Chat for teams, with GitHub and Google hangouts integration -
Eric Elliott revised this gist
Jan 7, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -81,6 +81,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [es5-shim](https://github.com/es-shims/es5-shim) * [es6-shim](https://github.com/es-shims/es6-shim/) * [es7-shim](https://www.npmjs.com/package/es7-shim) Yeah, we're already implementing ES7. Keep up! =) * [native-promise-only](https://github.com/getify/native-promise-only) An ECMAScript standard promise polyfill by Kyle Simpson * [jQuery](http://jquery.com/) Yes, [I still use jQuery](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o/edit#) and so do 61% of the top 100,000 websites - for good reason. * [Blaze](http://meteor.github.io/blaze/) DOM-diffing isomorphic reactive templates from Meteor -
Eric Elliott revised this gist
Jan 7, 2015 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -69,6 +69,14 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [io.js](https://iojs.org/) - The Node fork ## QA / Deployment / Monitoring / CI * [PM2](https://github.com/Unitech/pm2) Process monitoring / self repair * [New Relic](http://newrelic.com/) Deep insights into the performance and health of your production apps * [Sauce Labs](https://saucelabs.com/) Cross platform web application testing with great collaboration and integration support * [Travis CI](https://travis-ci.org/) CI, of course ## Libraries * [es5-shim](https://github.com/es-shims/es5-shim) -
Eric Elliott revised this gist
Jan 7, 2015 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I ## Books * [JavaScript for Kids](http://www.amazon.com/gp/product/B00QL616QE?ie=UTF8&camp=213733&creative=393177&creativeASIN=B00QL616QE&linkCode=shr&tag=ericleads-20&linkId=6AOODC27L6URY3K2) * [Effective JavaScript](http://www.amazon.com/gp/product/0321812182?ie=UTF8&camp=213733&creative=393185&creativeASIN=0321812182&linkCode=shr&tag=ericleads-20&linkId=JIC63I267I6UDQQZ) * [Eloquent JavaScript](http://eloquentjavascript.net/) * [JavaScript: The Good Parts](http://www.amazon.com/gp/product/0596517742?ie=UTF8&camp=213733&creative=393185&creativeASIN=0596517742&linkCode=shr&tag=ericleads-20&linkId=IJKESYSOTWGC27DR) * [Programming JavaScript Applications](http://chimera.labs.oreilly.com/books/1234000000262) @@ -158,6 +159,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Axel Rauschmayer](https://twitter.com/rauschma) - ES Next evangelist, author * [Brendan Eich](https://twitter.com/BrendanEich) - Created JavaScript * [David Nolan](https://twitter.com/swannodette) - Great functional programming content * [David Herman](https://twitter.com/littlecalculist) - Author, "Effective JavaScript" * [EchoJS](https://twitter.com/echojs) - News and links * [Eric Elliott](https://twitter.com/_ericelliott) - That's me. O'Reilly author. JavaScript architect. JS Instructor. * [Jafar Husain](https://twitter.com/jhusain) - Great talks on RxJS, ES next, etc... @@ -167,6 +169,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [JavaScript Daily](https://twitter.com/JavaScriptDaily) - News and links * [Jordan Harband](https://twitter.com/ljharb) - Keeping us ahead of the JS curve * [Kyle Simpson](https://twitter.com/getify) - Author, YDKJS - O'Reilly, JS Instructor, open web evangelist * [Marijn Haverbeke](https://twitter.com/marijnjh) - Author, "Eloquent JavaScript" * [Nicholas C. Zakas](https://twitter.com/slicknet) - Author, speaker * [Nick Morgan](https://twitter.com/skilldrick) - Author, "JavaScript for Kids" * [Paul Irish](https://twitter.com/paul_irish) - Developer evangelist, Chrome dev tools champion -
Eric Elliott revised this gist
Jan 7, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -158,10 +158,10 @@ Some of these links are affiliate links, meaning that if you make a purchase, I * [Axel Rauschmayer](https://twitter.com/rauschma) - ES Next evangelist, author * [Brendan Eich](https://twitter.com/BrendanEich) - Created JavaScript * [David Nolan](https://twitter.com/swannodette) - Great functional programming content * [EchoJS](https://twitter.com/echojs) - News and links * [Eric Elliott](https://twitter.com/_ericelliott) - That's me. O'Reilly author. JavaScript architect. JS Instructor. * [Jafar Husain](https://twitter.com/jhusain) - Great talks on RxJS, ES next, etc... * [James Halliday](https://twitter.com/substack) aka Substack - author of ~one million~ Node modules you probably use. * [James Long](https://twitter.com/jlongster) - CSP, functional programming advocate, Mozilla developer * [JavaScript Cheerleader](https://twitter.com/JS_Cheerleader) - Mover & shaker, JavaScript evangelist, documentary film maker * [JavaScript Daily](https://twitter.com/JavaScriptDaily) - News and links
NewerOlder