All Medium Articles
Firebase is a comprehensive backend solution offered by Google that simplifies the process of building, managing, and growing applications. When developing mobile or web apps,… Read More
Java is an object-oriented language all processing is carried within classes. Execution of a program means dictates java virtual machine to load the class and… Read More
C++ is a programming language, which has imperative and object-oriented programming(OOPs) features. It is referred to as a middle-level programming language. C++ was developed by… Read More
C++
A design pattern is proved solution for solving the specific problem/task. We need to keep in mind that design patterns are programming language independent for… Read More
You are given a cubic dice with 6 faces. All the individual faces have a number printed on them. The numbers are in the range… Read More
\\Given a positive integer N, the task is to find the number of ways to fill the board of dimension 2*N with a tile of… Read More
Given a binary string S of size N, the task is to find the minimum numbers of 0s that must be removed from the string… Read More
Its online interview my panel number was 6, after waiting for the whole day I got a call at 5 pm to join through the… Read More
List and tuples both are data structures in Python, with some differences. Lists are mutable data structures whereas tuples are immutable (can not be changed… Read More
Most of the time, we use shell scripting to interact with the files. Shell scripting offers some operators as well as some commands to check… Read More
Frame by frame animation is a technique where a set of images are shown, one by one in a particular order, maintaining fixed time interval… Read More
Java language is one of the most popular languages among all programming languages. There are several advantages of using the java programming language, whether for… Read More
Android provides us a feature with which we can store users’ data inside their mobile itself with different storage options such as Shared Preferences, SQLite… Read More
Launch mode is an Android OS command that determines how the activity should be started. It specifies how every new action should be linked to… Read More
Reactstrap is a popular front-end library that is easy to use React Bootstrap 4 components. This library contains the stateless React components for Bootstrap 4.… Read More
Dataframe represents a table of data with rows and columns, Dataframe concepts never change in any Programming language, however, Spark Dataframe and Pandas Dataframe are… Read More
Hi all, Zscaler came for On-Campus Hiring in our College with two roles: DEV and DEVTEST. I was given the role of DEV JAVA API.… Read More
Lowe’s India hired this year through Codeathon on HackerEarth platform. Round 1: The first round comprised of 10 MCQ questions including aptitude, logical, and  2… Read More
Hello fellow Geeks! I’ll be sharing how I got selected as CX intern via Ideathon at Cisco(India). First of all, consistency is the key. Ideathon… Read More
Given a string S consisting of N lowercase characters and character ‘?’ and a positive integer K, the task is to replace each character ‘?’… Read More