Browser ExtensionsHow to Send Notifications in Chrome ExtensionsIn this tutorial, we'll go over how to send notifications in Chrome and how to schedule notifications to be sent at a later time.
ReactReact Custom Hooks Tutorial - Creating useOnline, Testing and Publishing ItIn this tutorial, we'll go over how to create a simple custom React hook, testing it locally, and then publishing it on NPM.
JavascriptAll The Ways You Can Loop Arrays in JavascriptHere are different approaches to loop through an array in Javascript.