The Wayback Machine - https://web.archive.org/web/20230310183013/https://www.geeksforgeeks.org/basic/8/
Skip to content
All Basic Articles
A web server is like a computer that uses an HTTP (Hyper Text Transfer Protocol) and many other protocols. it responds when a client makes… Read More
A type-safe function pointer is a delegate. It means that the delegate contains a reference to a method or function, and that when we invoke… Read More
Being one of the most popular languages in the entire world, Python has created a buzz around among developers over the past few years. This… Read More
Question:  An hour hand and a minute hand are standard on a clock. At 12 midnight the hands are exactly aligned. When will they next… Read More
This article describes how to deploy a Python WSGI application using Gunicorn and Nginx. Before proceeding with the tutorial, it’s a good idea to first… Read More
What is Recursion? The process in which a function calls itself directly or indirectly is called recursion and the corresponding function is called a recursive… Read More
Here we will learn how to split a dataset into Train and Test sets in Python without using sklearn. The main concept that will be… Read More
After hustling with the source codes, databases, APIs, or other related stuff the entire week – wouldn’t it be great to get yourself refreshed and… Read More
Given a number N and its reverse R. The task is to find the number obtained when the number is raised to the power of… Read More
ValueLabs came to Vellore Institute of Technology for their S-Band recruitment process. The designation offered was Software Engineer Specialist. The Eligibility criteria were as follows:… Read More
Prerequisites: Cloud Computing The allocation of resources and services from a cloud provider to a customer is known as resource provisioning in cloud computing, sometimes… Read More
Pre-requisite:- Kubernetes Kubernetes is an open-source container orchestration system mainly used for automated software deployment, management, and scaling. Kubernetes is also known as K8s. Kubernetes… Read More
Prerequisite: Singleton and Prototype Bean Scopes in Java Spring In this article, we are going to discuss the custom bean scope in Spring. I presume… Read More
Environment variables are used to store sensitive data such as passwords, API credentials, and other information that should not be written directly in code. It… Read More
AWS Simple Storage Service (S3) from the aforementioned list, S3, is the object storage service provided by AWS. It is probably the most commonly used,… Read More
Split Horizon and Reverse Poisoning both are techniques also called loop prevention mechanisms used in the network layer. In this article, we will discuss what… Read More
I had applied in the month of April, through the official career site of NPCI (National Payments Corporation of India), for the role of Graduate… Read More
Given an integer array arr[] of size N, the task is to generate a new array by replacing ith element with its immediate right smaller… Read More
Given the number N, the task is to print a pattern such that in each line all the digits from N to 1 are present… Read More
Many times we’ve seen students struggling with the dilemma of choosing a worthwhile Programming Language for the sake of placements. Though this situation is somewhat… Read More

Start Your Coding Journey Now!