On being overwhelmed with our fast paced industry

JavaScript var is dead? We should use ES2015 let and const now? CSS is getting variables, nesting, scoping and custom selectors. Preprocessors like Sass and Stylus are dead, long live PostCSS. Just learned Grunt? Oh you should use Gulp – wait no, Webpack. Still laying out your sites using floats like a sucker? Flexbox is …

Cyclon.js – JavaScript Robotics

JavaScript Robotics, By Your Command. Next generation robotics framework with support for 36 different platforms Take the Leap Motion for example. Install Cyclon.js using npm, and then use this little tad of code to start interacting via the Leap Motion: var Cylon = require(‘cylon’); Cylon.robot({ connections: { leapmotion: { adaptor: ‘leapmotion’ } }, devices: { …