Basu

Basu @bsknath

About: Sr Member Technical - ADP || Masters - NIT Calicut

Location:
New Delhi, India
Joined:
Oct 15, 2020

Basu
articles - 7 total

Why Elasticsearch Should Not Be Preferred for Writing Data

Elasticsearch is one of the most popular tools for searching and analyzing data. Its ability to...

Learn More 0 0Dec 17 '24

Records in java

Whenever we talk about boilerplate code in Java, there is always an argument that now IDEs are...

Learn More 0 1Mar 26 '24

Records in java

Whenever we talk about boilerplate code in Java, there is always an argument that now IDEs are...

Learn More 0 2Mar 26 '24

Java groupingBy, Mapping, Counting

In my earlier post, we talked about various methods provided by java.util.stream.Collectors. This...

Learn More 0 0Mar 24 '24

Exploring Java Collectors utilities

In Java, the java.util.stream.Collectors class provides a number of useful methods for performing...

Learn More 5 0Mar 22 '24

Stop, think about it. Are you using the right Data Structure?

A very trivial thing but knowing which data structure or implementation maintains the order of...

Learn More 0 0Jun 24 '23

Coding standards that everyone must follow

Introduction First rule of coding - write clean, beautiful and elegant code Second rule...

Learn More 2 0Dec 15 '22