Extensions in Firefox 86

Firefox 86 will be released on February 23, 2021. We’d like to call out two highlights and several bug fixes for the WebExtensions API that will ship with this release. Highlights Extensions that have host permissions for tabs no longer need to request … more Read More

Node v14.15.5 (LTS)

Notable Changes deps : upgrade npm to 6.14.11 (Ruy Adorno) #37173 V8: backport dfcf1e86fac0 (Michaël Zasso) #37245 Note : Node.js is not believed to be vulnerable to CVE-2021-21148. stream,zlib : do not use _stream_* anymore (Matteo Collina) #36618 Commits … more Read More

Compare Two Dates in JavaScript

Introduction Dates are a really common data type developers work with. From timestamps of certain actions, to reports, sign up features and limited-time access in systems that require subscriptions – we oftentimes have to compare dates. That is, we compare … more Read More

Echo JS

Learn Integration Testing with React Hook Form Coding with Voice using Serenade JavaScript Twitch Bot to Control My Hue Lights … more Read More

Managing CSS Z-Index In Large Projects

There are several articles that explain z-index (here’s a good one), since it continues to trip up developers of all experience levels. I do not think that the number of articles is a sign that none of them do a good job at explaining it, but that there … more Read more…

Como criar um bot no WhatsApp em 5 minutos em Node.js

Introdução “Missão dada é missão cumprida!”, mas se você, assim como alguns desenvolvedores, já recebeu alguma demanda para integrar um serviço no WhatsApp, provavelmente teve dificuldades em encontrar uma documentação consistente sobre o processo … more Read More