All Medium Articles
Given a queue q[] and an integer K, the task is to define a method to remove a specific element from the queue q[]. If… Read More
Cr3dOv3r is a free and open-source tool available on GitHub. Cr3dOv3r is written in Python, so you must have python installed in your kali Linux… Read More
A heatmap depicts the relationship between two attributes of a dataframe as a color-coded tile. A heatmap produces a grid with multiple attributes of the… Read More
Given a source and destination in a matrix[][] of infinite rows and columns, the task is to find whether it is possible to reach the… Read More
Given an array arr[] consisting of N positive integers and a positive integer K, the task is to find the minimum number of elements that… Read More
Given a string S size of N consisting of characters ‘a‘, ‘b‘, and ‘c‘ only, the task is to check if the given string can… Read More
Given two arrays a[] and b[] of length n and m respectively, the task is to find Greatest Common Divisor(GCD) of {a[0] + b[i], a[1]… Read More
Given an array arr[] of size N, the task is to count the number of operations required to make all array elements equal by replacing the… Read More
Given two numbers A and B, the task is to find the maximum Greatest Common Divisors(GCD) that can be obtained by adding a number X… Read More
In this article, we are going to scrap a website using Requests by rotating proxies in Python. Modules Required Requests module allows you to send… Read More
Prerequisite: Prefix Sum – 1D, Prefix Sum -2D Given a 3-Dimensional array of integers A[L][R][C], where L, R, and C are dimensions of the array… Read More
Humans claim that how intelligence is achieved- not by purely reflect mechanisms but by process of reasoning that operate on internal representation of knowledge. In… Read More
Given an array arr[] of size N, and integers L and R, the task is to count the number of pairs [arri , arrj] such… Read More
CSS: hover Selector: The: hover selector (or CSS pseudo-class) matches when the user interacts with an element with a pointing device. It is generally triggered… Read More
When the browser loads a website for the first time, it will automatically request /favicon.ico (GET) to load favicon. A favicon is a small size… Read More
React timers are very common UI components that are widely used in various applications and websites to visually display the remaining time for a specific… Read More
The task is to create and design a sign-up and login form. In the sign-up form, the user will sign-up with a custom username and… Read More
In this article, we’re going to create a Toggle Switch in React as a reusable component. The Toggle Switch Component will be a small reusable… Read More
Introduction: Vercel is a deployment tool used by frontend developers to instantly deploy and host web applications without knowing complex configurations.  Features of Vercel: Easy… Read More
Quorum is an “Enterprise-focused” Ethereum blockchain that tries to improve blockchain technology.  Although the first generation Blockchain provides scalability, peer-to-peer networks, interoperability, transparency, and other… Read More