Ride Down into JavaScript Dependency Hell

Find out how a single JS package can come with 19k dependencies. Read more

Similar

JavaScript: The first 20 years. (HOPL)

JavaScript: The First 20 Years  by Allen Wirfs-Brock and Brendan Eich Our HOPL paper is done and submitted to the ACM for June 2020 publication in the PACMPL (Proceedings of the ACM on Programming Languages)  and presentation at the HOPL 4 conference when... (more…)

Read more »

Using Rollup.js to create JavaScript modules

Using Rollup.JS to create JS modules and libraries is easy, it can easily output AMD, CJS, ES, IIFE and UMD JS formats with minimal configuration. Its plugin structure really nice too, you should find nearly anything you need here. This blog will focus on... (more…)

Read more »