- GitHub Star Count Growth Analysis: There is an interesting analysis based on GitHub star count growth in the past year for areas like frameworks, build tools, and testing frameworks.
- webpack Overview: An extensive tour explaining what webpack does and what module bundling is about for those new to it.
- ES6 Deep Dive: Kyle Simpson from the "You Don't Know JS" book series shows how to think deeply about new ES6 JavaScript features like arrow functions, destructuring, generators, classes, and computed properties.
- History of JavaScript: A fun read from Netscape 2.0 to the ECMAScript 4 drama and up to now.
- Debugging with Chrome DevTools: An interactive walkthrough of debugging JavaScript code using Chrome's DevTools.
- Angular 2 Exploration: TJ VanToll explores the good and 'less good' about Angular 2 since its release.
- Frontend Jobs: Frontend Developer @ Poki (Amsterdam, the Netherlands) and Front End Engineer at EDITED (London) are job openings.
In Brief:
- ChakraCore Celebrates Its First Anniversary: Updates on the JavaScript engine's road to parity on Linux and macOS.
- Speeding Up Regular Expressions in V8: V8 team explains under-the-hood changes for speeding up regexes.
- Pro Ember.js: An advanced 2-day training event in Berlin: Tackle progressive web apps, modular architecture patterns, performance tuning, authentication, etc.
- Thinking in Redux (When All You’ve Known Is MVC): Mikhail Levkovsky's tutorial.
- Building and Securing Koa and Angular 2 with JWT: Bruno Krebs' tutorial.
- Communicating Between Web Workers via MessageChannel: Dr. Axel Rauschmayer's tutorial.
- Integrating RxJS with Vue.js: Integration tutorial.
- Understanding Angular's AOT Compilation and Dynamic Components: Sean Landsman's tutorial.
- Getting Started with Vue and Vuex: Matt Bradford's tutorial.
- An (Updated) Introduction to Gulp, the Automated Task Runner: Craig Buckler's tutorial.
- Angular in Production: A Case Study with Tips: Minko Gechev's story.
- Vue.js in Less Than 30 Minutes for Beginners: Dev Coffee's video.
- Cleaning Up Code with ESLint (in 13 Minutes): Josh Owens' video.
- Automatically detect and diagnose JavaScript errors affecting your users: Bugsnag's tools.
Code Examples:
- when-dom-ready: A Promise-Based Equivalent of '$(document).ready'
- Mitt: A Tiny Functional Event Emitter / PubSub in 200 Bytes
- Zora: A Tiny JavaScript Test Harness with a demonstration in a CodePen.
- redux-inputs: A Library for Taming Forms in React
- WebGazer.js: An Eye Tracking Library That Uses Webcams
- Simple Electron App Samples
- swarm-numberformat: Format Large Numbers in Several Human-Readable Ways
- Intercooler.js: Making AJAX As Easy As Anchor Tags
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。