Unix is a multi-user operating system that can handle numerous users' activities at the same time The development of Unix was near 1969 at AT&T Bell Labs by Ken Thompson and...
When you want to run BigQuery queries on a recurring basis, BigQuery provides an amazing feature called Schedule Queries Schedule queries can include data definition language...
Hi everyone!! In kubernetes, Horizontal pod autoscaling(HPA) is mostly done either based on CPU or memory But, in some cases, we’d like to scale the pods based on custom...
Hello!Have you worked with S3 If you have, you know that we can't get more than 1000 objects in a response from S3 So, the next question is, what do we do if we have more objects...
Hi folks, in this blog, we will try to learn what deep links are and how to use them in Android What is a Deeplink Deep links are links that take users directly to an app...
Hi everyone!! While managing the kubernetes deployment, have you ever wanted a pod to get scheduled on a particular node, but it doesn't happen the way you want and the pod gets...
In this blog, we will learn how to generate huge reports from Bigquery efficiently BigQuery is a fully managed enterprise data warehouse that helps us to manage and analyze...
Hello folks, in this blog we will understand how we can use Counting Semaphores with Async and Await in C# Semaphores : We can define the term "semaphore" as an integer...
Hi Everyone!! If you have deployed any application using kubernetes, it is very important to monitor the kubernetes cluster and the application 'Monitoring' plays a crucial role...
We have a class called ServiceController in C# This class helps us to query the windows service For using this class, we have to use the following imports using System; using...