All Medium Articles
Hegemon is a work-in-progress modular system monitor written in secure Rust programming language. This allows users to monitor utilization and hardware in a single dashboard.… Read More
Popcorn Time is a BitTorrent client with multi-platform, free software that provides an integrated media player. A free alternative to subscription-based video streaming services, such… Read More
A constructor is a method that is called automatically when we created an object from that class. It can manage initial initialization tasks such as… Read More
Swapping or swapping space is a physical memory page placed at the top of a disk partition or a special disk file that is used… Read More
Most of the time while using an app we want to share text from the app to another app. While using Many Social Media Platforms… Read More
When you have worked a lot on an Android project and then if you need to rename the project there are lots of configuration files,… Read More
Given an integer N, the task is to paint a grid of size N x 3 using colors Red, Yellow, or Green while making such… Read More
Hello everyone. I trust that you all are doing well. Today I’m going to share Factset Interview experience for the role of Senior Software Engineer.… Read More
Suppose we want to compare the age of students in two schools and determine which school has more aged students. If we compare on the… Read More
Integration by substitution is one of the important methods for finding the integration of the function where direct integration can not be easily found. This… Read More
Given a nested JavaScript object, the task is to flatten the object and pull out all the values to a single depth. If the values… Read More
Laws of Reflection is a principle or rule that governs the phenomenon of reflection of light. The law of reflection states that a light ray… Read More
API stands for Application Programming Interface. It consists of various communication protocols and subroutines that can be used by programs for inter-communication. There are various… Read More
There are some basics import in Android Studio that is predefined present in Android studio. like Menu, AppBar, MenuItem, Bundle, Toast, etc. When we require… Read More
Web Services:  Web services describe the open standard-based web applications that interact with other web applications over the network for the purpose of sharing data… Read More
In the previous article, we have seen How to Select an Image from Gallery in Android but most of the time when we are posting… Read More
Given an integer N, the task is to find three positive integers A, B, and C such that the value of the expression (3*A +… Read More
Recently I got a call from the Paytm Money HR team through one Job portal where I have put my profile. Feb 2021 There were… Read More
Consider a pipelined processor with 5 stages, Instruction Fetch(IF), Instruction Decode(ID), Execute (EX), Memory Access (MEM), and Write Back (WB). Each stage of the pipeline,… Read More
Given a string S consisting of lowercase English alphabets, the task is to find the number of unique characters present in the string. Examples: Input:… Read More