Archive

Posts Tagged ‘agile’

Agile Spain 2010 links from Twitter

June 18th, 2010 1 comment

Hi, here are all the the links collected from #agilespain2010 posted in Twitter after applying this regex. ^(.*)(http://\S+)(.*)$ plus ordering + plus filtering within a small script.

Read more…

Using Hudson as a Continuous Integration server

June 5th, 2010 2 comments

After researching and learning about Continuous Integration I start evaluating available free CI servers. I tried to be impartial, even though I was tempted to start using CruiseControl, mostly because of Martin Fowler article about Continuous Integration. Next to analyzing an independent feature matrix, I decided to try by my own the three best options, which were the famous CruiseControl, Continuum from Apache, and the (by that time) unknown Hudson…

Read more…

Introduction to Continuous Integration

June 5th, 2010 1 comment

Sometimes you got the right people, a good language and frameworks, but working in a project is a mess and nobody knows what will happen when you update the code and try to compile or running any functionality.

When you are working in a team with big and complex systems, trying to accomplish deadlines there are certain issues that you have to avoid. Tired of facing the same problems, some years ago I started researching about Continuous Integration as the key to enter into a new level of quality. Read more…