Popular Posts

Service Mesh: What it is and why it matters?
DevOps

Service Mesh: What it is and why it matters?

Summary: What is Service Mesh and why it matters? A Service Mesh is an addressable infrastructure layer for service-to-service communication, ...
Service Discovery Patterns - What, Why, and How?
DevOps

Service Discovery Patterns – What, Why, and How?

The Service Discovery concept is not new and has been since from the beginning of distributed computing. In simpler terms, ...
Kubernetes Learning Path
Kubernetes

Kubernetes Learning Path

Today Kubernetes is present in all major clouds (Google cloud, AWS, Azure, etc…) as a fully managed service, serverless at ...

Latest Posts

How to setup .gitignore file
One Minute Series

How to setup .gitignore file

The role of .gitignore file is to ignore the changes of the specified file or folder. Say for example if you don’t want to track certain files and their changes ...
How to Install Hive on Mac with Homebrew
Data Engineering

How to Install Hive on Mac with Homebrew

Hive is a data warehouse tool based on Hadoop for data extraction, transformation, and loading. This is a mechanism that can store, query, and analyze large-scale data stored in Hadoop. ...
How to Install Hadoop on Mac with Homebrew
Data Engineering

How to Install Hadoop on Mac with Homebrew

In this article, I will take you through step by step on how to easily install Hadoop 3.3.0 on a mac OS – Big Sur (version 11.2.1) with HomeBrew for ...
What is the difference between Hot Warm and Cold data storage?
Data Engineering

What is the difference between Hot Warm and Cold data storage?

At present Data Engineering has become so popular and it is acting as the backbone for many companies like Google, Uber, Amazon, Tesla, etc. Also, companies are finding more ways ...
gRPC 101
One Minute Series

gRPC 101

gRPC is developed by Google and is a language-neutral, platform-neutral, open-source RPC ( Remote Procedure Call ) framework.  In this article you will get an overview of gRPC. gRPC overview ...
Scroll to Top