Last week I got to attend the Chrome Dev Summit, an annual two-day conference hosted by Google where they announced latest developments relevant to the web technology. Here are my full notes from this conference. Since there was so much information presen...
Read more »
JavaScript ES6 brings new syntax and new awesome features to make your code more modern and more readable. It allows you to write less code and do more. ES6 introduces us to many great features . (more…)
Read more »
ES6 array filter, array map, array reduce, template literals, imports and exports, destructuring objects and arrays, class extend and super… (more…)
Read more »
Everyone in the JavaScript community loves new APIs, syntax updates, and features — they provide better, smarter, more efficient ways to accomplish important tasks. ES6 brings forth a massive wave of new goodies and the browser vendors have worked h...
Read more »
With browsers starting to implement ES6 modules, I took a look at the landscape and compared the new tech to bundling, the current state of the art for publishing Javascript files. (more…)
Read more »