I am a software professional. Found the need to compile some of the articles I read, so that I could refer back to them. Mostly I read basic "What is .." stuff to keep with the ever increasing technology innovations. Sometimes I read things I have learnt in the past. Mind you I am not a developer, so the items you find here might be "Not So Geeky".

Thursday, August 24, 2006

Agile Methodology

Lately I have been reading about Extreme Programming and Agile Methodology of software development.

I attended a training session on VSTS (Visual Studio Team Systems) in January 2006, prior to its release. VSTS (the environment at our work place) provides two built-in process templates - MSF for Agile and MSF for CMMI Process Improvement. We used MSF for Agile for the labs in the training session; hence this reading activity.

Here is a link from Agile Alliance. It is a non-profit organization that supports individuals or organizations adopting an agile approach to software development.

I am currently reading articles within the website on Requirements.

View the Principles of Agile Software on www.agilemanifesto.org.

Wednesday, August 16, 2006

Regular Expressions

I had started reading about Perl regular expressions a couple of years back and been through the Java regular expressions chapter too. I never really got a chance to use them in practice.

Read this quick start link on regular expressions.

The goal of the exercise was to be able to determine if a text would pass the regular expression I was looking at; will try to experiment some, with Java.