Tag:
Java
by Imran Shaikh
how you can use an in-memory database to test a core Java project, specifically H2 DB. The official name of H2 DB is H2 …
by Imran Shaikh
The Squid Game in Java is the terminal based gamed based on the Netflix Squid Game. This post explains how I created it.
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 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
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
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
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.