In this blog, we will see how to monitor multiple AWS MSK Clusters in a single machine without creating a separate job or machines Problem Outline You can monitor multiple...
Table of contents IntroductionInstallation and setupArchitecture and ConfigurationBuilding DashboardConclusion Introduction As Devops Engineer monitoring web application...
In this article, we will see how to access Google Cloud Pub/Sub on android without using credentials file What is Pub/Sub Pub/Sub is a messaging service using which...
Introduction MongoDB and SQL are two opposite sides of the database world MongoDB deals with chaotic unstructured data, while SQL deals with organized...
Problem Statement: Enrolling devices to DO Mode is time taking process which involves factory reset To overcome this difficulty we can make use of adb commands, configure...
There can be many ways to achieve transfer ownership(Device owner) from one android application to another Transfer of ownership means transfer of one administrator to...
Let's take an example where you need to run a script for a large file of 10 GB, what would the consequences be Either it will take a lot of time or the program will crash To...
This blog will cover how to deploy a NET Core Web Application on Kubernetes in Google Cloud Platform(GCP) Starting from setting up GCP to running the application on web...
When you Register for any Broadcast receiver by Default onReceive() method will be called on the Main Thread( UI Thread) But If we want to do any heavy operations or if your...
Google OAuth2 Authentication using Owin Security in your ASPNET C# project using just few lines of code Visual studio scaffolding allows you to generate code to perform Google...