

Testing HTTP Clients Using Spark, Revisited
In a previous post I described the very small sparkjava-testing library I created to make it really simple to test HTTP client code...
Scott Leberknight
Mar 14, 20172 min read


Towards More Functional Java - Digging into Nested Data Structures
In a previous blog we saw an example that used a generator combined with a filter to find the first available port in a specific range....
Scott Leberknight
Nov 11, 20165 min read


Towards More Functional Java using Generators and Filters
Last time we saw how to use lambdas as predicates, and specifically how to use them with the Java 8 Collection#removeIf method in order...
Scott Leberknight
Oct 11, 20166 min read


Extjs: Centering Sprites in Donut (Pie) Charts
Recently I wanted to center a sprite (image or text) inside an Extjs donut chart (Sencha Charts, Extjs 5.1+). Â There's not an...
Michael Bevels
Sep 26, 20161 min read