Author Archives: Akash Mishra

Java 17 feature

Java 17 was released in September 2021 and it comes with several new features and improvements. In this blog, we will take a closer look at some of the most notable features of Java 17.  Sealed Classes (JEP 409)  Sealed classes are a new type of class introduced in Java 17. They provide more control Continue Reading »

Navigating the Data Lake: Insights from Building and Utilizing Data Lakes

Introduction As someone who has hands-on experience in constructing and leveraging data lakes, I can attest to the transformative power these repositories hold for organizations grappling with vast amounts of data. In this article, I will share practical insights and technologies utilized in building and harnessing the potential of data lakes. Demystifying Data Lakes Data Continue Reading »

Liquibase

How Liquibase Works? Liquibase is used to track database changes. It is an Open Source Library. We all have worked in systems where the typical database change operation process was to write DDL, and DML scripts in SQL lines which were source-controlled, and database changes were executed by the developer or by some other team. Continue Reading »