Dr. Neal Krawetz, self-proclaimed security specialist and forensic researcher, took to his personal ... (more…)
Read more »
A secure JavaScript and TypeScript runtime. Contribute to denoland/deno development by creating an account on GitHub. (more…)
Read more »
The import() operator lets us dynamically load ECMAScript modules. But they can also be used to evaluate JavaScript code (as Andrea Giammarchi recently pointed out to me), as an alternative to eval(). This blog post explains how that works. (more…)
Read more »
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 »
According to various sources, including the Stack Overflow Developer Survey 2017, JavaScript is the most commonly used programming language… (more…)
Read more »