All Basic Articles
In this article, we are going to see how we can scrape the amazon customer review using Beautiful Soup in Python. Module needed bs4: Beautiful… Read More
Firebase is a popular backend-as-a-service platform that provides various services for building web and mobile applications. One of its key features is the Realtime Database,… Read More
In this article, we will learn how to convert an asynchronous function to return a promise in JavaScript. Approach:  You need to first declare a… Read More
The @Override annotation is a standard Java annotation that was first introduced in Java 1.5. The @Override annotation denotes that the child class method overrides… Read More
Here, we will go through the different ways to convert file to byte array in Java. Note: Keep a check that prior doing anything first.… Read More
A byte is 8 bits of binary data so do byte array is an array of bytes used to store the collection of binary data.… Read More
Routing in Angular allows the users to create a single-page application with multiple views and allows navigation between them. Users can switch between these views… Read More
Requested for a referral in Jan 2021 from a senior, got an interview call in April. 4 rounds in total. (2 on same day and… Read More
Given an array arr[] consisting of N positive integers, the task is to print the nearest perfect square for each array element. Examples: Input: arr[]… Read More
Online Coding Round: 1 hr 15 mins https://www.hackerearth.com/problem/algorithm/beautiful-numbers-05de0f51-101121ca/ (100 marks) One another question of 50 marks, solved with brute force Technical Interview: 1 hr i/p… Read More
SVG stands for Scalable Vector Graphics and is an XML-based ( can be edited ) vector image format. SVG is commonly used for icons, animations,… Read More
In today’s world, due to huge advancements on the internet, we can find anything and everything on the internet. Need something good to eat? Order… Read More
IPGeoLocation is a free and open-source tool written in Python available on GitHub which is used to find information about the IP address on your… Read More
Gather information on online targets can turn out to be a very time-consuming activity, especially when one only needs specific information about the target and… Read More
Overview :An invariant in Object-Oriented programming refers to some set of conditions or assertions that need to hold throughout the life of an object of… Read More
1. Heap:A heap is a tree based data structure in which tree should be almost complete. It is of two types i.e. max and min… Read More
Software Myths: Most, experienced experts have seen myths or superstitions (false beliefs or interpretations) or misleading attitudes (naked users) which creates major problems for management… Read More
Introduction :The most basic form of logic is propositional logic. Propositions, which have no variables, are the only assertions that are considered. Because there are… Read More
Fully Functional Dependency :If X and Y are an attribute set of a relation, Y is fully functional dependent on X, if Y is functionally… Read More
In the area of networking and operating systems, various terms are used to explain different aspects of facts transmission and community overall performance. There are… Read More