CSS stylesheets are used to describe the presentation of a document written in HTML. It provides color, layout, background, font, and border properties while also… Read More
Category Archives: Blogathon
ReactJS is a JavaScript library used for building user interfaces. It is Declarative, Component-based and Technology stack agnostic. It has been designed for speed, simplicity,… Read More
Node.js is an open-source backend javascript runtime environment. It is used as backend service where javascript works on the server-side of the application. This way… Read More
First-Class Function: A programming language is said to have First-class functions if functions in that language are treated like other variables. So the functions can… Read More
Steppers display progress through a sequence of logical and numbered steps. They may also be used for navigation. Steppers may display a transient feedback message… Read More
In the Open Source ecosystem, Git and Github are widely used for efficiently managing large projects and collaborating with other developers worldwide. Hence a general… Read More
Overview :IP addresses and MAC addresses are essential for data communication. Assume there are two networks. The first network has three devices: A, B, C… Read More
A Stream is a sequence of asynchronous events. It is like an asynchronous Iterable—where, instead of getting the next event when you ask for it,… Read More
Given an array of N integers the task is to select K elements out of these N elements in such a way that the minimum… Read More
Given an integer array arr[] of N integers, the task is to make each adjacent pair in the array co prime, by adding minimum number of… Read More
Given an array arr of N integers, the task is to calculate the length of longest sequence of consecutive integers that can be formed from… Read More
Given an array arr[] consisting of N positive integers and a positive integer M, the task is to find the smallest possible integer K such… Read More
Given N integer coordinates where X[i] denotes the x-coordinate and Y[i] denotes the y-coordinate of the ith coordinate, the task is to find the sum… Read More
Command Prompt is an interpreter which helps us to execute various commands and functions. These commands may include diskpart, install, cls, etc. Using Command Prompt,… Read More
In this article, we will learn how to install glob in Python on MacOS. Glob is a general term used to define techniques to match… Read More