Protobuf to Avro Converter
Protobuf vs Avro In Protobuf there is no way to define or refer an external...
Using AWS Organizations
One company has many departments. Imagine if a company is using only one single AWS...
Java LocalDateTime vs ZonedDateTime
Very often we code applications in the real world where we need to store a...
Sorting with while loops
While loops help with running code block repeatedly over a condition until failure of the...
Sorting algorithms - Quick View
Sorting is a very important concept when it comes to problem solving during any interview....
Create jar from Proto files
Protobuf is one of the formats used by programs to communicate with each other over...
Motivation for Kafka
If you wonder what are different industries doing with Apache Kafka, here are some insights....
Github Actions: Building Spring boot application
Github now a days is not just used as a central Git repository by the...
Github Actions - Create Automatic Pull Request
While working with automatic workflows using Github actions, there can be scenarios where some changes...
XSS - Cross site scripting Java Demo
Ever wondered how hackers get access to someone’s account on any website? Or what really...