life is too short for a diary

Most popular



Upvote next


Dear Vishi, daily log on Oct 3, 2023

Dear Vishi, this is my daily log for Oct 3, 2023...

Continue reading → Tags : diary letters






Empty s3 bucket and Delete using Jenkins and AWS CLI

Amazon Simple Storage Service (s3) is a scalable object storage service provided by AWS. It allows users to store and retrieve vast amount of data, make it a fundamental building block for many applications hosted on AWS. Deleting a s3 bucket is a two step process: empty a s3 bucket and then delete a s3 bucket...

Continue reading → Tags : jenkins aws






Understanding final vs Static final in Java

Java provides various modifiers to control the behavior of classes, methods, and variables. Two such modifiers are final and static final. Let's delve deeper into their significance and differences...

Continue reading → Tags : java






Getting Started With Parquet File Format

Data can be broadly categorized into three types based on its structure: Unstructured, semi-unstructured, structured data...

Continue reading → Tags : parquet spark