All Stories

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 · 29 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 · 56 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 · 54 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 · 33 sec read >

How to Print Multiple Array Values in PHP?

To print multiple array values in PHP, first, we have to merge multiple arrays and store them in a...

Jan 11 · 53 sec read >