-
Core Java
Simplifying ReadWriteLock with Java 8 and lambdas
Considering legacy Java code, no matter where you look, Java 8 with lambda expressions can definitely improve quality and readability.…
Read More » -
Clojure
ClojureScript Routing and Templating with Secretary and Enfocus
A good while ago I was looking for good ways to do client-side routing and templating in ClojureScript. I investigated…
Read More » -
Core Java
Getting JUnit Test Names Right
Finding good names is one of the challanges of crafting software. And you need to find them all the time…
Read More » -
Core Java
Java 8 Friday Goodies: Lean Concurrency
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 » -
Software Development
Go for Java Programmers: Control Structures
Go (Golang) has only three basic control structures. However, each of them are significantly more versatile than their Java counterparts.…
Read More » -
Groovy
How you can benefit from Groovy Shell
This is a post about the Groovy Shell and how it can help you with your daily work (as long…
Read More » -
Software Development
Single Page Application with Angular.js, Node.js and MongoDB (MongoJS Module)
The current post is a proof of concept towards making a web application with a Javascript based Web Server. This…
Read More » -
Desktop Java
Tower Defense in JavaFX (5)
This is part 5 of this ongoing tutorial on creating a Tower Defense Game in JavaFX using the FXGameEngine. The…
Read More » -
Software Development
The Importance of Unit Testing
I’m currently working on an enhancement to an existing insurance premium rating algorithm. Anyone who has done work in insurance…
Read More »