Topic: Java
Docker Exec and Maven AppAssembler
Docker is a powerful tool for defining, building, deploying and running software in containers for self-contained distribution and isolation purposes. AppAssembler is a Maven plugin that is primarily ...
By Ville Koskela
A Node developer’s perspective on Java promises
Transitioning from a callback-based NodeJS world into Java, I was surprised to find similar support for asynchronous computation in Java 8. Java is known for being a blocking language, so methods for ...
By Coreen Yuen
Vert.x DynamoDb Client
Introduction This post explores writing a Vert.x DynamoDb Client to leverage asynchronous and non-blocking I/O and programming style. The Java language and core library support for asynchronous progr...
By Ville Koskela