Author
Imran Shaikh
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.
by Imran Shaikh
java Naming Convention is one of the many steps to increase the readability of your code. It is a best practice that you should …
by Imran Shaikh
Read and modify the behavior of the class at runtime with Java’s Reflection API. It is used by Spring to auto wiring your dependency.
by Imran Shaikh
Using thread pool in java to reuse the thread. Thread pool increases the efficiency of the multi threading programs or code.
by Imran Shaikh
Java 16 is released a few days back by Oracle. From 17 new feature improvements, these 4 features will affect how java developers code.
by Imran Shaikh
how to install the Apache Flink on the Ubuntu. There are 2 ways you can run a Flink Job on the cluster. UI and …
by Imran Shaikh
how to install the Apache Flink on the Mac OS . There are 2 ways you can run a Flink Job on the cluster. …