All Medium Articles
If your website or application doesn’t receive many requests, you don’t have to use load balancing, but when it becomes very popular and starts to… Read More
Ohm’s Law was given by German physicist Georg Simon Ohm. It states the relationship between current, resistance, and voltage across an electrical circuit. This relationship… Read More
Sometimes while dealing with hierarchical data we need to combine two or more various chart types into a single chart for better visualization and analysis.… Read More
The fileName is a non-standard property that contains the path of the file that raised this error. It is recommended to not use this property… Read More
SEQUEL widely known as SQL, Structured Query Language is the most popular standard language to work on databases. We can perform tons of operations using… Read More
The HTML <script> type attribute specifies the type of script that is being represented. The type attribute identifies the content that appears between the <script>… Read More
Radio button, also known as Option Button is used extensively when we have a choice of selecting one option from a set of predefined options.… Read More
Given an array A[] of size N, the task is to generate an array B[] based on the following conditions: For every array element A[i], find the most frequent… Read More
Given two arrays A[] and B[] of size N each, the task is to find the minimum possible sum of absolute difference of same indexed… Read More
IN operator is a membership operator which returns values that match the values in a list or subquery. Using this operator we can specify multiple… Read More
Zip is a command-line compression utility for files and directories. File and folder compression allows for quicker and more reliable file and folder transfer, storage,… Read More
Linux is popular amongst developers and in the computer science world for its ability to provide the terminal/command-line interface (CLI) functionality. Through CLI a user… Read More
Linux is a very popular operating system especially among developers and in the computer science world, as it comes along with its powerful ability to… Read More
MOSINT is a free and open-source tool available on GitHub. This tool is free means you can download and use this tool free of cost.… Read More
Pre-requisites:  Android App Development Fundamentals for BeginnersGuide to Install and Set up Android StudioAndroid | How to Create/Start a New Project in Android Studio?Android |… Read More
Given an array(1-based indexing) arr[] consisting of N non zero integers, the task is to find the leftmost index i such that the product of… Read More
Given a string S consisting of lowercase characters and an integer K, the task is to find the maximum length of a subsequence consisting of… Read More
In relational databases, we often deal with different tables and perform various operations using this different database software like MYSQL, Oracle, PostgreSQL, etc. Sometimes, while… Read More
Android Framework provides a feature of Accessibility services that are designed in a way that provides an alternative way to communicate to the user on… Read More
Navigation basically in mobile development refers to the interaction between different screens or pieces of contents within the application. Android Jetpack’s architecture Component the Navigation… Read More