Author
Imran Shaikh
by Imran Shaikh
how you can iterate over a List, be it ArrayList, LinkedList or any other. Basic loop to iteration to Stream API. And also, figure …
by Imran Shaikh
Java 11 with Improved productivity and less repetition. No need of external libraries for small things. Functions on steroids.
by Imran Shaikh
memory monitoring tools in Java. You will need them when you want to see how well or worst your code is performing, or you …
by Imran Shaikh
Before seeing Optional in Java, Did you know that Null Pointer Exception is termed as Billion Dollar mistake? Lets see how to avoid it.
by Imran Shaikh
We will discuss How to use Lombok in our code. We will look at @Getter @Setter and @Data @Log @Builder and many more. Fully …
by Imran Shaikh
No more boilerplate code in Java. Use Lombok to make your code less cluttered and more readable. We will see the installation of Lombok …
by Imran Shaikh
All the Sorting Algorithms code in one single page. Get a quick glance in sorting code is in Java for your interview. I have …
by Imran Shaikh
Create a chat application with spring web-socket. A very simple and basic group instant messaging chat application with a beautiful UI.
by Imran Shaikh
3 magical steps for latest or any jdk installation. You can have multiple versions of JDK at the same time and switch between them …
by Imran Shaikh
These 7 Intellij IDEA shortcuts can skyrocket your productivity while coding. To be honest, you don’t need to learn every shortcut, these seven are …