Posts by Anjan Nair

Author Biographical Info: Not available

How To Handle Errors In JavaScript

By Anjan Nair

Finding and squashing bugs in complex codes sometimes is a really tedious task. Each code line needs to be analyzed to find the error. Instead of doing so, JavaScript has an easy y.... Read More

Check For Safe Links With Nodejs and VirusTotal

By Anjan Nair

In this tutorial, you will learn to check for the safety of links with Node.js and VirusTotal. VirusTotal is used to analyze suspicious files and URLs to detect types of malware. V.... Read More

How To Add Elements In JSON Array Using JavaScript

By Anjan Nair

In this tutorial, you will learn how to add elements in JSON array using JavaScript. JSON short for JavaScript Object Notation is a text-based representation of structured data. JS.... Read More

Dynamic Prefixes In Discord Bots Using Memjs and Heroku

By Anjan Nair

Small Discord bots often hosted on platforms such as Heroku do not have the flexibility to change their command prefixes. Command prefixes examples of Discord bots are !, ?, > e.... Read More

How To Minimize Electron App To System Tray

By Anjan Nair

Learn how to minimize electron application to the system tray. Electron.js has gained popularity because it helps to develop cross-platform desktop GUI applications using simple HT.... Read More

Creating Beautiful Tooltips With Tippy.js

By Anjan Nair

In this tutorial, we will learn how to create beautiful tooltips with Tippy.js and JavaScript. A tooltip is usually a message which appears when one hovers over a text, button, ima.... Read More

Plotting A Line Graph Using JavaScript with Chart.js

By Anjan Nair

In this tutorial, we will be looking at a simple method to generate a line graph using JavaScript with the help of Chart.js library. The same template can be used for all types of .... Read More