Skip to content

Instantly share code, notes, and snippets.

Scalable Vector Graphics

Scalable Vector Graphics (SVG) aren't new but there uptake has been less then amazing. Joel our Front-End Developer predicts this is the year SVG adoption skyrockets. In the last year we've seen some amazing things built with using SVG and it's time for everyone to get on board.

ES6 Polyfills and tools

ECMAScript 6 (ES6) is the upcoming version of the JavaScript standard. It boasts some massive improvements over the current standard, leaving developers itching for support. Although the new standard is scheduled for release mid 2015, we want to use it now! Enter polyfills and compilers. Polyfills add the features developers want without having to wait for browser updates, and all that's needed is an extra line or two of HTML. A compiler can take code written for ES6, and rewrite it to today's standards.

ES6 now has some solid polyfills and compilers, like [System.js](https://github.com/sy