-
Agile
Distributed Team & Agile? No Problem!
Tools and Techniques for the Distributed Agile Team The Agile Manifesto asserts that co-location & face-to-face communication are essential components…
Read More » -
Agile
The Kanban paradox
I’m a big fan of David Anderson’s Kanban method, I always said my brand of “Agile” was heavily infused with…
Read More » -
Core Java
How Java 9 And Project Jigsaw May Break Your Code
Java 9 looms on the horizon and it will come with a completed Project Jigsaw. I didn’t pay much attention…
Read More » -
Enterprise Java
How does Hibernate READ_ONLY CacheConcurrencyStrategy work
Introduction As I previously explained, enterprise caching requires diligence. Because data is duplicated between the database (system of record) and…
Read More » -
DevOps
Clustering Using Docker Swarm 0.2.0
One of the key updates as part of Docker 1.6 is Docker Swarm 0.2.0. Docker Swarm solves one of the…
Read More » -
Agile
Why Start-Ups Fail
You’ve probably heard that a start-up’s chance of success is very low. There are many factors of why that happens.…
Read More » -
Groovy
Gradle Goodness: Handle Copying Duplicate Files
In Gradle we can configure how duplicate files should be handled by the Copy task. Actually we can configure how…
Read More » -
Scala
Scala Snippet: How to filter a list in Scala
In Scala, filtering and processing collections is easy and elegant. There are many filtermethods available, but the most used will…
Read More » -
Java
Simplify your logging with tinylog 1.0
With a size of only 75 KB, tinylog is a lightweight alternative to the widespread classical logging frameworks Log4j and…
Read More »