<links>WebDev</links> #1

Javascript / ES6:
- ES6 VAR, LET and CONST explained! https://medium.com/@rsschouwenaar/es6-var-let-and-const-explained-e4c6ad14c195#.afnu9xh73
&& How to Learn ES6 https://medium.com/javascript-scene/how-to-learn-es6-47d9a1ac2620#.jj7hln2g2 - Ben Frain explains the native JavaScript array methods and how they differ from each other. A great introduction (or reminder) of what we can use today to get data out of arrays.
CSS:
- There’s a big change coming up for how we write colors in CSS. Tab Atkins recently changed the color functions syntax in the CSS specification.
So in future, we will write rgb(0 255 0 / 50%) instead of rgba(0, 255, 0, 50%). - For long articles, a scroll indicator can be very useful to indicate the reading progress. Most people use some sort of JavaScript code to do this (which is calculation-expensive); some people, however, find clever tricks to do it with CSS. The CSS-only scroll indicator by Mike Riethmuller is an awesome show-off of using gradients, viewport units and a pseudo-element.
Tools:
- Must See JavaScript Dev Tools That Put Other Dev Tools to Shame
https://medium.com/javascript-scene/must-see-javascript-dev-tools-that-put-other-dev-tools-to-shame-aca6d3e3d925#.5ssrbisnd - Flow: Mapping an object https://medium.com/@thejameskyle/flow-mapping-an-object-373d64c44592#.suxn61ycf
- The new Docker for Mac and Windows is finally production-ready after several months in beta.
- Microsoft pushed Edge 14 this week and with it a lot of great new things. Notably, the new version got a lot of accessibility improvements and now competes as one of the best browsers in the HTML5 Accessibility test.