-
Core Java
Introducing “Yet another” Cloud foundry Gradle plugin
In the process of working on an automated Jenkins pipeline for deploying a Cloud Foundry application with two of my colleagues(Thanks Mark…
Read More » -
Software Development
Android vs. iOS Development
What platform to choose for development? Well, you’ve come to conclusion to start developing mobile applications and can’t help doing…
Read More » -
DevOps
Labels and Constraints with Docker Daemon and Service
Metadata, such as labels, can be attached to Docker daemon. A label is a key/value pair and allows the Docker…
Read More » -
Software Development
The Hardest Part About Microservices: Your Data
Continuing on with my series about microservices implementations (see “Why Microservices Should Be Event Driven”, “Three things to make your…
Read More » -
Core Java
Stackoverflow: 7 of the Best Java Answers That You Haven’t Seen
What are some of the most interesting answers you can find on Stackoverflow? Stackoverflow is a goldmine for developers. It…
Read More » -
Enterprise Java
Spring-Managed Hibernate Event Listeners
Hibernate offers event listeners as part of its SPI. You can hook your listeners to a number of events, including…
Read More » -
Core Java
CQRS with Java and Lagom
I’ve had the pleasure to talk at the Chicago Java User Group and talk about how Lagom implements CQRS, the…
Read More » -
Enterprise Java
How extensible is your framework?
Attending conferences we always get to meet highly qualified decision makers, who frequently ask the same question: ‘How extensible is…
Read More » -
Core Java
Many parameters and lost information
The less code, the better? The fewer objects, the better? Is it true? As usual, it depends. There are cases…
Read More »