All Medium Articles
A slow Android Studio is a pain in the butt for an android developer. Developing an application with a slow IDE is not a cakewalk.… Read More
If you want an input which contains only alphanumeric characters i.e. 1-9 or a-z lower case as well as upper case characters, We can make… Read More
In this given program, we are required to write a shell script to print the list of all the sub-directories present in the current directory.… Read More
Given three arrays a[], b[] and c[] of sizes A, B and C respectively, the task is to find the minimum possible value of abs(a[i]… Read More
Here we are going to see a shell script which validates an integer. We are going to display whether the input entered is an integer… Read More
mapfile also called (read array) is a command of the Bash shell used to read arrays. It reads lines from the standard input into an… Read More
If you’ve ever faced an interview (or college students can better relate this with a viva test situation or any other examination) – you probably… Read More
Note: The following steps assume a Windows OS environment. Sublime Text is a text editor for coding. It has a smooth user interface and other… Read More
In HTML, the <button> tag is used to create a clickable button on your webpage. It also has a closing tag written as </button>. You… Read More
In this article, we will discuss the differences between RGB and RGBA color schemes in detail. We will also see how these schemes can be… Read More
Given a List, our task is to write a Python program to reverse a range in the list. Reverse a range in a list Example… Read More
Prerequisites: Tkinter Menus are an important part of any GUI. A common use of menus is to provide convenient access to various operations such as… Read More
Round 1(Online Test): The first round was an online test. It had a about 20 MCQs based on OOPs, DBMS SQL etc. Also, there was… Read More
INTERVIEW PROCESS:  Assessment  – 21st March 2021(Aptitude, Logical, Coding(Imp) on WeCreateProblems Platform) –>Result Same day Night English Skill Assessment (Mettl) – 22nd March 2021 –>Result… Read More
To understand Dapper, first, we need to know what is ORM or Object Relational Mapper.  Object Relational Mapper(ORM) : Object Relational Mapping is the concept of… Read More
I got a mail from amazon as I was referred by someone( linkedIn connection) for SDE-1 role. It was totally unexpected referral for me. Me… Read More
Given a Matrix, the task is to write a Python program to extract rows with no repeated data types. Examples: Input : test_list = [[4,… Read More
Are you using various buttons in your app, and you are being confused about which button is being pressed? Don’t know how to get rid… Read More
Given a binary string S, the task is to print all distinct decimal numbers that can be obtained by generating all permutations of the binary… Read More
Given two positive integers N and K, the task is to count the number of triplets (a, b, c) such that 0 < a, b,… Read More