Blog Posts


Regex in Scala

Regular expressions are widely used for cleaning data, extracting info from text, relationship extraction between entities etc. This blog posts explain how to use regex in Scala programming language? I have made use of Regex Library of scala. The blog post explains the regex using examples. Hope, you will learn something new from this post.

22nd June'21


Data Lake vs Data Warehouse

Data is 21st century fuel. It helps in making sound decisions, strategizing what actions to be taken. For any organization, data is one of the most important resources. This post covers basics of data lake and data warehouse and compares them. Hope, you will get better understanding of these concepts, helping you making decision which of the two to use and when?

28th April'21


Terraform Code: Create AWS Lambda & Schedule using Cloudwatch rule

Terraform is an open-source infrastructure as code software tool that enables us to create, change, delete and manage resources on cloud. This post covers terraform code to create an AWS Lambda and cloudwatch schedule rule to invoke it everyday.

14th April'21