Year: 2015
-
Agile
How to Use Continuous Planning
If you’ve read Reasons for Continuous Planning, you might be wondering, “How can we do this?” Here are some ideas.…
Read More » -
Software Development
Procedure-Like Functions in PostgreSQL PL/pgSQL
PostgreSQL does not support stored procedures in the sense that a database such as Oracle does, but it does support…
Read More » -
Enterprise Java
Spring boot static web resource handling for Single Page Applications
Javascript build tools like gulp and grunt truly boggle my mind, I look at one of the build scripts for…
Read More » -
DevOps
Easily generate SSL certificates and htpasswd files with Docker
So you don’t have installed OpenSSL or apache2-utils on your laptop, but you have Docker installed and you want to…
Read More » -
Agile
The Story with Story Points
I don’t like story points. I think this is part of my crusade against complexity. You can catch a glimpse…
Read More » -
Desktop Java
Hello World in Vaadin & DukeScript
On the face of it, Vaadin—and GWT in general—has a lot in common with DukeScript. Both are focused on providing…
Read More » -
Core Java
Writing Data Driven Tests for your Java Application
JUnit is an extremely powerful testing framework that not only provides its users with a facility to write quick and…
Read More » -
Android Core
Set up Jenkins for Android projects
Nowadays continuous integration is a must for Android application development. Jenkins plugins make it a lot easier to go with…
Read More » -
Enterprise Java
Wiring YAML to a file or network with Chronicle Wire
Overview Chronicle Wire is designed to get the benefits of a text protocol in terms of ease of development and…
Read More »