-
Core Java
Java 8 : What do developers think?
Since Java 8 releasement countdown is starting, Java developers seem certainly ready to get involved. According to a survey in…
Read More » -
Enterprise Java
How to create MySQL DataSource in WebLogic Server
One cool thing about using an application server is that it allows you to create DataSource outside of your application…
Read More » -
Software Development
Logging or debugging
Debugging is lame. You should debug log. If your code is structured you do not need debug logging. These are…
Read More » -
Core Java
Java 8 Friday Goodies: Easy-as-Pie Local Caching
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 » -
Agile
Cost of Delay: Why You Should Care, Part 6
I’ve outlined five potential costs of delay in the previous five posts: The delay from not releasing on time, part…
Read More » -
Career
How To Succeed in Software Without a CS Degree
This week I was approached by two individuals seeking advice on finding employment in a programming capacity, yet both lacked…
Read More » -
Enterprise Java
Websockets with Spring 4
I am throwing the entire kitchen sink into a small web application that I am developing as part of this…
Read More » -
Software Development
IDE vs. Editor
Are you using an IDE, or an editor? Are you a “hardcore” programmer, or you are one of those sissy…
Read More » -
Software Development
How to Eliminate Bugs Through High Cohesion
Intuition tells us that methods like these ones suffer from a distinct code smell: …
Read More »