-
Agile
Agile Testing Days 2014–The #AgileTD Post
Second time around is even better. And much more fun. You know people, who know you. You meet new people,…
Read More » -
Scala
Spark: Parse CSV file and group by column value
I’ve found myself working with large CSV files quite frequently and realising that my existing toolset didn’t let me explore…
Read More » -
Core Java
Java Reflection Tutorial – The ULTIMATE Guide (PDF Download)
EDITORIAL NOTE: In this post, we feature a comprehensive Java Reflection Tutorial. Reflection is a feature in the Java programming…
Read More » -
Enterprise Java
How To Setup BPM and Rules Tooling For JBoss Developer Studio 8
The release of the latest JBoss Developer Studio (JBDS) brings with it the questions around how to get started with…
Read More » -
Enterprise Java
How to compress responses in Java REST API with GZip and Jersey
There may be cases when your REST api provides responses that are very long, and we all know how important transfer…
Read More » -
Core Java
It’s All About Tests – Part 1
This post is the first of a series of three. Mindset of testing Techniques Tools and Tips The Mindset Testing…
Read More » -
Enterprise Java
Apache Lucene 5.0.0 is coming!
At long last, after a strong series of 4.x feature releases, most recently 4.10.2, we are finally working towards another…
Read More » -
Core Java
Unit Testing exercise with FizzBuzz and JUnitParams
I sometimes use FizzBuzz to demonstrate the basics of unit testing to newbies. Although FizzBuzz is really simple problem, it…
Read More »