All Medium Articles
Education: IIT, Non-CSE branch Round 1(Online Assessment): It consisted of 3 coding questions of difficulty – easy, medium, hard, and 10 MCQ’s. I do not… Read More
Round 1(Online-Written): Platform was HackerEarth time duration was 1 hour.   25 MCQs (Both Easy and Gate Level Based)  1 Coding Question, that needs to… Read More
Node is a runtime environment for executing server-side JavaScript code, while Express is a framework built for Node, offering features and tools that streamline server-side… Read More
In JavaScript, the event loop is a fundamental mechanism that enables the asynchronous execution of code. It’s an essential part of the JavaScript runtime environment,… Read More
Command-line arguments, in the context of a command-line interface (CLI), are text strings that provide extra information to a program when it is executed. In… Read More
Python JSON JavaScript Object Notation is a format for structuring data. It is mainly used for storing and transferring data between the browser and the… Read More
Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, tkinter is the most commonly used method. It is… Read More
Given an undirected graph with N vertices and N edges that contain only one cycle, and an array arr[] of size N, where arr[i] denotes… Read More
Given an array arr[] of size N, the task is to find the maximum frequency of any array element by incrementing or decrementing each array… Read More
RecyclerView is an extended version of ListView and GridView. It works on the ViewHolder design pattern. With the help of RecyclerView, we can add many… Read More
The title may be a little confusing but what we want to say is, suppose in an Android App, there’s a RecyclerView, and outside that… Read More
A Status Bar in Android is an eye-catching part of the screen, all of the notification indication, battery life, time, connection strength, and plenty of… Read More
Prerequisite – Types of Schedules in DBMS  The View serializability is a concept that is used to compute whether schedules are View-Serializable or not. A… Read More
Network topology is the systematic arrangement of the elements (links, nodes, etc.) of a communication network. Network topology can be used to make understand that… Read More
Given three positive integers, L, R, K and an array arr[] consisting of N positive integers, the task is to count the number of ways… Read More
In today’s era, the usage of smartphones has increased exponentially and so has the use of mobile applications and websites. Meanwhile, considering future career prospects,… Read More
ConstrainedBox is a built-in widget in flutter SDK. Its function is to add size constraints to its child widgets. It comes quite handy if we… Read More
Firebase is one of the best platforms to host a static website for free. When we have a website hosted on firebase we get two… Read More
DevOps is a software engineering culture and practice that aims to unify software development and operations. It is an approach to software development that emphasizes… Read More
In this article, we are going to discuss how to design a Digital Low Pass Butterworth Filter using Python. The Butterworth filter is a type… Read More