Software Development
-
MapReduce for dummies
Continuing the coverage on Hadoop component, we will go through the MapReduce component. MapReduce is a concept that has been…
Read More » -
The Eclipse Common Build Infrastructure
Creating an Common Build Infrastructure (CBI) at Eclipse has been one of our holy grail pursuits over the years. My…
Read More » -
Latency, Throughput and Degree of Concurrency
chrisapotek asked. How do you define throughput and latency for your test? There is not a simple question, so I…
Read More » -
Developer’s Fantasies
The moment I became a proud father I almost lost all of my free time. Since then I became a…
Read More » -
SQL tooling, the ranking
When you need to get up and running quickly with your database, the tooling becomes very important. When developing jOOQ…
Read More » -
Joins with Map Reduce
I have been reading on Join implementations available for Hadoop for past few days. In this post I recap some…
Read More » -
AppSensor – Intrusion Detection
Imagine that you have created a nice web application and secured it to your best. Users came, used it and…
Read More » -
The Perils of Not Unit Testing
Overview Unit testing is a widely accepted practice in most development shops in this day and age, especially with the…
Read More » -
Application Performance and Antipatterns
Any application you pick up, there are some issues – big or small. There will be copy-paste code, mistakes, algorithms…
Read More »