All Medium Articles
Radium is a popular npm package for React which allows us to use inline styling with pseudo selectors and media queries. Without this third party… Read More
Persistent systems came to our campus for recruitment(Online). They offered three different kinds of packages. 6 students were selected out of 150 students for the… Read More
Let’s first know some basics about numbers used  in floating-point arithmetic or in other words Numerical analysis and how they are calculated. Basically, all the… Read More
JavaScript is a high-level, dynamically typed, and interpreted client-side scripting language. JavaScript provides an inbuilt parseFloat() method to parse a string and returns a floating-point… Read More
Given an HTML document with relevant Bootstrap glyphicon and the task is to apply the custom color to them.  Approach: First, we need to assign… Read More
Bootstrap Collapse plugin helps to collapse the web page content and toggle its visibility across the application. The plugin helps to divide the page content… Read More
Given two integers N and K, the task is to find the count of numbers up to N having K-th (0-based indexing) bit set. Examples:… Read More
Prerequisite: File Handling through C++ Classes In C++, files are mainly dealt by using three classes fstream, ifstream, ofstream available in fstream header file. In… Read More
Prerequisite: Templates in C++ Generally, a C++ template, with a single argument looks like this: template<typename template_name> But it has been seen that a template… Read More
OYO visited our campus in the month of November for the SDE-I profile. A total of 1651 students applied. Round 1 (Online Test): The online… Read More
In today’s era of digitalization, technologies are indeed changing or updating like never before. Either we talk about Programming Languages or their respective Frameworks or… Read More
Definition: Async is a short form for “asynchronous”. Synchronous means executing statements one after the other which implies the next statement will get executed only… Read More
In this project, we will be building a weather application. This application will show the temperature of a location. To fetch weather information we will… Read More
Developing an android application involves several processes that happen in a sequential manner. After writing the source code files, when developers click the Run button… Read More
Question 1. In the given figure, lines AB and CD intersect at O. If ∠AOC + ∠BOE = 70° and ∠BOD = 40°, find ∠BOE… Read More
Here we can find the acceleration (a), final velocity(v), initial velocity(u) and time(t) using the formula a = (v-u)/t. At first, functions are defined for… Read More
Given a valid parenthesis string str consisting of lowercase alphabets, opening, and closing brackets, the task is to find the string by removing the outermost… Read More
Every year GS conducts the Engineering Campus Hiring Program for the hiring of Engineering graduates and postgraduates all over India for the role of FTEs… Read More
I got the mail from TCS for the interview schedule. They already attached the Microsoft team’s link for a video interview. My interview was in… Read More
Project Introduction: In this project, we are going to implement a car running on a track using HTML and CSS with sound effects. The prerequisites… Read More