hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Friday, 15 January, 2016 UTC

Authoring and publishing ES6 modules today

Additional reads: We are all starting to play with ES6 in our applications and it works well, just plug babel and webpack or browserify and you are good to go. But what about the modules we use and publish? Most of the time they are written in ES5: its ... more


Thursday, 14 January, 2016 UTC

The Compiler Pipeline of Pug

... more


Monday, 11 January, 2016 UTC

HTTP/2 is here, now let's make it easy

You can read more on: Rebecca's Pinboard Rebecca's article on building for HTTP/2 A tool for visualizing HTTP/2 ... more


Friday, 8 January, 2016 UTC

Teaching Kids Programming using Web Browsers and Real Robots

Tim explains: There are not enough good programmers in the world so I had the idea to help by instilling a love for programming in kids via simple hardware kits and a webpage. To demonstrate this technology, you will see my son live-code a small program ... more


Thursday, 7 January, 2016 UTC

The whole future declared in a var

... more


Tuesday, 22 December, 2015 UTC

Pocket-sized JavaScript

For more, check out Henrik's proof of concept app that only weights 8.5kb of JS. ... more


Thursday, 29 October, 2015 UTC

A JavaScript Project Checklist

For more, check out the JavaScript Project Checklist series on Bitovi's blog. ... more


Wednesday, 28 October, 2015 UTC

React Through the Ages

... more


Saturday, 24 October, 2015 UTC

A Shimblance of Success

... more


Saturday, 4 April, 2015 UTC

Tuning Node

... more


Saturday, 4 April, 2015 UTC

Keep Calm and Write Sass

Here are the links to the tools and articles addressed in Hugo's talk: Your CSS is a Mess from Jonathan Snook Keep Sass Simple Beware of Selector Nesting Rethinking the Atwood law to apply it to Sass SassyJSON experiment SassySort experiment SassyBitwise ... more


Thursday, 15 January, 2015 UTC

A Book Nerd's Guide to JavaScript

For more on the book: If Hemingway Wrote JavaScript. ... more


Monday, 5 January, 2015 UTC

The jsdom

Two years ago I inherited jsdom, a project of breathtaking scope. In essence, it aims to simulate a browser in JavaScript, by implementing JavaScript versions of a wide variety of web standards (much more than just the DOM). While maintaining jsdom for ... more


Saturday, 29 November, 2014 UTC

Socket.IO for realtime multiplayer chess

... more


Friday, 21 November, 2014 UTC

A promise is a Promise

... more


Monday, 17 November, 2014 UTC

Introducing The dot Post

As we wrap up dotJS 2014, our 8th conference in 2 years, it is time to announce the second chapter of our adventure! The first one was primarily offline. We managed to gather incredible speakers and attendees in Paris and build a community of technical ... more


Monday, 2 December, 2013 UTC

yo polymer

... more


Monday, 2 December, 2013 UTC

Type Dependence

... more


Friday, 30 November, 2012 UTC

Multiple Dispatch

Axel posted an updated version of his slides in 2013. ... more


Friday, 30 November, 2012 UTC

WTFJS

... more