QR Code Business Card
Feb 28 2014

maven and UTF-8

There are a lot of places (>5)to set the UTF-8 encoding for your maven project. But only one is important! So don't forget to set this in your maven parent pom:

<properties>
  <project.build.sourceEncoding> UTF-8 </project.build.sourceEncoding>
</properties>


Feb 24 2014

Git-Flow

Git-Flow as a branching strategy for your Git Repositories:

Git-Flow.

I like !


Feb 24 2014

Apple’s SSL/TLS bug

static code analysis would have prevented this nightmare: Apple’s SSL/TLS bug.


Feb 19 2014

Monitor Your Development Infrastructure as if It Were Business Critical | Javalobby

Monitor Your Development Infrastructure as if It Were Business Critical | Javalobby.