-
Enterprise Java
Getting Started with Amazon Web Services and Fully Automated Resource Provisioning in 15 Minutes
While waiting for a new project, I wanted to learn something useful. And because on many projects we need to…
Read More » -
Software Development
The Pragmatic Programmer – Review / Summary Notes.
I recently finished The Pragmatic Programmer, to be completely honest this had been the 3rd attempt to read it, although…
Read More » -
Software Development
Fix That Code Immediately!
You are working on that fresh project and you see a bad piece of code somewhere. The wrong way to…
Read More » -
Enterprise Java
Some Definitions – Testing Techniques 9
I think that I’m coming to the end of my series of blogs on testing techniques, and it feels like…
Read More » -
DevOps
Devops has made Release and Deployment Cool
Back 10 years or so when Extreme Programming came out, it began to change the way that programmers thought about…
Read More » -
Scala
Scala’s version fragility make the Enterprise argument near impossible
I have been working with Scala for more than five years. In those five years, I’ve seen Scala evolve and…
Read More » -
Enterprise Java
Why You Should Write Unit Tests – Testing Techniques 8
I’ve had lots of reaction to my recent blog on ‘What you Should Test’, some agreeing with me for varying…
Read More » -
Enterprise Java
More on Creating Stubs for Legacy Code – Testing Techniques 7
In my last blog, I talked about dealing with the badly behaved untestable(1) SitePropertiesManager class and how to create stubs by…
Read More » -
Core Java
Java Recursion basics
For those who don’t know what recursion is (and like a good laugh), click on this link: Google search: Recursion…
Read More »