All Medium Articles
Branches Eligible: CS/IT / MCA Eligibility Criteria: 65% in 10th, 12th/Diploma, Graduation and Post Graduation Aggregate, No Live Backlog Process: Online Test, Technical, HR Interview… Read More
GUI(Graphical User Interface) helps in better in understanding than programs. In this article, we will visualize Linear Search using JavaScript. We will see how the… Read More
React JS utilizes the Modal Component as a solid foundation for creating dialogs, lightboxes, popovers, etc. The modal component represents a dialogue box that contains… Read More
Flappy Bird is an endless game that involves a bird that the player can control. The player has to save the bird from colliding with… Read More
In this article, we will learn about how to scroll or skip a particular element in React JS, We can do this using React hook… Read More
Like it is said, “One picture is worth more than ten thousand words “A digital image is composed of thousands and thousands of pixels. An… Read More
Menu is a very important component in any website. It is a user interface element within a webpage that contains links to other sections of… Read More
A responsive Footer in the React JS application is part of webpages that adjusts layout dynamically and signals to the user that they have reached… Read More
Material UI is a popular UI component library for React applications, providing a wide range of pre-built components that follow the Material Design guidelines. One… Read More
Consider the following recurrence relation. Which one of the following options is correct? (A) T(n) = Θ(n5/2) (B) T(n) = Θ(nlogn) (C) T(n) = Θ(n)… Read More
A relation r(A,B) in a relational database has 1200 tuples. The attribute A has integer values ranging from 6 to 20, and the attribute B… Read More
Consider the following statements. S1: Every SLR(1) grammar is unambiguous but there are certain unambiguous grammars that are not SLR(1). S2: For any context-free grammar,… Read More
A box plot is a method to represent the group of numerical data in the form of quartiles. The quartiles are the values at a… Read More
The preload() function in p5.js is used to asynchronously load files before the setup() function. It runs exactly once in when the sketch is loaded.… Read More
Firebase is a mobile and web application development platform. It provides services that a web application or mobile application might require. Firebase provides secure file… Read More
We have seen reading data from API in our Android app in Android Studio. For reading data from API, we use GET request to read… Read More
We have seen many apps and websites in which we will get to see a chatbot where we can chat along with the chatbot and… Read More
Given two arrays switch[], consisting of binary integers denoting whether a switch is ON(0) or OFF(1), and query[], where query[i] denotes the switch to be… Read More
Node.js File System module is used to handle file operations like creating, reading, deleting, etc. Node.js provides an inbuilt module called FS (File System). Node.js… Read More
The JavaScript function is a set of statements that take inputs, do some specific computation, and produce output. Basically, a function is a set of… Read More