The most sophisticated software in history was written by a team of people whose names we do not know. It’s a computer worm. You should be curious to read this incredible story, it's definitely worth your time!
JavaScript is now part of the toolkit of most working developers. What if network effects push it into being the first-ever truly dominant programming language?
In a recent blog post about his struggle to learn React, Brad Frost highlighted an issue that I've heard from developer after developer: What’s coming from React? What’s just ES6 JavaScript?
Book of the week
You Don't Know JS: ES6 & Beyond
by Kyle Simpson
As part of the "You Don’t Know JS" series, this compact guide focuses on new features available in ECMAScript 6 (ES6), the latest version of the standard upon which JavaScript is built. Learn new ES6 syntax that eases the pain points of common programming idioms. Organize code with iterators, generators, modules, and classes. Express async flow control with Promises combined with generators. Use collections to work more efficiently with data in structured waysLeverage new API helpers, including Array, Object, Math, Number, and String. Extend your program’s capabilities through meta programming.