Using thread pool in java to reuse the thread. Thread pool increases the efficiency of the multi threading programs or code.
best practices
best-practices
-
-
Prefer using plain JDBC for huge data migration. One record at a time is too slow, instead use batch system of JDBC
-
Eclipse IDE Plugins that every programmer must-have. These free and easy to use plugins help you to boost your productivity.
-
Boost your productivity with these IntelliJ IDEA plugins. Every programmer should have these plugins.
-
These the Eclipse IDE shortcuts will be enough for you to sky rocket your productivity. These shortcuts enhances the developer experience.
-
We will discuss How to use Lombok in our code. We will look at @Getter @Setter and @Data @Log @Builder and many more. Fully explore Lombok code.
-
No more boilerplate code in Java. Use Lombok to make your code less cluttered and more readable. We will see the installation of Lombok in popular IDEs.
- JavaTools
You Only Need These 7 IntelliJ IDEA Shortcuts to Skyrocket Your Productivity
by Imran ShaikhThese 7 Intellij IDEA shortcuts can skyrocket your productivity while coding. To be honest, you don’t need to learn every shortcut, these seven are enough.
-
As a human we are bound to do mistakes, aren’t we? the mistakes a rookie or a newbie programmer makes, as I did, and later learns the lesson hard way
-
We will talk about all the things about the JDBC connection pool and its implementation using HikariCP. HikariCP is one of the fastest connection pooling