-
Core Java
Unit testing HTTP calls with LocalTestServer
There are times when you’re unit testing code that is making HTTP calls to a remote server. You could be…
Read More » -
Agile
Who Should be Your Product Owner?
In agile, we separate the Product Owner function from functional (development) management. The reason is that we want the people…
Read More » -
Enterprise Java
Getting started with Spark: it is possible to create lightweight RESTful application also in Java
Recently I have been writing a RESTful service using Spark, a web framework for Java (which is not related to Apache Spark). When we…
Read More » -
Enterprise Java
Accessing Chronicle Engine via NFS
Overview Chronicle Engine is a data virtualisation layer. It abstracts away the complexity of accessing, manipulating and subscribing to various…
Read More » -
Core Java
Teenage Sex and What the sun.misc.Unsafe Misery Teaches Us Generally
Lukas Eder wrote an article about the miseries of the proposed drop off of sun.misc.Unsafe. If you have not heard…
Read More » -
DevOps
Application Performance Management solutions for the modern software-defined businesses
In our previous article, we discussed the basics of Application Performance Management (APM) and how it can be used to…
Read More » -
Core Java
Java 8’s Method References Put Further Restrictions on Overloading
Method overloading has always been a topic with mixed feelings. We’ve blogged about it and the caveats that it introduces…
Read More » -
Software Development
The difference between Efficiency and Performance – It’s not all about the Big O
As a software developer you should understand how to make the best use of your hardware in order to give…
Read More » -
Software Development
4 out of 5 Java Developers Failed to Solve This Question
Results from the Java Deathmatch – A puzzle minigame for developers A few months ago we released a new side…
Read More »