<?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>Agile Shrugged</title>
	<atom:link href="http://agileshrugged.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://agileshrugged.com/blog</link>
	<description>Thoughts about Agile Software Development in the Real World. (and some other stuff).</description>
	<lastBuildDate>Wed, 01 Sep 2010 01:56:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>An XP Limmerick</title>
		<link>http://agileshrugged.com/blog/?p=134</link>
		<comments>http://agileshrugged.com/blog/?p=134#comments</comments>
		<pubDate>Wed, 01 Sep 2010 01:35:31 +0000</pubDate>
		<dc:creator>Nayan Hajratwala</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[poetry]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=134</guid>
		<description><![CDATA[On the XP list over the past few days, a cute little poem has emerged, first written by Tim Ottinger and enhanced by Tom Rossen: Software that&#8217;s coded by monkeys Is redundant and smells rather funky. It&#8217;s cluttered, and fragile, Nowhere near agile, But it&#8217;s dope to a waterfall junkie. I like it.]]></description>
			<content:encoded><![CDATA[<p>On the <a href="http://tech.groups.yahoo.com/group/extremeprogramming/">XP list</a> over the past few days, a cute little poem has emerged, first written by Tim Ottinger and enhanced by Tom Rossen:</p>
<blockquote><p>Software that&#8217;s coded by monkeys<br />
Is redundant and smells rather funky.<br />
It&#8217;s cluttered, and fragile,<br />
Nowhere near agile,<br />
But it&#8217;s dope to a waterfall junkie.</p></blockquote>
<p>I like it.</p>
<div class="shr-publisher-134"></div>]]></content:encoded>
			<wfw:commentRss>http://agileshrugged.com/blog/?feed=rss2&amp;p=134</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 2010 Michigan Pairing Tour Stops at H**********</title>
		<link>http://agileshrugged.com/blog/?p=126</link>
		<comments>http://agileshrugged.com/blog/?p=126#comments</comments>
		<pubDate>Mon, 30 Aug 2010 22:03:38 +0000</pubDate>
		<dc:creator>Nayan Hajratwala</dc:creator>
				<category><![CDATA[Pairing Tour]]></category>
		<category><![CDATA[Test Driven Development]]></category>
		<category><![CDATA[pairing]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=126</guid>
		<description><![CDATA[Update: I&#8217;ve been requested to remove the name of the company from this blog post. Fitting these pairing sessions into my schedule has been a bit trickier than I expected. A lot of recent difficulty has occurred due to people&#8217;s summer vacation schedules. Now that school is about to begin, I hope the frequency improves. [...]]]></description>
			<content:encoded><![CDATA[<p><em>Update: I&#8217;ve been requested to remove the name of the company from this blog post.</em></p>
<p>Fitting these pairing sessions into my schedule has been a bit trickier than I expected. A lot of recent difficulty has occurred due to people&#8217;s summer vacation schedules. Now that school is about to begin, I hope the frequency improves.</p>
<p>After some timetable negotiation, I was excited for the opportunity to spend a day at H********** (a company providing Healthcare-related services) in Ann Arbor, by invitation of <a href="http://twitter.com/hsgidley">Helene Gidley</a>, Matt Long, and <a href="http://www.linkedin.com/in/bradneighbors">Brad Neighbors</a>.</p>
<p>Upon arriving, I sat with Matt for a bit and he gave me an overview of the application his team was currently working on, showed me their story tracking system, and generally oriented me.</p>
<p>Shortly thereafter, many people arrived in the team area and conducted their standup, after which most of those people left. I found this a bit odd, but it&#8217;s hard to make any sort of judgements with such a small dataset.</p>
<p>My first pairing session was with with Shilpa Nalgonda. We worked on some java code dealing with surveys and worked through discussing and then writing an outer level Acceptance-style test to drive our inner loop of TDD. We discussed test method naming and mocks. The team was using <a href="http://easymock.org/">EasyMock</a>, which I&#8217;ve never used due to my dislike of the record/replay syntax. I prefer using <a href="http://mockito.org">Mockito</a>, as I think it a more natural DSL.</p>
<p>I also got into a discussion with Lyudmilla Mishra and a couple other folks regarding their move over to start using a dependency manager (Ivy) for their builds. It was interesting to hear about some of the issues they had to consider from a healthcare/HIPPA perspective. I shared my experiences with Ivy and Maven (Maven, FTW!).</p>
<p>Brad, Helene &amp; I went across the street to <a href="http://www.grizzlypeak.net/">Grizzly Peak</a> for some lunch, which was great as usual.</p>
<p>After lunch, it was more pairing with Shilpa, joined by Brad for a bit of tripling as well. Brad shared some of his experience using the Builder pattern for creating test objects. I had combined Fluent API and Builder in my mind, but Brad reminded me that they were actually different things for different purposes.</p>
<p>During this pairing we experienced the pain of the current dependency management setup firsthand, having to wait 5 minutes between changing a domain class and being able to use the changes in the service layer. Hopefully, this will get solved with the Ivy implementation.</p>
<p>We finished off the day with some informal retrospecting between myself, Brad, Lyuda, and Matt. I provided them with my observations of the day and a few suggestions (visible task boards, introduce WIP limit, develop end-to-end rather than in architectural layers). All in all, a great bunch of people who I&#8217;m sure I&#8217;ll be seeing around the Ann Arbor Area.</p>
<div class="shr-publisher-126"></div>]]></content:encoded>
			<wfw:commentRss>http://agileshrugged.com/blog/?feed=rss2&amp;p=126</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stop #2 on the 2010 Michigan Pairing Tour</title>
		<link>http://agileshrugged.com/blog/?p=119</link>
		<comments>http://agileshrugged.com/blog/?p=119#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:38:48 +0000</pubDate>
		<dc:creator>Nayan Hajratwala</dc:creator>
				<category><![CDATA[Pairing Tour]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[pairing]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[VB]]></category>

		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=119</guid>
		<description><![CDATA[Yesterday, as part of the 2010 Michigan Pairing Tour, I had the opportunity to spend a day at the new offices of BillHighway in Troy, MI. They have a very nice setup including an area with leather couches, a large screen TV and XBox + Wii consoles. BillHighway &#8220;bills&#8221; themselves as a &#8220;Quickbooks for Communities&#8221;. One of [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, as part of the <a href="http://agileshrugged.com/blog/?p=101">2010 Michigan Pairing Tour</a>, I had the opportunity to spend a day at the new offices of <a href="https://www.billhighway.com/aph/marketing/home.aspx">BillHighway</a> in Troy, MI. They have a very nice setup including an area with leather couches, a large screen TV and XBox + Wii consoles.</p>
<p>BillHighway &#8220;bills&#8221; themselves as a &#8220;Quickbooks for Communities&#8221;. One of <a href="http://twitter.com/frydoug">my longtime friends</a> works there, and I&#8217;ve had the privilege of getting to know <a href="http://stevenrobert.wordpress.com/about-2/">their CIO</a> over their past few years of impressive growth.</p>
<p>BillHighway is primarily a  VB.NET shop. I&#8217;ve never spent more than 5 minutes looking at .NET code, and the last time I used VB was about 12 years ago. It promised to be an eye-opening experience.</p>
<p>In the morning I paired with <a href="http://twitter.com/RockCityGhost">André LaMonde</a>, a VB.NET hacker. We were working on standardizing some of the UI components to be in line with a new Look &amp; Feel for their site. I was briefly thrown for a loop by the unfamiliarity of Visual Studio and strange syntax, but quickly recovered and was able to follow what was going on without too much trouble.</p>
<p>Unit testing is not regularly practiced by the team, so we had some good discussions about some of the challenges that dealing with legacy code bases brings about, and some strategies for integrating tests going forward. We struggled with NUnit for about 15 minutes, then bailed out and were able to get some tests up and running with the framework built into VS 2008.</p>
<p>In the afternoon, I paired with <a href="https://www.billhighway.com/APH/Marketing/images/upload/Bhwy_MeganLetscher2.pdf">Meghan Letscher</a>. She was very quick and was whizzing around Visual Studio like a pro. We worked on a similar task as in the morning, and delved into a bit of JavaScript &amp; CSS to round things out. After struggling with some DLL permission problems and having fun with caspol.exe for a while, we were able to get some tests running and even managed to do a bit of TDD.</p>
<p>Overall, I had a great time, and picked up some 3l1t3 .NET skillz. I&#8217;m looking forward to the next stop!</p>
<div class="shr-publisher-119"></div>]]></content:encoded>
			<wfw:commentRss>http://agileshrugged.com/blog/?feed=rss2&amp;p=119</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pairing on Concurrency &amp; Facebook API</title>
		<link>http://agileshrugged.com/blog/?p=115</link>
		<comments>http://agileshrugged.com/blog/?p=115#comments</comments>
		<pubDate>Thu, 04 Feb 2010 16:18:10 +0000</pubDate>
		<dc:creator>Nayan Hajratwala</dc:creator>
				<category><![CDATA[Pairing Tour]]></category>
		<category><![CDATA[Refactoring]]></category>
		<category><![CDATA[Test Driven Development]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[pairing]]></category>
		<category><![CDATA[SRP]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=115</guid>
		<description><![CDATA[Last Friday was the first stop on the 2010 Michigan Pairing Tour. I sat down with Ilya Sterin at a Caribou Coffee in Grosse Pointe, Michigan and we started off by discussing a few of the projects he was currently working on. We decided to write some tests around code that he had written to [...]]]></description>
			<content:encoded><![CDATA[<p>Last Friday was the first stop on the 2010 Michigan Pairing Tour.</p>
<p>I sat down with <a href="http://twitter.com/isterin">Ilya Sterin</a> at a <a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=caribou+coffee,+grosse+point&amp;sll=42.146273,-83.708512&amp;sspn=0.014191,0.0159&amp;ie=UTF8&amp;hq=caribou+coffee,+grosse+point&amp;hnear=&amp;ll=42.390438,-82.922702&amp;spn=0.028273,0.0318&amp;t=h&amp;z=15&amp;iwloc=B">Caribou Coffee in Grosse Pointe</a>, Michigan and we started off by discussing a few of the projects he was currently working on.</p>
<p>We decided to write some tests around code that he had written to post Facebook status updates. This led use Mocks for the Facebook API, and refactor some of the code to be more testable.</p>
<p>During this refactoring, Ilya brought up the question of whether we should favor writing testable code at the possible expense of simplicity. I think that writing testable code generally results in simpler code (not gold plating, etc, etc), but I replied that <strong>it&#8217;s only important to write testable code if you care if it works</strong>.</p>
<p>After lunch at a <a href="http://maps.google.com/maps?near=17043+Kercheval+Avenue,+Grosse+Pointe,+MI+48230-1539+(Caribou+Coffee)&amp;geocode=CaIZK53Uu7jfFcPThgIdo80O-yF09sgHmyon1g&amp;q=sushi&amp;f=l&amp;hl=en&amp;dq=caribou+coffee,+grosse+point&amp;sll=42.390438,-82.922702&amp;sspn=0.028273,0.0318&amp;ie=UTF8&amp;ll=42.395684,-82.918861&amp;spn=0.013739,0.0159&amp;t=h&amp;z=16&amp;iwloc=E">nearby Sushi bar</a> we tackled a different project that had a lot of concurrency going on. Ilya has a lot of experience with java threading and he has an excellent handle on how it all hangs together. I learned quite a bit from him in this segment, include exposure to the <a href="http://code.google.com/p/google-guice/">Guice DI framework</a>.</p>
<p>We were able to bring a couple consumer/producer classes under test. This again required some refactoring&#8211;mostly along <a href="http://en.wikipedia.org/wiki/Single_responsibility_principle">SRP</a> lines&#8211;and resulted in a simpler and cleaner design.</p>
<p>Overall, it was a great experience, and exactly what I hoped to get out of the pairing tour. I&#8217;m looking forward to my February date which is tentatively scheduled for next 2/12/2010. I&#8217;ll post more details when it&#8217;s confirmed.</p>
<div class="shr-publisher-115"></div>]]></content:encoded>
			<wfw:commentRss>http://agileshrugged.com/blog/?feed=rss2&amp;p=115</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Stop on the 2010 Michigan Pairing Tour</title>
		<link>http://agileshrugged.com/blog/?p=108</link>
		<comments>http://agileshrugged.com/blog/?p=108#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:42:55 +0000</pubDate>
		<dc:creator>Nayan Hajratwala</dc:creator>
				<category><![CDATA[Pairing Tour]]></category>
		<category><![CDATA[craftsmanship]]></category>
		<category><![CDATA[legacy code]]></category>
		<category><![CDATA[pairing]]></category>

		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=108</guid>
		<description><![CDATA[On Friday, 1/29, I&#8217;ll be making my first stop of the 2010 Michigan Pairing Tour in Grosse Pointe, Michigan. The plan is to pair with Ilya Sterin on what he describes as writing tests for: a highly concurrent producer/consumer implementation for data messaging through numerous sources Aaahh, legacy code testing and refactoring. One of my [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday, 1/29, I&#8217;ll be making my first stop of the <a href="http://agileshrugged.com/blog/?p=101">2010 Michigan Pairing Tour</a> in Grosse Pointe, Michigan. The plan is to pair with Ilya Sterin on what he describes as writing tests for:</p>
<blockquote><p>a highly concurrent producer/consumer implementation for data messaging through numerous sources</p></blockquote>
<p>Aaahh, legacy code testing and refactoring. One of my favorite pastimes I love it! <img src='http://agileshrugged.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The <a href="http://www.google.com/calendar/embed?src=mrs5kepkqr02hifb8c57t6oamc%40group.calendar.google.com&amp;ctz=America/New_York">Tour Calendar</a> is now available for anyone interested.</p>
<p>The February and March dates are *almost* confirmed, so i&#8217;ll be announcing those shortly.</p>
<div class="shr-publisher-108"></div>]]></content:encoded>
			<wfw:commentRss>http://agileshrugged.com/blog/?feed=rss2&amp;p=108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the 2010 Michigan Pairing Tour</title>
		<link>http://agileshrugged.com/blog/?p=101</link>
		<comments>http://agileshrugged.com/blog/?p=101#comments</comments>
		<pubDate>Thu, 21 Jan 2010 19:14:41 +0000</pubDate>
		<dc:creator>Nayan Hajratwala</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Pairing Tour]]></category>
		<category><![CDATA[paired programming]]></category>
		<category><![CDATA[tour]]></category>

		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=101</guid>
		<description><![CDATA[Inspired by Corey Haines&#8216; Journeyman Tours, I&#8217;m kicking off the 2010 Michigan Pairing Tour. To start with, I&#8217;ll be spending 1 day per month pairing with individuals anywhere within about a 2 hour driving distance from Ann Arbor. (Yes, I realize this puts the top of Ohio in play as well. If you&#8217;re nice, maybe I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by <a href="http://www.coreyhaines.com/">Corey Haines</a>&#8216; <a href="http://programmingtour.blogspot.com/">Journeyman Tours</a>, I&#8217;m kicking off the <strong>2010 Michigan Pairing Tour</strong>.</p>
<p>To start with, I&#8217;ll be spending 1 day per month pairing with individuals anywhere within about a 2 hour driving distance from Ann Arbor. (Yes, I realize this puts the top of Ohio in play as well. If you&#8217;re nice, maybe I&#8217;ll cross the border for you <img src='http://agileshrugged.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</p>
<p>I&#8217;ll pair in any language, on any project. We can write code, write stories, write acceptance tests, you name it.</p>
<h3>Goals</h3>
<p>What am I trying to accomplish?</p>
<ol>
<li>Enhance my own skills from <em><strong>hands on</strong></em> experience with other practitioners.</li>
<li>(Hopefully) enhance my partner&#8217;s skills.</li>
<li>Meet more like-minded folks throughout Michigan.</li>
<li>Inspire others who don&#8217;t have the availability for a full Corey-style tour to go out and grow themselves and the community.</li>
</ol>
<h3>Logistics</h3>
<p>If you&#8217;d like to be on my tour, please contact me via <a href="mailto:nayan@chikli.com">email</a> or <a href="http://twitter.com/nhajratw">twitter</a>. If you need to get permission from your boss, I&#8217;m happy to talk to him/her or sign any corporate NDA&#8217;s that are required.</p>
<p>My current plan is to do this on Fridays, but I&#8217;m pretty flexible, so let me know what works for you.</p>
<p>I&#8217;ll put up a Google Calendar shortly with all the booked dates. (<strong>Update</strong>: <a href="http://www.google.com/calendar/embed?src=mrs5kepkqr02hifb8c57t6oamc%40group.calendar.google.com&amp;ctz=America/New_York">Google Calendar is posted</a>)</p>
<p>Thanks for your interest, and I hope to see you on my journey!</p>
<div class="shr-publisher-101"></div>]]></content:encoded>
			<wfw:commentRss>http://agileshrugged.com/blog/?feed=rss2&amp;p=101</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Upgrade Experience</title>
		<link>http://agileshrugged.com/blog/?p=83</link>
		<comments>http://agileshrugged.com/blog/?p=83#comments</comments>
		<pubDate>Sun, 30 Aug 2009 01:18:37 +0000</pubDate>
		<dc:creator>Nayan Hajratwala</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=83</guid>
		<description><![CDATA[I upgraded my 17&#8243; MB Pro last night to Snow Leopard. The installation went smoothly, and took about 45 minutes. the Mac rebooted a couple times on it&#8217;s own and then I was done. This morning, as I started using the new OS, I experienced the following issues: Dev tools not installed &#8211; easily solved [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded my 17&#8243; MB Pro last night to Snow Leopard. The installation went smoothly, and took about 45 minutes. the Mac rebooted a couple times on it&#8217;s own and then I was done.</p>
<p>This morning, as I started using the new OS, I experienced the following issues:</p>
<ul>
<li>Dev tools not installed &#8211; easily solved by installing the XCode package off the DVD</li>
<li>QuickSilver not working &#8212; solved by upgrading to SL version, and removing
<ul>
<li>~/Library/Application Support/Quicksilver and</li>
<li>~/Library/Preferences/com.blacktree.Quicksilver.plist</li>
</ul>
</li>
<li>MacRuby seems to be broken &#8212; seems like 0.5 is needed.</li>
<li>Quicken 2007 needs Rosetta &#8212; quite a nice implementation, as SL automatically downloaded Rosetta and installed it.</li>
<li>Electric Sheep 2.7b16 does not work &#8212; waiting for devs to update</li>
<li>iStat not working &#8212; waiting for devs to update</li>
<li>Xmarks not working &#8212; waiting for devs to update</li>
<li>Growl has strange behavior &#8212; upgrade to v1.2b fixes it http://code.google.com/p/growl/downloads/list &#8212; final release should be available soon.</li>
<li>Nambu not working &#8212; switching (permanently?) to Tweetie or TweetDeck</li>
<li>Weird font problem in Firefox &#8212; some sites indicate a problem with 3rd party font managers, but i have none. No solution yet.</li>
</ul>
<p>Nothing critical (for me), but hopefully these will get worked out soon.</p>
<p><strong>UPDATE (2010/01/20) &#8211; All issues have been resolved!</strong></p>
<div class="shr-publisher-83"></div>]]></content:encoded>
			<wfw:commentRss>http://agileshrugged.com/blog/?feed=rss2&amp;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile 2009 is Almost Here</title>
		<link>http://agileshrugged.com/blog/?p=81</link>
		<comments>http://agileshrugged.com/blog/?p=81#comments</comments>
		<pubDate>Mon, 03 Aug 2009 15:30:00 +0000</pubDate>
		<dc:creator>Nayan Hajratwala</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Conference]]></category>

		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=81</guid>
		<description><![CDATA[The Agile 2009 conference is less than a month away! Need to convince your manager to send you? See our justification toolkit: http://agile2009.agilealliance.org/justificationtoolkit Consider personalizing your program, and seeing how much value you can receive for your time and money: http://agile2009.agilealliance.org/personal_program The program is also available online and in PDF format on: http://agile2009.agilealliance.org/programOverview We are [...]]]></description>
			<content:encoded><![CDATA[<p>The Agile 2009 conference is less than a month away!  Need to convince<br />
your manager to send you? See our justification toolkit:</p>
<p>http://agile2009.agilealliance.org/justificationtoolkit</p>
<p>Consider personalizing your program, and seeing how much value you can<br />
receive for your time and money:</p>
<p>http://agile2009.agilealliance.org/personal_program</p>
<p>The program is also available online and in PDF format on:</p>
<p>http://agile2009.agilealliance.org/programOverview</p>
<p>We are almost out of Early Bird registrations, so register soon if you<br />
want to snag one. Our 5-pack registration is the best deal. See<br />
http://agileregistration.org for all the details.</p>
<h2>Freshers&#8217; Faire</h2>
<p>We know that the crowd at Agile Conference can be intimidating, so don&#8217;t<br />
miss the Ice Breaker on Monday. It will include a college-style<br />
Freshers&#8217; Faire where communities will be happy to introduce themselves<br />
to you. The communities that will be represented include so far:<br />
* Real Options<br />
* CITCON<br />
* Testing<br />
* Leadership<br />
* Agile Requirements<br />
* Agile Coach and the Agile Coaches Gathering<br />
* User Experience<br />
* Telling Our Stories<br />
* Agile Game designers/ enthousiasts<br />
* Agile France<br />
* PairWith.Us<br />
* Kanban<br />
* PMI<br />
* Facilitation &amp; Facilitation Patterns</p>
<p>Feel free to tell other communities about it and refer them to our blog<br />
entry:</p>
<p>http://agile2009.wordpress.com/2009/07/16/freshers-faire-make-your-community-visible/</p>
<h2>Programming with the Stars</h2>
<p>One of the most fun events last year was Programming with the Stars, a<br />
contest where you can pair with legendary programmers, and impress a<br />
panel of ruthless judges. Programming with the Stars is coming back this<br />
year, and you can apply too!</p>
<p>Check out an account from last year:</p>
<p>http://agile2009.wordpress.com/2009/07/19/programming-with-the-stars-coders-wanted/</p>
<p>Details on the contest there:</p>
<p>http://agile2009.agilealliance.org/programmingwiththestars</p>
<h2>Personas</h2>
<p>This year we are using &#8220;personas&#8221; as a quick way for attendees to tell<br />
which sessions will be most relevant to their needs.</p>
<p>Personas are currently being described on the Conference blog. Watch for<br />
them appear every few days!</p>
<p>Here is what we posted so far:</p>
<p>* http://agile2009.wordpress.com/2009/07/28/meet-billy-business-analyst/<br />
* http://agile2009.wordpress.com/2009/07/25/meet-ellie-agile-explorer/<br />
* http://agile2009.wordpress.com/2009/07/23/meet-rose-researcher/</p>
<p>* http://agile2009.wordpress.com/2009/07/21/meet-alex-architect/<br />
* http://agile2009.wordpress.com/2009/07/15/meet-tara-tester/<br />
* http://agile2009.wordpress.com/2009/07/08/meet-chandra-consultant/</p>
<p>*</p>
<p>http://agile2009.wordpress.com/2009/07/04/meet-padma-struggling-product-owner/</p>
<p>* http://agile2009.wordpress.com/2009/06/25/meet-rubin-reluctant-agilist/<br />
* http://agile2009.wordpress.com/2009/06/18/meet-brooke-business-executive/</p>
<h2>5-pack registration saves $400 per person!</h2>
<p>Register now and get a $400 discount via a 5-pack registration.<br />
Go to http://agile2009.agilealliance.org/ and choose &#8220;Register&#8221;.</p>
<p>A regular non-member single registration is a great deal at $1799, but<br />
with a corporate group 5-pack, each person attends for only $1399 &#8211; a<br />
savings of $400 each! It will work for you and your 4 friends too, no<br />
need for you to be co-workers  <img src='http://agileshrugged.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>There&#8217;s no better way to check out the benefits of Agile for your<br />
company than to turn your thought leaders loose among hundreds of<br />
expert-led sessions at Agile 2009. See you there!</p>
<div class="shr-publisher-81"></div>]]></content:encoded>
			<wfw:commentRss>http://agileshrugged.com/blog/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven 2.1.0 is out!</title>
		<link>http://agileshrugged.com/blog/?p=79</link>
		<comments>http://agileshrugged.com/blog/?p=79#comments</comments>
		<pubDate>Mon, 23 Mar 2009 18:19:52 +0000</pubDate>
		<dc:creator>Nayan Hajratwala</dc:creator>
				<category><![CDATA[CI]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=79</guid>
		<description><![CDATA[After much anticipation, Maven 2.1.0 has been released. My personal favorite new feature is the parallel downloads of artifacts. This alone should significantly speed up builds on CI servers that refresh the repo on each build. Go get yours today.]]></description>
			<content:encoded><![CDATA[<p>After much anticipation, <a href="http://www.sonatype.com/people/2009/03/maven-210-released/">Maven 2.1.0</a> has been released. My personal favorite new feature is the parallel downloads of artifacts. This alone should significantly speed up builds on CI servers that refresh the repo on each build.</p>
<p>Go get yours today.</p>
<div class="shr-publisher-79"></div>]]></content:encoded>
			<wfw:commentRss>http://agileshrugged.com/blog/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leaving India: My Sister&#8217;s Book!</title>
		<link>http://agileshrugged.com/blog/?p=74</link>
		<comments>http://agileshrugged.com/blog/?p=74#comments</comments>
		<pubDate>Tue, 24 Feb 2009 16:52:55 +0000</pubDate>
		<dc:creator>Nayan Hajratwala</dc:creator>
				<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://agileshrugged.com/blog/?p=74</guid>
		<description><![CDATA[My sister&#8217;s book is now available on amazon. Go check it out!]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://www.minalhajratwala.com/">sister&#8217;s</a> book is now available on amazon. Go check it out!</p>
<p><a href="http://www.amazon.com/gp/product/0618251294?ie=UTF8&amp;tag=agilshru-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0618251294"><img src="http://agileshrugged.com/blog/wp-content/uploads/2009/02/21mqygfgyll_sl160_.jpg" border="0" alt="" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=agilshru-20&amp;l=as2&amp;o=1&amp;a=0618251294" border="0" alt="" width="1" height="1" /></p>
<div class="shr-publisher-74"></div>]]></content:encoded>
			<wfw:commentRss>http://agileshrugged.com/blog/?feed=rss2&amp;p=74</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
