Monthly Archives
May 2021
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.
by Imran Shaikh
Interface is an integral part of java and has become so powerful over the years, that it shifted the way a Java programmer thinks.
by Imran Shaikh
Microservices are nothing but independently operated modules. It is simply the divide and conquers method. But it creates chaos.
by Imran Shaikh
Let’s talk about the JDBC best practices in Java. It will greatly improve the JDBC code performance, maintainability, efficiency , and many more.
by Imran Shaikh
Java 16 Record is a powerful feature that greatly reduces the boilerplate code of POJO. No more external Lombok library.