Published in JavaScript in Plain English·Apr 2Enable HTTPS for Localhost During Local Development in Node.jsA tutorial on how to go from http://localhost:PORT to https://localhost:PORT. — Intro: When creating a web app on your desktop, you might have come across the URL of your app which may have looked something like http://localhost:8000. But what if you’re creating an app that uses APIs which require a secured (HTTPS) URL even during development, like Instagram’s API? Or you might…Java Script6 min read
Published in JavaScript in Plain English·Mar 20How to Send WhatsApp Messages From Your React App EasilyA very simple way to send messages on WhatsApp web in React. — Intro: Ever wondered how to send WhatsApp messages from your React app without using the Whatsapp API? In this article, we will explore a very simple way to send messages on the WhatsApp web in React. Applications of sending WhatsApp messages: Communicate with customers. Auto text messages. Requirements: Level — Beginner …React3 min read
Feb 25Automate tasks in node with node-cronThis article is the first part of the “Creating automated tasks in node js” series. Check out other articles in this series: Part 1: Automate tasks in node with node-cron Part 2: Create a Web-parser to analyse the best restaurant offers on Zomato. Part 3: Showcase latest memes in react…Java Script6 min read
Feb 25Creating a simple server using node and expressThis article is the third and last part of the “Creating a server using node and express” series. Check out other articles in this series: Part 1: Installing the required tools and software(Node, VS Code, Postman, Git). Part 2: Initialize project with npm init in node Part 3: Creating a…Nodejs4 min read
Feb 25Initialize a project in node with npm initThis article is the second part of the “Creating a server using node and express” series. Check out other articles in this series: Part 1: Installing the required tools and software(Node, VS Code, Postman, Git). Part 2: Initialize project with npm init in node Part 3: Creating a server using…Nodejs5 min read
Feb 25Downloading VS Code, Node js, Git and Postman in WindowsThis article is the first part of the “Creating a server using node and express” series. Check out other articles in this series: Part 1: Installing the required tools and software(Node, VS Code, Postman, Git). Part 2: Initialize project with npm init in node Intro: In this age of digitization, you…Technology5 min read