Updating Existing Android App in Google PlayWe have an application already available in the play console and now I have made improvements to my application and I need my all existing user to get that update. How do I do it? It's a very simple process, if you are an existing developer or new to...Jul 19, 2023·1 min read
2 best command line tools for monitoring your CPU, RAM, and disk utilization.Nowadays we run many applications on a single server or computer and sometimes we tend to forget to check the usage which leads to applications' load time increasing or crashing. Most of them don't know why this thing happen. In every organization, a...Apr 21, 2023·2 min read
Maven Part 1Hey Readers, let's understand more about the Maven today! What is Maven? Let's understand why we use the Maven. As DevOps Engineer we usually take code from version control and deploy it dev/test or production server. Now how do we deploy it dev/test...Apr 20, 2023·2 min read
Shell Scripting Part 3Before you read the Shell Scripting Part 3, go through my previous blogs on Shell Script. Shell Scripting One Shell Scripting Two Today let's understand the arithmetic operation in Shell Scripting. After reading the above line and previous blogs we d...Apr 11, 2023·2 min read
Shell Scripting Part 2Today let's understand the File Naming Convention in Shell Script. Don't use the system variable name as a variable name a variable name can be declared up to 255 characters a variable name can contain _ (underscore character). Example: num_one...Apr 10, 2023·3 min read
Shell ScriptingMost of us want to know what are this shell and scripting. Let's dive in to understand the difference. Shell - It is a program that takes the command as input. It will give those commands to the operating system to execute. Shell is the interface bet...Apr 9, 2023·3 min read
What is API?API means application programming interface. API is a way to connect to a database/webserver with the client. API Example - 1 Let's say that you went to a KFC shop and the waiter will give you a menu to order items. You as the customer will choose t...Apr 8, 2023·2 min read