10 May 2020
The REST API has been a pillar of API's design for a long time. Recently gRPC has started gaining popularity. It turns out there are some very good reasons for that. To help API developers make sense of which API design style to use and for what situation, let’s look at REST and gRPC.
More …
18 Apr 2020
Lambda architecture is a popular pattern in building Big Data pipelines. It is designed to handle massive quantities of data by taking advantage of both a batch layer (also called cold layer) and a stream-processing layer (also called hot layer).
More …
12 Apr 2020
In this first part, I will explain you about What kind of problem it causes for a typical data lake implementation
More …
29 Mar 2020
This tutorial is for Spark developper’s who don’t have any knowledge on Amazon Web Services and want to learn an easy and quick way to run a Spark job on Amazon EMR.
More …
23 Aug 2019
A good understanding of linear algebra is essential for understanding and working with many machine learning and deep learning algorithms.
More …