Software Development
-
Developers Are Lazy (And How To Use That To Your Advantage With Eclipse)
As I sat down to write this blog post, I thought through how many years I’ve been developing, and how…
Read More » -
Application Security – Can you Rely on the Honeymoon Effect?
I learned about some interesting research from Dave Mortman at this year’s RSA conference in San Francisco which supports the…
Read More » -
The Programmer Productivity Paradox
Programmers seem to be fairly productive people. You always see them typing at their desks; they chafe for meetings to…
Read More » -
The Microservice Architecture Sounds Like Service-Oriented Architecture
I didn’t understand the service-oriented architecture. I thought that it was just one of those highly theoretical and very impractical…
Read More » -
Cloud Buzz: IaaS, PaaS, SaaS
Enough hype! Lets clear the air. I am going to try and provide simple analogies that will hopefully help you…
Read More » -
Empathy in OSS – It’s Important
Spending nearly my entire working day (and many evenings) with Open Source projects I don’t maintain I have come to…
Read More » -
Afraid of reopened issues?
Introduction Reopened issues and developer feelings don’t mix well, a recurrent phenomenon I’ve seen on all projects I’ve worked on.…
Read More » -
Off Heap concurrent counter
Concurrent counter are part of almost every system, it is used to collect data, thread synchronization etc. Java has good…
Read More » -
JSON Processing (JSON-P) Tutorial
JSON (JavaScript Object Notation) is a compact text file format that can be used to store and transfer data. It…
Read More »