Why did we Move from MongoDB to Athena with parquet?Introduction: This article provides an in-depth discussion of the rationale behind migrating our backend database from MongoDB to Athena…Jul 11, 2023Jul 11, 2023
How We Improved Our EMR Performance and Reduced Data Processing Cost By 50%Businesses across industries leverage big data to make data-driven decisions, identify new opportunities, and improve overall performance…Mar 21, 2023Mar 21, 2023
Why GraphQL over REST.Before starting with why GraphQL let's see what is GraphQL.Oct 27, 2020Oct 27, 2020
Published inmake it headyLoad Testing ELK Stack with 1M Hits.This is a continuation of my previous post on What and Why EKL Stack.May 26, 20201May 26, 20201
Deployment with Kubernetes(K8) on GCP.This will be a series of posts containing actual deployment and configuration using a YAML file. 1) Nodejs deployment on K8 with…Jan 26, 2020Jan 26, 2020
KNN algorithm why and how with sklearn?Hello everyone, today we are going to look into an interesting machine learning algorithm KNN, its pros and cons and its implementation…Jan 6, 2019Jan 6, 2019
Running user’s untrusted code in NodeJSRunning user untrusted code is sometimes challenging to run in NodeJs, as NodeJs runs on a single thread. This thread can be blocked by a…Dec 22, 2018Dec 22, 2018
Apriori Algorithm in Python (Recommendation Engine)Apriori algorithm works on the principle of Association Rule Mining. ssociation rule mining is a technique to identify underlying…Oct 21, 20187Oct 21, 20187