JavaScript: Get Last Element in List

Introduction Getting the last element of a list/array is a common operation. In this tutorial, we’ll take a look at how to get the last element in a JavaScript array/list . JavaScript is a weakly-typed or untyped language, which means that the type of … more Read More

How To Implement Authentication In Next.js With Auto0

“Authentication” is the action of validating that a user is who he or she claims to be. We usually do this by implementing a credentials system, like user/password, security questions, or even facial recognition. “Authorization” determines what a user … more Read More

Understanding the Web Audio API

Understand more about the Web Audio API, an API that allows us to create and manage sounds in our browser very easily. Before the release of HTML5, creating applications that were going to use audio was very difficult. The poor support of browser APIs … more Read More

Node v16.2.0 (Current)

Notable Changes [ 36b948560c ] – (SEMVER-MINOR) async_hooks : use new v8::Context PromiseHook API (Stephen Belanger) #36394 [ c0deeeacb2 ] – lib : support setting process.env.TZ on windows (James M Snell) #38642 [ 4c4902748c ] – (SEMVER-MINOR) module … more Read More