-
Core Java
Getting Started with Gradle: Creating a Multi-Project Build
Although we can create a working application by using only one module, sometimes it is wiser to divide our application…
Read More » -
Scala
Scala snippets 4: Pimp my library pattern with type classes.
I wanted to write an article on the fun parts of scalaz, but thought it would be best to first…
Read More » -
Software Development
How to create a pub/sub application with MongoDB ? Introduction
In this article we will see how to create a pub/sub application (messaging, chat, notification), and this fully based on…
Read More » -
Core Java
New Javadoc Tags @apiNote, @implSpec and @implNote
If you’re already using Java 8, you might have seen some new Javadoc tags: @apiNote, @implSpec and @implNote. What’s up…
Read More » -
Core Java
Multiple Return Statements
I once heard that in the past people strived for methods to have a single exit point. I understood this…
Read More » -
Enterprise Java
Pushing the Limits – Howto use AeroGear Unified Push for Java EE and Node.js
At the end of 2014 the AeroGear team announced the availability of the Red Hat JBoss Unified Push Server on…
Read More » -
Desktop Java
Don’t Remove Listeners – Use ListenerHandles
Listening to an observable instance and reacting to its changes is fun. Doing what is necessary to interrupt or end…
Read More » -
Career
Job Search Trap: It Doesn’t Matter What I Look Like
If you are a technical person, you probably dress in a casual way for work. I do. When it’s time…
Read More » -
Software Development
We can’t measure Programmer Productivity… or can we?
If you go to Google and search for “measuring software developer productivity” you will find a whole lot of nothing.…
Read More »