-
Software Development
It’s All About Tests – Part 3
In the previous two posts I discussed mostly about the philosophy and attitude of developing with testing. In this post…
Read More » -
Core Java
Unit Testing exercise with FizzBuzz and Mockito
I sometimes use FizzBuzz to demonstrate the basics of unit testing to newbies. Although FizzBuzz is really simple problem, it…
Read More » -
Enterprise Java
Externalizing session state for a Spring-boot application using spring-session
Spring-session is a very cool new project that aims to provide a simpler way of managing sessions in Java based…
Read More » -
Enterprise Java
A common CXF Request Interceptor for all OSGi Bundles
I have been working on Apache CXF, Karaf, Felix from path few months and i find all these bundled technologies…
Read More » -
Software Development
Making Side Projects With New Technologies
(Captain Obvious mantle on) You are a software engineer and maybe you have a side project – something that you…
Read More » -
Software Development
A Tech Lead Paradox: Delivering vs Learning
Agile Manifesto signatory Jim Highsmith talks about riding paradoxes in his approach to Adaptive Leadership. A leader will find themselves…
Read More » -
Agile
Make Stories Small When You Have “Wicked” Problems
If you read my Three Alternatives to Making Smaller Stories, you noticed one thing. In each of these examples, the…
Read More » -
Core Java
Java performance tuning survey results (part II)
This is a second post in series where we analyze the results of the performance tuning survey conducted in October…
Read More » -
DevOps
A Virtual Mesos Cluster with Vagrant and Chef
This is a republished guest blog post by Ed Ropple. Ed is a platform engineer with Localytics. His ambition is…
Read More »