All Basic Articles
This article has a Top 5 Troubleshooting questions on Operating System and Networking that will help you clear any Cloud-based Interview like AMAZON CLOUD SUPPORT… Read More
Given a list, the task is to write a python program to cube all the list elements. Input: [1, 2, 3, 4] Output: [1, 8,… Read More
This is a new operator introduced by javascript. This operator is represented by x ??= y and it is called Logical nullish assignment operator. Only… Read More
Chalk module in Node.js is the third-party module that is used for styling the format of text and allows us to create our own themes… Read More
This class accepts lots of values in tailwind CSS in which all the properties are covered in class form. It is the alternative to the… Read More
3D objects are those objects which have 3 dimensions length, width, and depth. These objects provide a great user experience when used for various purposes.… Read More
In a reactive framework like Flutter, you can think of your UI as the function’s return value.  The function here is considered as your state.… Read More
Given a binary string, str of length N, the task is to find the maximum sum of the count of 0s on the left substring… Read More
We have seen many apps having a RecyclerView present in them and along with that, we have seen many functionalities in that RecyclerView for swipe… Read More
Every time you delete a file from your Linux system using the shift + delete or rm command, it doesn’t actually permanently and securely delete… Read More
Most of us have a habit of downloading many types of stuff (songs, files, etc) from the internet and that is why we may often… Read More
In many apps, we have seen the Settings screen which is most common in most of the apps. This settings screen is used to manage… Read More
Harry Potter is a courageous hero…. But where would he be without Dumbledore?!! Mentors are extremely important as they show us the way and guide… Read More
YouTube Android Player API lets you play any YouTube video or playlist inside your app that too without leaving your app. A sample video is… Read More
Talking about the mobile applications, the first thing that comes to mind are the apps like Whatsapp, Instagram, swiggy, etc that we use in our… Read More
In this article, we will implement a frosted glass effect using the bootstrap 4 card class. The below image is the final output that you… Read More
Sublime Text is a free minimalist coding editor developed by Sublime HQ for desktop use. This development and IT program enable you to solely focus… Read More
Time conversion from IST or any standard time to GMT is necessary for locals to understand and reciprocate their international clients if they are connected… Read More
Lambda expression is an unnamed method that is not executed on its own. These expressions cause anonymous class.  These lambda expressions are called closures. Lambda’s… Read More
Java for-loop is a control flow statement that iterates a part of the program multiple times. For-loop is the most commonly used loop in java.… Read More