Node v16.0.0 (Current)

Notable Changes Deprecations and Removals (SEMVER-MAJOR) fs : remove permissive rmdir recursive (Antoine du Hamel) #37216 (SEMVER-MAJOR) fs : runtime deprecate rmdir recursive option (Antoine du Hamel) #37302 (SEMVER-MAJOR) lib : runtime deprecate access … more Read More

The lazy-loading property pattern in JavaScript

Traditionally, developers have created properties inside of JavaScript classes for any data that might be needed within an instance. This isn’t a problem for small pieces of data that are readily available inside of the constructor. However, if some … more Read More

Node.js 16 introduces Apple Silicon support

Node.js 16 was released on April 20, adding Apple Silicon binaries and additional stable APIs to the popular JavaScript runtime. The release is the first to ship with prebuilt binaries for Apple Silicon. While Node.js will provide separate tarballs for … more Read More

Object.entries

Navigating and managing data structures is a really important skill for every level of engineer to have and improve upon. Over the years, the JavaScript language has continued to provide more methods for managing data structures, from Object.keys to … more Read More

Echo JS

Online Editor for the Dannjs library Using Web Workers to Speed-Up JavaScript Applications Using template literals to create a binding engine … more Read More