All Medium Articles
Spanning tree protocol prevent looping of frames around LAN by placing ports of switch in different states based on the criteria such as selection of… Read More
Prerequisite: Software Testing As like design and development, software testing is also one important part of SDLC (Software Development Life Cycle). During the testing phase… Read More
Time complexity is the computational complexity that describes the amount of time it takes to run an algorithm.” Now, we know that there can be… Read More
Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S National Institute of Standards and Technology (NIST) in… Read More
Regression Testing :Regression testing is done to ensure that enhancements or defect fixes made to the software work properly and do not affect the existing… Read More
software’s1. Black Box Testing :Black box testing is a type of software testing in which the functionality of the software is not known. The testing… Read More
To represent different perspective of software system different UML diagrams primarily based totally at the UML (Unified Modeling Language) are used. Each perspective focuses on… Read More
Given an array arr[] of size N, the task is to count the number of longest increasing subsequences present in the given array. Example: Input:… Read More
A pod is a group of one or more containers and is the smallest deployable unit in Kubernetes.  A node is a representation of a… Read More
In this article, we will look at how to convert Date to Datetime. We can convert the Date into Datetime in two ways.  Using CONVERT()… Read More
APIs(Application Programming Interfaces) are very commonly used in development. Postman is a tool that can be used for API Testing. In this article, we will… Read More
resizeWindow() method in Python OpenCV is used to resize window displaying images/videos to a specific size. The specified window size is for images excluding toolbars.… Read More
The Inventory Management system is used to manage store products and keep track of all goods stock and also we can use it to check… Read More
In this article, we are going to see how to create Monty Hall games using Pygame in Python. Monty Hall was a game show of… Read More
To get started with using pip, you should install Python on your system. Make sure that you have a working pip. Installing Packages in Python… Read More
In this article, we will discuss the process of installing Visual C++ on Windows. Visual C++ is part of the general “C suite” of programming… Read More
Room is one of the Jetpack Architecture Components in Android. This provides an abstract layer over the SQLite Database to save and perform the operations… Read More
In this article, we are going to see spatial data structure and algorithms, it is used to represent data in a geometric space. What is… Read More
Recently, CHUBB Business Services LLP visited our campus for an internship cum PPO and the role offered was Software Development Engineer. There were 3 stages… Read More
Data mining refers to extracting or mining knowledge from large amounts of data. In other words, Data mining is the science, art, and technology of discovering… Read More