GCP – ‘Cloud Run’ in Seconds
As a developer, you might want to quickly deliver great cloud applications like web apps, mobile APIs, and background jobs. […]
As a developer, you might want to quickly deliver great cloud applications like web apps, mobile APIs, and background jobs. […]
What is minikube? Minikube is a tool that lets you run Kubernetes locally. It allows you to set up and
Sometimes we face an error with a certain pop-up. That error “System program problem detected” comes up when a certain
Introduction Docker images are essential components use for building Docker containers. Although closely related, there are major differences between Docker images
Introduction of Akka Actors Akka is a great library for message passing between actors or applications and building scalable, resilient,
Introduction To Amazon Athena Data analysis is a complex process and there have always been attempts to ease it. We
What is Data Structure We are here to learn basic about Data Structure in Scala A Data Structure in scala
Even though synchronized and volatile help to keep away from multi-threading issues, they’re completely unique from each other. Before seeing
Kubernetes apiVersion When we create Kubernetes resource manifests, one of the first important things that we need to specify for
APIs (Application Programming Interface(s)) allow us to transfer(or fetch) the data from one application to another application of our choice.
What is Apache Spark: Apache Spark is an open-source data processing engine to store and process data in real-time across various clusters of
Introduction Hi everyone! Today we’re going to discuss about Liskov Substitution principle. It is considered to be the most complicated