You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
16
16
*[Learn JavaScript Essentials (for all skill levels)](https://medium.com/javascript-scene/learn-javascript-b631a4af11f2) One clear path to JavaScript mastery #article
17
17
*[The Two Pillars of JavaScript Part 1: Prototypal OO](https://medium.com/javascript-scene/the-two-pillars-of-javascript-ee6f3281e7f3) #article
18
18
*[The Two Pillars of JavaScript Part 2: Functional Programming](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4) #article
19
-
*[JavaScript Objects](http://davidwalsh.name/javascript-objects) An excellent explanation of inheritance in JavaScript by Kyle Simpson #article
19
+
*[JavaScript Objects](https://davidwalsh.name/javascript-objects) An excellent explanation of inheritance in JavaScript by Kyle Simpson #article
20
20
*[How to Use ES6 for Universal JavaScript Apps](https://medium.com/javascript-scene/how-to-use-es6-for-isomorphic-javascript-apps-2a9c3abe5ea2) A Babel config walkthrough #article
21
-
*[Unapply attack](http://glebbahmutov.com/blog/unapply-attack/) Make your JS apps more secure by freezing builtins. #article
21
+
*[Unapply attack](https://glebbahmutov.com/blog/unapply-attack/) Make your JS apps more secure by freezing builtins. #article
22
22
*[JavaScript Application Architecture on the Road to 2015](https://medium.com/@addyosmani/javascript-application-architecture-on-the-road-to-2015-d8125811101b) Addy Osmani #article
23
23
*[Modularity](http://jlongster.com/Modularity) A pragmatic take on the tiny modules vs batteries included approach
24
24
*[Computer Science in JavaScript](https://github.com/nzakas/computer-science-in-javascript) by Nicholas C. Zakas #article
@@ -27,7 +27,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
27
27
*[Introduction to Reactive Programming](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754) #article
28
28
*[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. #article
29
29
*[Why Functional Programming Matters](http://www.cse.chalmers.se/~rjmh/Papers/whyfp.pdf) by John Hughes, 1984 #paper #pdf
30
-
*[ES6 Generators](http://davidwalsh.name/es6-generators) A series of blog posts by Kyle Simpson #article
30
+
*[ES6 Generators](https://davidwalsh.name/es6-generators) A series of blog posts by Kyle Simpson #article
31
31
*[Typed JavaScript](http://www.2ality.com/2014/10/typed-javascript.html) Excellent post about the state of typed JavaScript by Axel Rauschmayer #article
32
32
*[ES6 Modules: The Final Syntax](http://www.2ality.com/2014/09/es6-modules-final.html) by @rauschma #article
33
33
*[javascript-sdk-design](https://github.com/huei90/javascript-sdk-design) A guide for people building JavaScript client SDKs #article
@@ -93,12 +93,12 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
93
93
*[Tern](http://ternjs.net/) Static analysis in JavaScript
94
94
*[JSDoc](http://usejsdoc.org/) Pair with [Tern](http://ternjs.net/) for static analysis
95
95
*[Slate](https://github.com/tripit/slate) Generate beautiful API docs for your apps
96
-
*[Slack](http://slack.com) Chat for teams, with GitHub and Google hangouts integration
96
+
*[Slack](https://slack.com/) Chat for teams, with GitHub and Google hangouts integration
97
97
*[Gitter](https://gitter.im/) Like Slack, but better for OSS projects and free chat.
98
98
*[Airety](https://airety.com/) Better developer interviews via pair programming.
99
99
*[PrettyDiff](http://prettydiff.com/)
100
-
*[Babel Repl](https://babeljs.io/repl) The Babel REPL with compiled output
101
-
*[Nitrous.IO](https://pro.nitrous.io/) Online IDE in the cloud with collaboration & Docker containers
100
+
*[Babel Repl](http://babeljs.io/repl/) The Babel REPL with compiled output
101
+
*[Nitrous.IO](https://www.nitrous.io/) Online IDE in the cloud with collaboration & Docker containers
102
102
*[Koding](https://koding.com) Online cloud development platform with video & audio collaboration
103
103
104
104
@@ -120,7 +120,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
*[tape](https://github.com/substack/tape) Dead simple unit testing #code
122
122
*[faucet](https://github.com/substack/faucet) Prettify unit testing output (like what comes from tape).
123
-
*[Supertest](https://github.com/tj/supertest) The best way to test HTTP endpoints.
123
+
*[Supertest](https://github.com/visionmedia/supertest) The best way to test HTTP endpoints.
124
124
125
125
126
126
### Transpilers
@@ -147,7 +147,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
147
147
*[HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate) You'll want to cherry-pick the best of this for your production apps. See [Initializr](http://www.initializr.com) #code
148
148
*[UpUp](https://www.talater.com/upup/) Make sure your site works even when your user is offline. #code
149
149
*[cf-package](https://github.com/cloverfield-tools/cf-package) A Cloverfield scaffold that generates new modules (npm packages) complete with npm scripts and useful boilerplate. #code
150
-
*[The Universal React Boilerplate](https://github.com/ericelliott/universal-react-boilerplate) Write apps using the same code for both the client and the server using Node, Express, and Browserify. #code
150
+
*[The Universal React Boilerplate](https://github.com/cloverfield-tools/universal-react-boilerplate) Write apps using the same code for both the client and the server using Node, Express, and Browserify. #code
151
151
*[NodeGoat](https://github.com/OWASP/NodeGoat) Identify security vulnerabilities in your Node apps. #code
152
152
*[lightning.js](https://github.com/olark/lightningjs) Async fetch load 3rd party JS & expose a promise API. #code
153
153
*[native-promise-only](https://github.com/getify/native-promise-only) An ECMAScript standard promise polyfill by Kyle Simpson. #code
@@ -158,7 +158,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
158
158
*[jQuery](http://jquery.com/) Most popular JS lib by a landslide. #code
159
159
*[React](https://github.com/facebook/react) What do Facebook, Instagram, Netflix and PayPal have in common? React. #code
160
160
*[Cycle.js](http://cycle.js.org) Like React, but more functional & reactive #code
161
-
*[Lodash-FP](https://github.com/lodash/lodash-fp) Like Underscore, but much faster, and featuring a more expressive API. #code
161
+
*[Lodash-FP](https://github.com/lodash-archive/lodash-fp) Like Underscore, but much faster, and featuring a more expressive API. #code
162
162
*[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) #code
163
163
*[Page.js](https://github.com/visionmedia/page.js) Tiny client-side router, inspired by Express. #code
164
164
*[Moment](http://momentjs.com/docs/) A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates. #code
@@ -167,7 +167,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
167
167
*[Leaflet](http://leafletjs.com/) Interactive map UIs made easy. #code
168
168
*[Lusca](https://github.com/krakenjs/lusca) Secure your Express application. By the Kraken team at PayPal.
169
169
*[Express](http://expressjs.com/) The most popular framework for Node. #code
170
-
*[Stampit](https://github.com/ericelliott/stampit) Create objects from reusable, composable behaviors. Prototypal inheritance with stamps. #code
170
+
*[Stampit](https://github.com/stampit-org/stampit) Create objects from reusable, composable behaviors. Prototypal inheritance with stamps. #code
171
171
*[Credential](https://github.com/ericelliott/credential) If you write Node apps with password logins, you need Credential. #code
172
172
*[node-jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) Easy JSON Web Token auth. #code
173
173
*[cuid](https://github.com/ericelliott/cuid) GUIDs are broken - use cuid, instead. #code
@@ -196,14 +196,14 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
196
196
*[livereactload](https://github.com/milankinen/livereactload) Live patching for Browserify #code
197
197
*[Redux](https://github.com/rackt/redux) Predictable state container (store) for JavaScript apps #code
198
198
*[Redux Devtools](https://github.com/gaearon/redux-devtools) DevTools for Redux with hot reloading, timetravel debugging, and customizable UI
199
-
*[Cerebral](https://github.com/christianalfoni/cerebral) An immutable store for global app state #code
199
+
*[Cerebral](https://github.com/cerebral/cerebral) An immutable store for global app state #code
200
200
*[react-native](https://github.com/facebook/react-native) React for mobile devices #code
201
201
*[Elemental-UI](http://elemental-ui.com/) Modular UI component library for React. #code
202
202
*[VelocityReact](https://github.com/twitter-fabric/velocity-react) Great animations for React #code
203
203
*[react-art](https://github.com/reactjs/react-art) React for SVG or canvas #code
204
204
*[react-canvas](https://github.com/Flipboard/react-canvas) React for canvas #code
205
205
*[react-three](https://github.com/Izzimach/react-three) Three.js rendering for React #code
206
-
*[react.rocks](http://react.rocks/) Pinterest-style directory of online demos with available code
206
+
*[react.rocks](https://react.rocks/) Pinterest-style directory of online demos with available code
207
207
*[TodoMVC in React](http://todomvc.com/examples/react/) #example
0 commit comments