What's the deal between SOA and Microservices?
One day I was talking with other developers in my company about some modifications that we’ll need to do in our current architecture of one specific system. At some point, one of these developers s...
One day I was talking with other developers in my company about some modifications that we’ll need to do in our current architecture of one specific system. At some point, one of these developers s...
Today I’d like to introduce a new serie of posts named Untangling Concepts. In the IT business we are overloaded day by day with more and more information and sometimes it’s difficult to handle all...
Introduction In this post I would like to put my two cents in and talk about RESTful web services. First of all I don’t intend to discuss the history of RESTful services. Neither this is a tutoria...
Introduction Last week I was listening to the new Thoughtwork’s podcasts and I bumped with Sriram Narayan talking about Anti-Patterns of Agile Software Development. By anti-pattern, he means comm...
This is a post to test the code highligh feature. public static main void(String[] args) { System.out.println("Hello World!"); } Done.