Software Development
-
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 » -
Implementing Static Analysis isn’t that easy
Static Analysis Testing (SAST) for software bugs and vulnerabilities should be part of your application security – and software quality…
Read More » -
A Better Query Language than SQL
Leland Richardson, Founder of Tech.Pro has recently published a very interesting article about BQL, his visions of a better query…
Read More »