All Basic Articles
Kernel is central component of an operating system that manages operations of computer and hardware. It basically manages operations of memory and CPU time. It… Read More
In this article, we will study about virtual machines, types of virtual machines, and virtual machine languages. Virtual Machine is like fake computer system operating… Read More
Open System Interconnection (OSI) model is reference model that is used to describe and explain how does information from software application in one of computers… Read More
In this article, you will be introduced to React Context, one of the latest features in React Applications. Prerequisites:  ReactJS-Basics,  Typescript(with Interfaces),  ES6 notation What… Read More
It is used to check whether a date is before a particular date in Node.js using the isBefore() function that checks if a moment is… Read More
An Amazon Machine Image is a special type of virtual appliance that is used to instantiate (create) a virtual machine within EC2. It serves as… Read More
Here are some of the exciting features that Python 3.8 provides for programmers in competitive programming. These new features are related to some math functions… Read More
Flutter is an app SDK for building high-performance, high-fidelity apps for iOS, Android, Web(beta), and desktop(technical preview) from a single codebase written in Dart Language.… Read More
Planning guidelines are generally written statement that contains guidance to be referred before any development and establishing take place of a project. Planning guidelines are… Read More
Computer networks are usually developed to fulfil needs of their clients and users. Network architecture generally refers to design of computer network or communications network.… Read More
1. Data Warehouse : It is a technique for gathering and managing information from different sources to supply significant commercial enterprise insights. A Data warehouse… Read More
Prerequisite: Python Turtle Basics Turtle is an inbuilt module in python. It provides drawing using a screen (cardboard) and turtle (pen). To draw something on… Read More
Given a string str, the task is to print the first and the last character of the string. Examples: Input: str = “GeeksForGeeks” Output: First:… Read More
In this article, we will discuss the methods to skip over elements in a map. The map() function in JavaScript is used to generate a… Read More
In this article, we will learn how to design a horizontally scrollable div using CSS, & will see its implementation through the example. We can… Read More
MongoDB is a cross-platform document-oriented and a non relational (i.e NoSQL) database program. It is an open-source document database, that stores the data in the… Read More
In JavaScript, NaN stands for Not a Number. It represents a value that is not a valid number. It can be used to check whether… Read More
Given an array A[] consisting of N integers, the task is to find the total number of subsequence which contain only one distinct number repeated… Read More
SDH stands for Synchronous Digital Hierarchy and it refers to a multiplex technology used in the telecommunication. Synchronous Optical Network is internationally used and is… Read More