Bookmark collect, May 2015
The first section has some links on crafting, development, tools and below 8 more links on JavaScript, mainly ES6.
Crafting, Development, Tools
- Tooling is Not the Problem of the Web
- Common Misconceptions About Inheritance in JavaScript
- surely a controversy article by Eric Elliott
- ... where frontend developers build full stack apps, without thinking about the backend.
- Learn Ruby - with the neo ruby koans - I discovered it after I had started the ES6 katas.
- Amok - No Reload Live Editing for JavaScript
- A test-driven approach to assessing JS skills - something like ES6 katas?
- Some slides about some specific JS code smells.
- Sandi Metz' workshop, I am sure it will be awesome, but it's in the USA :(
- The Quantum Electrodynamics of Functional JavaScript suggested by David.
- "The most advanced responsive front-end framework in the world"
- 1st DarmstΓ€dter Legacy Code Retreat
- Das Reaktive Manifest
JavaScript, ES6
- Modern JavaScript libraries: the isomorphic way
- ESLint - The pluggable linting utility for JavaScript and JSX not using it yet? Get started!
- Currying in ES6
- ECMAScript 6 β New Features: Overview & Comparison
- Destructuring and Recursion in ES-6 via raganwald.com
- Understanding ECMAScript 6 - a book on leanpub.
- ES6 Feature Proposals - totally incomplete, but some stuff is interesting to read.
- ES6 spec - not an easy read :).