There is more good stuff coming from Zeit folks. Next.js is getting better and faster every day. Reminds me of Meteor.js ;) ES6 modules… (more…)
Read more »
Time-traveling in the execution history of a program during debugging enables a developer to precisely track and understand the sequence of statements and program values leading to an error. To provide this functionality to real world developers, we embar...
Read more »
JACL is an experimental Lisp system for the Web browser platform in the early stages development. It was created by Alan Dipert to explore new techniques for developing large SPAs (Single Page Applications) with Lisp. (more…)
Read more »
Thou shalt not depend on me: analysing the use of outdated JavaScript libraries on the web Lauinger et al., NDSS 2017 Just based on the paper title alone, if you had to guess what the situation is … (more…)
Read more »
I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned... (more…)
Read more »