Tag: JavaScript
All the articles with the tag "JavaScript".
Looking ahead: Microsoft Edge for developers in 2016
Updated: at 11:45 PMMS Edge priorities for 2016: better extension API, performance, more ES6 support, WOFF2, Web Notifications and more
Why I Left Gulp and Grunt for npm Scripts
Updated: at 11:27 PMGulp and Grunt leave you dependent on plugin authors, stick you with debugging, and provide disjointed documentation. Why not just use JavaScript?
Tasks, microtasks, queues and schedules
Updated: at 08:27 PMJavaScript Promises and Mutation Observers schedule work as microtasks which fire after the script finishes but before the next event loop. Not all browsers get it right.
ChakraCore GitHub repository is now open
Updated: at 08:40 PMMicrosoft makes Chakra open source and pits it against V8, providing a drop-in alternative to V8 with Node.js. Only on Windows so far.
lodash v4.0.0 released
Updated: at 07:56 PMlodash 4 packs major changes, drops thisArg, folds _.pluck, _.where and more into other methods, adds support for extended Unicode symbols
Angular 2 Beta is Out
Updated: at 08:15 PMAngular 2 reaches beta, packing a lot of changes from the preview
Introducting Adobe Animate CC, a new era for Flash Professional
Updated: at 10:34 PMAdobe Flash becomes Animate CC and allows output to HTML5 Canvas
Asm.js Chess Battle
Updated: at 06:10 AMWatch a chess duel between ASM and vanilla JavaScript. Browsers with ASM support show crushing victories over the vanilla engine!
Face Proximity Detection with JavaScript
Updated: at 05:59 AMUse canvas and some fancy face recognition C code ported to JavaScript to detect how far a user is from the camera
Breaking news: ES7 Object.observe is going away
Updated: at 07:00 PMAn update on Object.observe