All Basic Articles
Given a positive integer N. The task is to compute the sum of factorial from 1! to N!, 1! + 2! + 3! + …… Read More
In this article, we will know how to change the browser theme-color in HTML. Suppose that if we want our website to appear in green… Read More
Hibernate is used to increase the data manipulation efficiency between the spring application and the database, insertion will be done is already defined with the… Read More
Spring Boot is built on the top of the spring and contains all the features of spring. Spring also provides JPA and hibernate to increase… Read More
Servlets are the Java programs that run on the Java-enabled web server or application server. They are used to handle the request obtained from the… Read More
Problem Statement: Given a set of strings, find the longest common prefix.Examples:  Input: {"geeksforgeeks", "geeks", "geek", "geezer"} Output: "gee" Input: {"apple", "ape", "april"} Output: "ap"… Read More
In this article, we will be looking at the stepwise procedure to install the PyQt for python in Windows. PyQt is a Python binding of… Read More
In this article, we are going to learn how we can add a calendar loader in NextJS. NextJS is a React-based framework. It has the… Read More
General Packet Radio Service(GPRS) is the packet and data transfer service designed to replace circuit-switched services available on a 2G global system for mobile communication.… Read More
Pre-requisite: States of a Process in Operating Systems The process in an operating system passes from different states starting from its formation to its completion.… Read More
GPS stands for Global Positioning System. GPS is a satellite-based navigation system that allows ground users to provide their exact location, velocity, and time 24… Read More
Given two numbers represented by linked lists, write a function that returns the multiplication of these two linked lists. Examples:  Input: 9->4->6 8->4 Output: 79464… Read More
I am really glad to share that I have joined Amazon as an Intern. In this article, i will be sharing my first FAANG(MAANG) Interview… Read More
This is only my experience, NOT a generic description of how the process is. Round 1(i) – CoCubes Assessment: The first round of CoCubes Assessment… Read More
I am an undergraduate student pursuing my bachelor’s degree from Information Technology Branch. This is an On-campus drive. Profile Offered: GDS Consulting WAM Eligibility  Criteria… Read More
The Javascript window.open() method is used to open a new tab or window with the specified URL and name. It supports various parameters that can… Read More
Dynamic Host Configuration Protocol(DHCP) uses the DORA. Dynamic Host Configuration Protocol is the protocol of the application layer. It is used to provide Subnet Mask,… Read More
In this article, we are going to learn how we can add Popup in NextJs. NextJS is a React-based framework. It has the power to… Read More
In this article, we are going to learn how we can add Video Player in NextJs. NextJS is a React-based framework. It has the power… Read More
Logisim is a very powerful tool that is used to design and simulate digital logic circuits. Digital logic circuits are the electronic circuits that are… Read More