All Basic Articles
In this article, we are going to see how to monitor the network connection and save the log file in Python.  The basic ideology of… Read More
In this article, we will discuss how to access an index in Python for loop in Python. Here, we will be using 4 different methods… Read More
Problem statement: We need to find and print unique pairs among all given pairs. Generally, if we have to find the unique numbers among all… Read More
Online Coding test One problem with a bug, I need to find the bug and solve the problem Problem on overlapping intervals. Round 1: Given… Read More
In this article, we will learn how to install Selenium in Python on MacOS.   The selenium package is used to automate web browser interaction… Read More
Hello Geeks, recently Zeus Learning came to our college for recruiting B.Tech undergrads for the role of Software Developer. The interview process followed is as… Read More
SpotDL is a cross-platform command-line utility written in Python via which we can download albums, playlists, individual tracks from Spotify. It is open-sourced and made… Read More
Toggle password visibility in forms allows users to reveal or hide their typed passwords for convenience and security. Using Bootstrap icons, you can implement this… Read More
In this article, we will learn SQL Query How to Write an SQL Query to Match City Names Ending With Vowels in the Table. and… Read More
Primary Key refers to the column of a table that uniquely identifies a row in a table. It contains unique values and can not contain… Read More
Decimal values are those values that have “float” as a datatype. There are various methods to remove decimal values in SQL: Using ROUND() function: This… Read More
View is a virtual table based on the result-set of an SQL statement. It is like the subset of the table and basically created to… Read More
Getting the latest record from the table is a simple task, you do not have a need to get advanced knowledge of SQL. In this… Read More
In traditional networks, the control and data plane are embedded together as a single unit. The control plane is responsible for maintaining the routing table… Read More
The queue is an abstract data type which is defined by following structure and operations. Queue is structured as an ordered collection of items which… Read More
Google Dorking is the technique used for advanced searching. Google Dorking can be beneficial in victim domain detection or collecting some sensitive data from the… Read More
ccat is a command-line tool for Linux and OSX, which is similar to the cat command in Linux. But the difference between cat and ccat… Read More
Port Scanning is the process of detection of active ports on the Web Server. In some cases, if there is an unfamiliar port running on… Read More
MultiDict is a sub-class of Dictionary that can contain multiple values for the same key, unlike normal Dictionaries.  It is used because some form elements… Read More
As developer git is the most useful arena which is not operated directly so do we have git commands that become very crucial that one… Read More