-
Software Development
Lambda Architecture for Big Data
An increasing number of systems are being built to handle the Volume, Velocity and Variety of Big Data, and hopefully help gain new…
Read More » -
Software Development
Regression
When we think of regression, we think of bugs. That’s the first thing that pops into our minds. As with…
Read More » -
Enterprise Java
Apache Mesos : Writing your own distributed frameworks
In the previous post, we saw what mesos is, how is it useful and getting started with it. In this…
Read More » -
Core Java
How To Process Java Annotations
One of the cool new features of Java 8 is the support for lambda expressions. Lambda expressions lean heavily on…
Read More » -
Software Development
How to Be Honest and Keep a Customer
Most of our clients are rather surprised when we explain to them that they will have full access to the…
Read More » -
Software Development
Notes: Microservices by Martin Fowler
I just watched Martin Fowler’s talk about Microservices at XConf. Here are some of my notes and related thoughts. The…
Read More » -
Enterprise Java
Using Netflix Hystrix annotations with Spring
I can’t think of a better way to describe a specific feature of Netflix Hystrix library than by quoting from…
Read More » -
Enterprise Java
How to perform client side web performance testing in JMeter?
In this article we will see how can we do client side performance testing using Jmeter Plugins. I will be…
Read More » -
Core Java
How to get all Method information under a Class in Java Reflection?
This article is building on my previous post. In this article we will see how can we retrieve Class Related…
Read More »