All Stories

3 popular ways to make HTTP requests in JavaScript

There are several ways to make an HTTP request in JavaScript. Here are 3 popular ways to make HTTP...

Dec 21 · 2 min read >

JavaScript Picture-in-Picture API (PiP In JS)

The JavaScript Picture-in-Picture (PiP) API is a browser API that allows users to view a video in a small...

Dec 19 · 1 min read >

How to Locate empty directories in Linux using Terminal ?

To locate empty directories in Linux using the terminal, we will use the find command with the -empty option....

Dec 18 · 31 sec read >

How to locate empty directories in windows using CMD

To find empty directories in Windows, by using the Command Prompt, we can use the following command, Note that...

Dec 18 · 57 sec read >

PHP Shorthand If Else (Ternary Operator)

PHP Shorthand If Else means, when we creates conditional logic code using shortcut operators. There are multiple conditional statements...

Dec 9 · 56 sec read >

PHP: Logout From All Devices on Password Change

To log out users from all devices when the password is changed in PHP, here we will create a...

Mar 3 · 1 min read >

Send Emails in JavaScript Using SMTP with Example

To Send Emails in JavaScript Using SMTP (Simple Mail Transfer Protocol), we will use JavaScript SMTP CDN and Gmail app password...

Feb 23 · 50 sec read >

How to check if an array is empty, NULL, or undefined in jQuery?

To check if an array is empty, NULL, or undefined in jQuery and JavaScript, we use two major functions,...

Jan 21 · 1 min read >

Sum of all duplicate values in an array using JavaScript

Also Read: for-Each In JavaScript With Example Here we create a program to find the Sum of all duplicate...

Jan 13 · 34 sec read >