QR Code Business Card
Mar 12 2014

Fun Retrospectives

Fun Retrospectives

Fun Retrospectives.


Mar 10 2014

WunderBar by relayr

WunderBar by relayr

WunderBar by relayr.


Mar 10 2014

The Twelve-Factor App

In the modern era, software is commonly delivered as a service: called web apps, or software-as-a-service. The twelve-factor app is a methodology for building software-as-a-service:

The Twelve-Factor App.


Mar 5 2014

Spritz


Cool new way of reading. Just read one word at a time with 300-1000 words per minute.
Spritz.


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.


Jan 20 2014

The sum of all positive integers is -1/12

Nice video explaining why the the sum of all positive integers is -1/12.
Video after the click..


Jan 15 2014

Accessing remote files as local

I always tried to access my home network shares from outside (at work i.e.) under windows. After trying many different solutions I found win-sshfs. In short: It adds a network drive to your local windows system. Transport, security etc. is done via ssh. A Manager lets you config the access data:Unbenannt