Blur distance means blur the border of an element and set its distance using CSS. In this article, we will see how to set the… Read More
All Basic Articles
Conditional Formatting is a feature in an Excel spreadsheet. It is used to easily maintain the status of the result. It is most often used… Read More
Given an adjacency matrix adj[][] of an undirected graph consisting of N vertices, the task is to find whether the graph contains a Hamiltonian Path… Read More
You might have heard the saying, Hard-work is the key to success, which might have been relative in the past, but now the scenario has… Read More
In this article, we will discuss how to handle the exceptions using classes. Exception Handling: Exceptions are run-time anomalies or abnormal conditions that a program… Read More
Prerequisites: Pandas In this article, we will learn how to join two Data Frames matching by substring with python. Functions used: join(): joins all the… Read More
If you’re a UX designer then we want to ask a few simple questions to you… How would you decide the components or the elements… Read More
In this article, we will discuss the overview of SQL Natural Join and then mainly focus to implement query with the help of examples. Let’s… Read More
Given a string S representing a sentence, the task is to reverse the order of all palindromic words present in the sentence. Examples: Input: S… Read More
Given three integers representing the X, Y, and Z coordinates of a 3-D vector, the task is to find the magnitude of that vector. Example:… Read More
Given three integers M, H, and V representing the mass, velocity, and height of an object respectively the task is to calculate its Kinetic Energy… Read More
In this article, we will see how the creation of a watermark is done using the Pillow library in Python. Pillow is a Python Image… Read More
The following approach covers how to send responses from servers using node and express. Also, we are going to see different ways to send responses… Read More
In this article, we will discuss how to perform Promise Chaining in JavaScript. A Promise is basically an object which represents the completion (or failure)… Read More
Problem Statement: A very hungry worm reaches a tree and eats the leaves in the following sequence: DAY 1: The worm eats 1 leaf DAY… Read More
How much python is required to learn Django?? This question comes to the mind of every beginner and experienced developer who wants to learn Django… Read More
Tornado charts are a special type of Bar Charts. They are used for comparing different types of data using horizontal side-by-side bar graphs. They are… Read More
Given a string S consisting of N lowercase alphabets, the task is to modify the string S by replacing each character by the alphabet whose… Read More


