The Wayback Machine - https://web.archive.org/web/20230313054752/https://www.geeksforgeeks.org/basic/2/
Skip to content
All Basic Articles
A Mobile is a portable electronic device that allows you to make calls, send messages, and access the internet, among other functions. A tablet is… Read More
In this article, we will walk through the process of building a small Node.js application that allows users to push data to an array asynchronously… Read More
Methods are functions that belong to a specific type. Instance methods, which encapsulate particular tasks and functionality for working with an instance of a given… Read More
The Goods and Services Tax or GST is a single, indirect tax that integrates all indirect taxes within the Indian economy. GST is a destination-based… Read More
STP stands for Standard Temperature and Pressure it provides a standardized reference point for the measurement and comparison of physical and chemical properties of substances,… Read More
You might believe that coding careers are for math whizzes and equation nerds. Don’t write off your chances of pursuing a profession in programming if… Read More
Pre-requisite: AWS AWS Deeplens is a deep learning-enabled video camera that is developed by Amazon Web Services (AWS). It is designed to make it easy… Read More
Pre-requisites: Database  A temporal database is a database that needs some aspect of time for the organization of information. In the temporal database, each tuple… Read More
Subject Pronoun Subject pronoun is an essential topic of parts of speech. In recent years, a number of tricky questions are asked in various competitive… Read More
There are many important python modules or packages from which Mutagen is used for handling the audio metadata also known as music metadata, it is… Read More
Given some Strings as Email addresses, the task is to extract the domain name from it Examples: Input: test_str = ‘team@geeksforgeeks.org’ Output: geeksforgeeks.org Explanation: Domain… Read More
Best-first search is what the AO* algorithm does. The AO* method divides any given difficult problem into a smaller group of problems that are then… Read More
Flask is a  micro-framework written in Python. It is used to create web applications using Python. Role-based access control means certain users can access only… Read More
Next.js is a web-development framework that enhances the functionality of React library. This framework comes with default routing facilities that allow developers to create web… Read More
In this article, we will see how to replace jQuery with Vue. jQuery: jQuery is a fast and rich JavaScript library. It is an application… Read More
Given a maze with N cells. Each cell may have multiple entry points but not more than one exit (i.e entry/exit points are unidirectional doors… Read More
Given an array A consisting of N positive integers, the task is to calculate the maximum XOR of the subarray of size K consisting of… Read More
In this article, we will see the implementation of Date Time localization in Vue.js, along with knowing its basic implementation through the illustration. Date() Object:… Read More
In this article, we will see the selection of different values on a single select and two <select> tags in vue.js, along with understanding their… Read More
Vue.js is an open-source Model–View–ViewModel front-end JavaScript framework for building user interfaces and single-page applications. Every Web application needs HTML CSS styles for presenting a… Read More

Start Your Coding Journey Now!