All Medium Articles
Open-source software is a type of software where the original source code of the software is made available freely and is published under a license… Read More
The beauty of a database lies in indexing i.e. fetching the data in a short span of time without iterating over the whole dataset. MongoDB… Read More
MongoDB is a versatile document-based NoSQL database and can perform DB write operations efficiently using its bulkWrite() method. The db.collection.bulkWrite() method allows multiple documents to… Read More
In this article, we will discuss the overview of the LEX Code that accepts the string with 0 only. And will implement with LEX code… Read More
In this article, we will discuss the LEX Code that accepts the string ending with ‘abb’ over input alphabet  {a,b} and will see the implementation… Read More
The dialog package is a nifty little tool that was originally created by Savio Lam and is currently maintained by Thomas E. Dickey. This package… Read More
Ranger is a command Line-based file manager with VI key bindings for Linux. It provides almost all features of the GUI file manager into the… Read More
Round 1(M.C.Q based round): You have to attempt 15-20 quizzes on Eduthrill website(5 questions – 2 minutes) with an average score of 60%. Then after… Read More
Round 1(Aptitude): First-round is the elimination round there was 90 min to solve 90 questions.   Questions are asked from aptitude, ms office, networking, and… Read More
Recently, I have been through the interview experience of OLX India and I would like to share my experience with everyone. Eligibility :    … Read More
About me: I am an MCA student from Tier 2 college, going to pass out in 2022. Actively solving questions at GeeksforGeeks and Leetcode for… Read More
Oracle visited our campus in December for M. Tech and B. Tech students and it was all virtual because of Covid-19.  CGPA cut-off required: 7.0… Read More
Round 1(Online Test): MCQ’s Round 2:  Design LRU cache  and write the code and the operation complexity must be O(1)API Management tools How can  u make… Read More
Bootstrap includes a large variety of button styles, each having some common and some different attributes in them. The “add to cart” button acts as… Read More
Here, we are going to see that how we can implement numeric PasscodeView in android studio and using it how users can set numeric passwords… Read More
Given an N-ary Tree consisting of N nodes valued from [0, N – 1] and two binary arrays initial[] and final[] of size N such… Read More
Patience sorting is a sorting algorithm based on card game Patience. In this sorting algorithm, the rules of patience game is used to sort an… Read More
What is Pose Estimation? Pose estimation is a computer vision technique that is used to predict the configuration of the body(POSE) from an image. The… Read More
Computer Graphics is an important subject to improve coding skills. Many things can be implemented using computer graphics. For example- car animation, cartoon characters, and… Read More
In this article, we are going to see how to change the column type of pyspark dataframe. Creating dataframe for demonstration: Python # Create a… Read More