Core Java
-
Hi there . . ! How would you rate your Java/Java EE skills?
To know, is to know that you know nothing. That is the meaning of true knowledge. Socrates This post is…
Read More » -
We’re Hacking JDBC, so You Don’t Have To
We love working with JDBC Said no one. Ever. On a more serious note, JDBC is actually a very awesome…
Read More » -
Coloring Different Data Sources in IntelliJ IDEA
The database plugin in IntelliJ IDEA is a useful tool to work with data in databases. As long as we…
Read More » -
Maven and Java multi-version modules
Introduction Usually, a project has a minimum Java version requirement and that applies to all of its modules. But every…
Read More » -
New BigInteger Methods in Java 8
Attention to new features in JDK 8 has rightfully been largely focused on new language features and syntax. However, there…
Read More » -
How to add an IntelliJ project to GitHub
Although the GitHub docs contains good info on how to add an existing GitHub project to your local machine, how…
Read More » -
10 Books Every Java Developer Should Read
I have read my share of software development books and I have noticed that it is very rare to find…
Read More » -
Java 8 Friday: No More Need for ORMs
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Oracle Drops Collection Literals in JDK 8
In a posting on the OpenJDK JEP 186 Oracle’s Brian Goetz informs that Oracle will not be pursuing collection literals…
Read More »