Prefer using plain JDBC for huge data migration. One record at a time is too slow,…
Tag: best practices
best-practices
Every Programmer Needs these Eclipse IDE Plugins
Eclipse IDE Plugins that every programmer must-have. These free and easy to use plugins help you…
Every Programmer Needs these IntelliJ IDEA Plugins
Boost your productivity with these IntelliJ IDEA plugins. Every programmer should have these plugins.
Eclipse IDE Shortcuts to Skyrocket Your Productivity
These the Eclipse IDE shortcuts will be enough for you to sky rocket your productivity. These…
Say Good-Bye to Boilerplate Code with Lombok: Part 2-The Code
We will discuss How to use Lombok in our code. We will look at @Getter @Setter…
Say Good-Bye to Boilerplate Code with Lombok: Part 1-Installation
No more boilerplate code in Java. Use Lombok to make your code less cluttered and more…
You Only Need These 7 IntelliJ IDEA Shortcuts to Skyrocket Your Productivity
These 7 Intellij IDEA shortcuts can skyrocket your productivity while coding. To be honest, you don't…
Mistakes, I and Probably Every Programmer Made in the Beginning
As a human we are bound to do mistakes, aren’t we? the mistakes a rookie or…
JDBC Connection Pooling Explained with HikariCP
We will talk about all the things about the JDBC connection pool and its implementation using…