<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>toniBlog &#187; agile</title>
	<atom:link href="http://www.the-arm.com/tag/agile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-arm.com</link>
	<description>A weblog about Methodologies for Development</description>
	<lastBuildDate>Mon, 01 Mar 2010 07:22:39 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The unknown variable, Che Guevara theories applied to agile teams</title>
		<link>http://www.the-arm.com/2010/03/the-unknown-variable-che-guevara-theories-applied-to-agile-teams/</link>
		<comments>http://www.the-arm.com/2010/03/the-unknown-variable-che-guevara-theories-applied-to-agile-teams/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 07:22:39 +0000</pubDate>
		<dc:creator>toni</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[Lean]]></category>
		<category><![CDATA[military]]></category>

		<guid isPermaLink="false">http://www.the-arm.com/?p=509</guid>
		<description><![CDATA[In Che: Part One, Ernesto Che Guevara states:
In War and Peace Tolstoy remarks that military science assumes that bigger armies with more men wield greater force.
On the other hand, only vaguely, do they recognize that during military combat the final strength of an army is also its true physical capacity multiplied by one unknown variable.
One [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.imdb.com/title/tt0892255/">Che: Part One</a>, Ernesto Che Guevara states:</p>
<blockquote><p>In War and Peace Tolstoy remarks that military science assumes that bigger armies with more men wield greater force.<br />
On the other hand, only vaguely, do they recognize that during military combat the final strength of an army is also its true physical capacity multiplied by one unknown variable.<br />
One unknown variable. This variable is none other that the spirit of the troops measured as their greater or lesser desire to fight and confront danger.<br />
Men with the desire to fight who also understand why they are fighting regardless of who they are fighting whether under military geniuses or those of normal intelligence fighting with clubs or machine guns that fire 30 rounds a minute these men will put themselves in the best positions and so they will win.</p></blockquote>
<p>Immediately after hearing this I&#8217;ve started a comparison with agile projects. </p>
<p>It&#8217;s obvious in these days, with agile becoming mainstream that bigger armies (expensive tools? costly hardware? costly solutions?) and bigger teams don&#8217;t imply success in software development. </p>
<p>What is then the unknown variable in an agile team?<br />
I would compare the physical capacity with the knowledge base of the team, with the general collective intellect.<br />
The desire of fighting is nothing else than desire of success and play with risks and issues in a project.<br />
But then, it&#8217;s in the understanding of the why they are fighting the most interesting part. </p>
<p>I&#8217;ve seen teams over-performing in few different situations: some were strongly committed to the success of a startup, feeling part of it (my experience at <a href="http://www.fluidtime.com/">Fluidtime</a>), some other were committed to reach excellence (a common behavior at <a href="http://www.thoughtworks.co.uk/">ThoughtWorks</a>). </p>
<p>The why can be different from team member to team member, some people need to feel that they are part of a whole, some others need recognition and differentiation.<br />
Some others are carrier driven, some others have a strong desire to learn, improve. </p>
<p>Finding the right motivation in your team members will make your team run faster and smoothy, the unknown variable will boost your speed and quality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-arm.com/2010/03/the-unknown-variable-che-guevara-theories-applied-to-agile-teams/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shoot for simplicity</title>
		<link>http://www.the-arm.com/2009/10/shoot-for-simplicity/</link>
		<comments>http://www.the-arm.com/2009/10/shoot-for-simplicity/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 11:00:48 +0000</pubDate>
		<dc:creator>toni</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[simplicity]]></category>
		<category><![CDATA[soa]]></category>

		<guid isPermaLink="false">http://www.the-arm.com/?p=483</guid>
		<description><![CDATA[I really loved a couple of phrases from the Ted&#8217;s blog post &#8220;Agile is treating the symptoms, not the disease&#8220;: the title and the last sentence: &#8220;We are in desperate need of simplicity in this industry.&#8221;.
Complexity
Writing software it is still way to complex in these days.
I can recall few attempts to make it easier, they [...]]]></description>
			<content:encoded><![CDATA[<p>I really loved a couple of phrases from the Ted&#8217;s blog post &#8220;<a href="http://blogs.tedneward.com/2009/10/12/quotAgile+Is+Treating+The+Symptoms+Not+The+Diseasequot.aspx">Agile is treating the symptoms, not the disease</a>&#8220;: the title and the last sentence: &#8220;<em>We are in desperate need of simplicity in this industry</em>.&#8221;.</p>
<p><strong>Complexity</strong></p>
<p>Writing software it is still way to complex in these days.<br />
I can recall few attempts to make it easier, they all failed: Java Enterprise &amp; EJBs, Web Services, Enterprise Service Bus.<br />
Rather than making things simple they forced you to write more code, to use lots of xml, tons of libraries, implementing unnecessary interfaces.<br />
How many days do you waste every time you start a project, just in infrastructure &amp; build files?</p>
<p>REST seems so simple, but implementing REST in the right way seems always so damn complicated, so everybody writes RESTish services, a good progress compared to old style web services but still&#8230;</p>
<p>What about web applications?<br />
I like the simplicity that can be achieved with <a href="http://www.sinatrarb.com/">Sinatra</a>, <a title="Lift " href="http://liftweb.net/">Scala </a>, <a href="http://common-lisp.net/project/cl-weblocks/">WebLocks </a>and <a href="http://www.seaside.st/">Seaside</a>.<br />
But still, the impression is that nobody is trying hard enough to make all these things even simpler.</p>
<p><strong>The Twitter example</strong></p>
<p>I&#8217;ve started using <a href="http://twitter.com/javame">Twitter</a> only few months ago (even if I&#8217;ve the account since 2006&#8230;), it started to make sense when I&#8217;ve linked it to my <a href="http://www.facebook.com/">Facebook</a> account. Facebook is like software in these days: way too complex.<br />
Too much stuff, too much noise, too difficult to get what you really want.<br />
Then I&#8217;ve started to use <a href="http://twitterfeed.com">TwitterFeed</a> as well, I&#8217;ve <a href="http://www.flickr.com/photos/aterreno/">my flickr</a>, <a href="http://www.google.com/reader/shared/antonio.terreno">google reader</a> and<a href="http://www.tripit.com/people/aterreno"> tripit</a> profiles feeding the twitter account.<br />
So we have three content providers, one content consumer and forwarder and one content receiver, it&#8217;s a fairly complex architecture and it never failed so far, it&#8217;s quite stable, it just works.<br />
I didn&#8217;t had to write a line of code, I&#8217;ve pressed just few links, it all works using RSS in a RESTish way.</p>
<p><strong>Simplicity</strong></p>
<p>How do you imagine software development in ten years?<br />
I do imagine it like in the twitter example, an aggregation and collaboration of few simple services working together.</p>
<p><strong>The role of the Agile movement</strong></p>
<p>Agile is treating the symptoms, it&#8217;s true, I&#8217;ve seen many times agilists (including me) preaching for the old good principles (don&#8217;t reinvent the weel, keep it simple, etc) but how many times do we have to rewrite the same software?<br />
For how long will we have to rewrite the same objects, the same business logic?</p>
<p>Why are we still writing web applications like ten years ago? Why are we still using Spring, Hibernate, Databases, Layered Architectures?</p>
<p>I think it&#8217;s time for laziness, simplicity and more real reuse, somebody told me that it&#8217;s an utopia, but even only trying will make the IT world a better place to be.</p>
<p><strong>Agile can cure the disease</strong></p>
<p>The Agile developer community, being so open minded and always embracing chance has a great chance to change the way software is written.</p>
<p>There&#8217;s not so much new from a process point of view in these days (at least, that&#8217;s a complaint that I&#8217;ve heard from many people, especially coming back from big Agile gigs), but there&#8217;s so much work to do on the technical side of things.</p>
<p>The <a href="http://en.wikipedia.org/wiki/Nosql">NoSQL </a>movement is one of the signs that something new is just born and growing, don&#8217;t miss the opportunity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-arm.com/2009/10/shoot-for-simplicity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaking at the Italian Agile Day</title>
		<link>http://www.the-arm.com/2009/10/speaking-at-the-italian-agile-day/</link>
		<comments>http://www.the-arm.com/2009/10/speaking-at-the-italian-agile-day/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 10:09:28 +0000</pubDate>
		<dc:creator>toni</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[italy]]></category>
		<category><![CDATA[Speech]]></category>

		<guid isPermaLink="false">http://www.the-arm.com/?p=481</guid>
		<description><![CDATA[This year I&#8217;ve decided to propose an &#8220;experimental&#8221; session: a wall will be available during the conference and the attendees will be asked to put their questions/puzzles about agile, with a special focus on real life projects.
The wall will be handled like a retrospective one, clustering common subjects and people will be asked to vote, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.agileday.it/front/2009/italian-agile-day-2009/">This year</a> I&#8217;ve decided to propose an &#8220;<em>experimental</em>&#8221; session: a wall will be available during the conference and the attendees will be asked to put their questions/puzzles about agile, with a special focus on real life projects.</p>
<p>The wall will be handled like a retrospective one, clustering common subjects and people will be asked to vote, then I&#8217;ll choose the most interesting and I&#8217;ll talk about it .</p>
<p>This will give me a chance to understand how and where agile software development is going in Italy and it will be quite a challenge: I won&#8217;t bring my Mac, I won&#8217;t prepare anything, pure improvisation!</p>
<p>Surely I&#8217;ll blog about it right after, and hopefully I&#8217;ll find some time &amp; energies answering to some of the unanswered questions on the blog.</p>
<p><a href="http://www.agileday.it/front/2009/italian-agile-day-2009/"><img class="alignnone" src="http://www.agileday.it/mediakit/IAD468.gif" alt="" width="468" height="60" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-arm.com/2009/10/speaking-at-the-italian-agile-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FM – THE STORY OF A REPEATABLE AGILE SUCCESSFUL PROJECT</title>
		<link>http://www.the-arm.com/2009/08/fm-%e2%80%93-the-story-of-a-repeatable-agile-successful-project/</link>
		<comments>http://www.the-arm.com/2009/08/fm-%e2%80%93-the-story-of-a-repeatable-agile-successful-project/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 09:11:55 +0000</pubDate>
		<dc:creator>toni</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[experience report]]></category>

		<guid isPermaLink="false">http://www.the-arm.com/?p=476</guid>
		<description><![CDATA[One of the biggest strength of Agile software development is the capability of mixing up many different tools and techniques. Agile is not a check- box list of practices that you have to embrace in your project.
With this experience report  I want to share the experience of a continuous, repeatable successful project: the agile [...]]]></description>
			<content:encoded><![CDATA[<p>One of the biggest strength of Agile software development is the capability of mixing up many different tools and techniques. Agile is not a check<ins datetime="2009-08-05T11:25" cite="mailto:Claire%20Prokop">-</ins><del datetime="2009-08-05T11:25" cite="mailto:Claire%20Prokop"> </del>box list of practices that you have to embrace in your project.</p>
<p>With <a href="http://www.the-arm.com/wp-content/uploads/2009/08/fm-experience-report.pdf">this experience report </a> I want<del datetime="2009-08-05T11:26" cite="mailto:Claire%20Prokop"></del> to share the experience of a continuous, repeatable successful project: the agile cocktail we created worked perfectly for us. This is not necessarily saying it will be perfect for you. However, on any future project<del datetime="2009-08-05T11:26" cite="mailto:Claire%20Prokop"></del> I will always begin with this mix, inspecting and adapting it afterwards, only changing if necessary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-arm.com/2009/08/fm-%e2%80%93-the-story-of-a-repeatable-agile-successful-project/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
