-
Software Development
It’s okay for academic software to suck
Bozhidar Bozhanov wrote an blog post titled “The Low Quality of Academic Code“, in which he observed that most academic…
Read More » -
Software Development
Replacing Inheritance with Composition
Quite a while back, I posted about how, despite the fact that you should prefer composition over inheritance, you can…
Read More » -
DevOps
DevOps is Killing Maintenance. Let’s Celebrate.
DevOps probably isn’t killing developers. But it is changing how people think about development – from running projects to a…
Read More » -
DevOps
Log Collection With Graylog on AWS
Log collection is essential to properly analyzing issues in production. An interface to search and be notified about exceptions on…
Read More » -
Groovy
Groovy Goodness: Share Data in Concurrent Environment with Dataflow Variables
To work with data in a concurrent environment can be complex. Groovy includes GPars, yes we don’t have to download…
Read More » -
Enterprise Java
Top 5 Java Performance Metrics to Capture in Enterprise Applications
Interested to see how you can capture these Java Performance Metrics with AppDynamics? Start a FREE trial now! The last…
Read More » -
Enterprise Java
Wildfly, Apache CXF and @SchemaValidation
Over the last few days, I have been working on an application migration from JBoss 4 to Wildfly 8. The…
Read More » -
Software Development
PostgreSQL’s Best-Kept Secret, and how to Use it with jOOQ
PostgreSQL has a lot of secret data types. In recent times, PostgreSQL’s JSON and JSONB support was hyped as being…
Read More » -
DevOps
Docker Machine on Windows – How To Setup You Hosts
I’ve been playing around with Docker a lot lately. Many reasons for that, one for sure is, that I love…
Read More »