All Medium Articles
Prerequisites: Class-Object in C++ Inheritance in C++ Before learning about Inheritance Access we need to know about access specifiers. There are three Access specifiers in… Read More
Prerequisites: STL in C++ Vector in C++ File handling in C++ The Standard Template Library (STL) is a set of C++ template classes to provide… Read More
Prerequisites: Set in C++ Pair in C++ The set in STL has the property that it stores only the distinct values in the sorted order… Read More
Getting the list of files in a directory is one of the most common operations performed by the Filesystem of an OS. The file explorer… Read More
Given three integers A, B, and C. the task is to find the maximum possible sum of three numbers when you are allowed to perform… Read More
OpenCV is a computer vision library that contains various functions to perform operations on Images or videos. OpenCV library can be used to perform multiple… Read More
In this article, we shall build a Stock Price Prediction project using TensorFlow. Stock Market price analysis is a Timeseries approach and can be performed… Read More
Multipathing is a process that allows us to combine different physical connections between the server and a storage location into a single virtual device. The… Read More
There are a couple of ways in which we can back up our Gmail on windows, Linux, or mac but GMvault is probably the most… Read More
The find command in Linux is a very useful command line utility that helps us in finding files and directories. In our daily life, there… Read More
What is Heap? A Heap is a special Tree-based data structure in which the tree is a complete binary tree. Types of Heap Data Structure:… Read More
Java provides different ways to generate random numbers, using some built-in methods and classes, but most of them do generate unique positive long numbers like… Read More
In this article, we will see the time of the different countries. The calculation is based relative to Indian Time. Simple conversion is done between… Read More
In software engineering, unit testing is a software testing method by which individual units of source code, sets of one or more computer program modules… Read More
Kubernetes API is an application that serves Kubernetes functionality through a RESTful interface and stores the state of the cluster via HTTP. Users can directly… Read More
Pre-requisite: Kubernetes Kubernetes Cluster mainly consists of Worker Machines called Nodes and a Control Plane. In a cluster, there is at least one worker node.… Read More
Pre-requisite: Cloud Computing and Cloud Based Services Cloud Services are not immune to outages (failure/interruption) and the severity and the scope of impact on the… Read More
This article is for checking the version of Django. When we create projects using Django and sometimes we might stuck where the version is not… Read More
Given two strings A and B which are permutations of each other. The task is to find the minimum number of rotations required to delete… Read More
In this article, we will see how to shake an image using CSS Keyframe, along with knowing the different properties used to shake the image,… Read More