Vivek Naskar

Hey there! I am Vivek. I am a software developer with extensive experience spanning more than 7 years in the industry. I love coding and developed quite an interest in it when I was a kid. I have worked in multiple programming languages, and I love working with cloud-native and cloud technologies. I also love writing articles about programming, technology, and sometimes life stories. This blog is my getaway, where I get to tell stories about everything about technology.

Everything You Need To Know About The CompletableFuture API

There have been several instances where I have been asked to develop applications that are significantly high-performing. In fact, one of the most common questions is how to increase the performance of an application. One of the best ways to increase the performance of an application is to write asynchronous programming that can result in […]

Everything You Need To Know About The CompletableFuture API Read More »

8 Free-Stock Photos Websites That Are Perfect Alternatives To Unsplash

Imagine this. You have published an article after 5 hours of hard work — 2 hours of research, 2 hours of writing, and an hour of editing. However, your story has fewer than 20 reads. Absolutely heartbreaking, isn’t it? Sure, a lot of factors decide the fate of an article you publish — the two important

8 Free-Stock Photos Websites That Are Perfect Alternatives To Unsplash Read More »

How Is A Comparator Interface A Functional Interface?

The Comparator interface is useful for defining sorting in a user-defined class. It is a functional interface, even though the Comparator interface contains two abstract classes. How? Let’s check the Comparator class from the java.util package. Now, you’ll notice that there are two abstract methods. Ideally, an interface can only be called a functional interface

How Is A Comparator Interface A Functional Interface? Read More »