Month: April 2015
-
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 » -
Enterprise Java
Spring-session demonstration using docker-compose
I have earlier written about an exciting new project called Spring-session which provides a clean way to externalize user sessions…
Read More » -
Enterprise Java
UA Web Challenge Conference: SpringIO for startups
On this week I was speaking on UA Web Challenge Conference in BackEnd section. I’ve chosen strange topic of my…
Read More » -
DevOps
Building Minimal Docker Containers for Go Applications
There are several great official and community-supported containers for many programming languages, including Go, but these containers can be quite…
Read More » -
Software Development
R: Replacing for loops with data frames
In my last blog post I showed how to derive posterior probabilities for the Think Bayes dice problem: Suppose I…
Read More »