Turn JS/TS files into PLV8 functions. Contribute to divyenduz/plv8ify development by creating an account on GitHub. (more…)
Read more »
Scheduling website content is hard. Most content management systems (CMS) have features for publishing products, blog articles, and other types of platform-related content, but what about simply scheduling HTML? As developers sometimes we want to show a s... (more…)
Read more »
Developers release the State of JavaScript 2017, getting a general overview of the language as well as looking at the front end, back end, and mobile... (more…)
Read more »
This summer, I have been working on an experimental React concurrent mode profiler as part of the inaugural batch of the MLH Fellowship. One of the biggest engineering challenges I had was to optimize our canvas rendering. This was no small task. A single... (more…)
Read more »
Since arrow functions were introduced in ES6, they have become increasingly popular, changing the look and function of regular functions. I love arrow functions; I use them all the time. In fact, t… (more…)
Read more »