Google unveils DevTools extension for Angular

Google has published Angular DevTools, a Chrome DevTools extension to inspect the structure and profile performance of applications built with the Angular framework. Developed in conjunction with tool builder Rangle.io, and introduced May 18, Angular … more Read More

ESLint v7.27.0 released

ESLint v7.27.0 released We just pushed ESLint v7.27.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. Highlights The no-restricted-imports rule now allows specifying … more Read More

How To Implement Authentication In Next.js With Auth0

“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

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