-
DevOps
Docker Compose Environment Variable Binding Examples – Java, Node.Js, PHP, Python, And Ruby On Rails
DCHQ is fully compatible with Docker Compose (https://docs.docker.com/compose/compose-file/). The platform however provides core (optional) enhancements to Docker Compose supporting advanced…
Read More » -
Core Java
Creating proxy object using djcproxy
During the last weeks I have shown how to create a proxy object using Java reflection API and cglib. In…
Read More » -
Desktop Java
JavaFX Missing Features Survey: Table View
The TableView (and TreeTableView) of JavaFX has won the price for being the control that was mentioned the most in…
Read More » -
Software Development
First Steps Into the World of Go
Since developers should learn a new programming language every year, I felt it was about time for me to dive…
Read More » -
Agile
It takes an engineer to manage engineering
I’ve been meaning to write about the managers and Agile software development for a long time. And, apart from a…
Read More » -
Software Development
The importance of single-partition operations in Cassandra
DuyHai Doan is an Apache Cassandra Evangelist at DataStax. He spends his time between technical presentations/meetups on Cassandra, coding on…
Read More » -
Software Development
Performance improvements… or experiments?
The project I’m involved in will face great challenges in the upcoming years. That was the reason why we have…
Read More » -
Core Java
Beware Of findFirst() And findAny()
After filtering a Java 8 Stream it is common to use findFirst() or findAny() to get the element that survived…
Read More » -
Enterprise Java
Implement custom JMeter samplers
As we proceed on different architectures and implementations the need for versatile stress testing tools rises. Apache Jmeter is one…
Read More »