Author 
Imran Shaikh
  by Imran Shaikh  
Let’s discuss what developer’s mistakes you should avoid making your life easier. From my personal experience, I would say the following 6 Mistakes are …
  by Imran Shaikh  
Let’s look at the 7 must-have IntelliJ Idea Plugins in 2021 for Java Developers. These plugins will help you skyrocket your productivity along with …
  by Imran Shaikh  
Let’s look at the 7 ways you can iterate or loop through a Java List. These are ordered from basic to advance to pro …
  by Imran Shaikh  
This post is the start of a new series of posts on TDD development in Java. This will be a quick introduction to JUnit …
  by Imran Shaikh  
This short post is about how you can easily convert the milliseconds to LocalDateTime Object. This is a very short guide on how to …
  by Imran Shaikh  
Flink is executed in a different thread, determining when the job is completed via normal code is not doable. Therefore, Flink has a Listener …
  by Imran Shaikh  
Singleton Design Pattern In Java is to create only one Object of a class throughout the code. It’s like One for All from My …
  by Imran Shaikh  
Java Base64 library have quite 3 types of Base64 techniques. For this, we will be using the inbuilt Java Base64 Encoder and Decoder
  by Imran Shaikh  
TV or Web Series for programmers that gives programmer that “Yes, this relates to me” moments along with entertainment. HBO, Netflix, Amazon
  by Imran Shaikh  
Git reset is used for resetting the changes you made in the git branch. You can soft, mixed, or hard git reset the changes.
 
 