Protobuf to Avro Converter

Protobuf vs Avro In Protobuf there is no way to define or refer an external...

By Gaurav, on

Using AWS Organizations

One company has many departments. Imagine if a company is using only one single AWS...

By Gaurav, on

Java LocalDateTime vs ZonedDateTime

Very often we code applications in the real world where we need to store a...

By Gaurav, on
Sorting with while loops

Sorting with while loops

While loops help with running code block repeatedly over a condition until failure of the...

By Gaurav, on
Sorting algorithms - Quick View

Sorting algorithms - Quick View

Sorting is a very important concept when it comes to problem solving during any interview....

By Gaurav, on
Create jar from Proto files

Create jar from Proto files

Protobuf is one of the formats used by programs to communicate with each other over...

By Gaurav, on
Motivation for Kafka

Motivation for Kafka

If you wonder what are different industries doing with Apache Kafka, here are some insights....

By Gaurav, on
Github Actions: Building Spring boot application

Github Actions: Building Spring boot application

Github now a days is not just used as a central Git repository by the...

By Gaurav, on
Github Actions - Create Automatic Pull Request

Github Actions - Create Automatic Pull Request

While working with automatic workflows using Github actions, there can be scenarios where some changes...

By Gaurav, on
XSS - Cross site scripting Java Demo

XSS - Cross site scripting Java Demo

Ever wondered how hackers get access to someone’s account on any website? Or what really...

By Gaurav, on