<?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>Bradly Feeley &#187; Agile</title>
	<atom:link href="http://bradlyfeeley.com/category/agile/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradlyfeeley.com</link>
	<description>San Diego Ruby on Rails Developer</description>
	<lastBuildDate>Wed, 07 Oct 2009 02:50:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My First Lesson In Programming</title>
		<link>http://bradlyfeeley.com/2008/10/07/my-first-lesson-in-programming/</link>
		<comments>http://bradlyfeeley.com/2008/10/07/my-first-lesson-in-programming/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 05:42:35 +0000</pubDate>
		<dc:creator>Bradly Feeley</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[retrospective]]></category>

		<guid isPermaLink="false">http://bradlyfeeley.com/?p=68</guid>
		<description><![CDATA[Today I stumbled upon the first program I ever wrote. It&#8217;s an interesting story looking back twenty years later.
When I was somewhere between 8-10 years old my uncle gave my family our first computer, a Coleco Adam. Along with the computer we were given the now classic book BASIC Computer Games. No one in my [...]]]></description>
			<content:encoded><![CDATA[<p>Today I stumbled upon the first program I ever wrote. It&#8217;s an interesting story looking back twenty years later.</p>
<p><img class="alignleft size-medium wp-image-69" title="Basic Computer Games" src="http://bradlyfeeley.com/wp-content/uploads/2008/10/pagecover-224x300.jpg" alt="" width="134" height="180" />When I was somewhere between 8-10 years old my uncle gave my family our first computer, a Coleco Adam. Along with the computer we were given the now classic book <a href="http://www.atariarchives.org/basicgames/" target="_blank">BASIC Computer Games</a>. No one in my family new anything about compilers, programming, or computers in general, but we were excited about the idea of creating something out of nothing so decided to give one of these programs a go.</p>
<p><a href="http://bradlyfeeley.com/wp-content/uploads/2008/10/page35.gif"><img class="alignright size-thumbnail wp-image-70" title="Bunny" src="http://bradlyfeeley.com/wp-content/uploads/2008/10/page35-150x150.gif" alt="" width="150" height="150" /></a>We decided on <a href="http://bradlyfeeley.com/wp-content/uploads/2008/10/page35.gif" target="_blank">Bunny</a> and began to slowly peck out the source code into the text editor. We saved the file, exited the editor, and then stared blankly at the screen as we realized we didn&#8217;t know what to do next. Interpreters and compilers were obviously never discussed and after our futile attempts of running our program failed, I decided to take a different approach.</p>
<p>What was I trying to accomplish? What were the outcomes I needed? The answer was simple- an ASCII image of a bunny. So that&#8217;s what I created, and ASCII image of a bunny. For the rest of the afternoon I typed out the bunny by hand and by using <em>brute force</em> I eventually accomplished the goal.</p>
<p>This retrospective reminds me that when things &#8220;just aren&#8217;t working&#8221;, sometimes I need to take a step back and reevaluate my methods. I may have an Occam&#8217;s razor type revelation that could satisfy requirements without significant compromises.</p>
<p><em>Keep it old school and tell the world your first programming experience in a comment below.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://bradlyfeeley.com/2008/10/07/my-first-lesson-in-programming/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New Workflow Tools</title>
		<link>http://bradlyfeeley.com/2008/08/29/new-workflow-tools/</link>
		<comments>http://bradlyfeeley.com/2008/08/29/new-workflow-tools/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 06:40:48 +0000</pubDate>
		<dc:creator>Bradly Feeley</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://bradlyfeeley.com/?p=7</guid>
		<description><![CDATA[I recently added a couple of new tools to my project workflow, Hoptoad and Pivotal Tracker.
Hoptoad is a Rails plugin that acts a replacement for the exception_notifier from the wonderfully talented Thoughbot team (of Paperclip and Shoulda fame). Hoptoad is a hosted solution that keeps track of duplicate bugs, frequency, and resolution. This is a [...]]]></description>
			<content:encoded><![CDATA[<p>I recently added a couple of new tools to my project workflow, <a href="http://www.hoptoadapp.com/" target="_blank">Hoptoad</a> and <a href="http://www.pivotaltracker.com" target="_blank">Pivotal Tracker</a>.</p>
<p><a href="http://www.hoptoadapp.com/" target="_blank">Hoptoad</a> is a Rails plugin that acts a replacement for the exception_notifier from the wonderfully talented <a href="www.thoughtbot.com" target="_blank">Thoughbot</a> team (of <a href="http://www.thoughtbot.com/projects/paperclip">Paperclip</a> and <a href="http://www.thoughtbot.com/projects/shoulda">Shoulda</a> fame). Hoptoad is a hosted solution that keeps track of duplicate bugs, frequency, and resolution. This is a huge improvement over the current exception_notifier process which simply fires off an e-mail (or a few hundred while out of town one weekend). Instead, Hoptoad will differentiate new exceptions from reoccurring exceptions and allow you to track everything in a much more manageable way.</p>
<p>After attending a talk by Chuck Phillips on agile planning and estimation, I started looking for a more agile project management tool. I ended up going with <a href="http://www.pivotaltracker.com" target="_blank">Pivotal Tracker</a>. Pivotal Tracker is a story-based project planning tool that gives teams a fluid platform for agile development. One of the coolest things about Pivotal Tracker is that it is velocity based meaning each story is assigned a point rating and then progress is estimate by historical velocity.</p>
<p>Have you recently added a new service or process to your workflow? Let me know in a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://bradlyfeeley.com/2008/08/29/new-workflow-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
