-
Enterprise Java
Release of Disruptor 3.0.0
I’ve decided that I’m a bit bored of the whole putting a beta tag on various versions of the Disruptor…
Read More » -
Scala
Becoming Acquainted with Scala
There are many touted benefits of the Scala programming language, especially for Java developers. Among others, Scala’s advertised strengths and…
Read More » -
Enterprise Java
Spring with Maven
1. Overview This tutorial will discuss how to setup Spring with Maven and will go over specific usecases of using…
Read More » -
Enterprise Java
Running JUnit Tests Repeatedly Without Loops
Recently I came across a problem where I had to write tests for a method that calculates randomly distributed values…
Read More » -
Software Development
Choosing a Programming Language
What programming language to use is probably the single biggest technical decision facing a project. That one decision, affects every…
Read More » -
Software Development
How to increase donations to an open source project
Lots of open source projects raise money from their user communities by soliciting donations. Most open source projects will have…
Read More » -
Enterprise Java
Simple Gradle Web Application
Gradle easily supports Java web applications through the “war” and “jetty” plugins. This tutorial will show you how to quickly…
Read More » -
Core Java
Predicate and Consumer Interface in java.util.function package in Java 8
In my previous post I wrote about Function interface which is part of java.util.package. I also mentioned about Predicate interface…
Read More » -
Software Development
Does Defensive Programming Deserve Such a Bad Name?
The other day I went to an hour’s talk on erlang, merely as an observer; I know nothing about erlang…
Read More »