<?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>rezamahmood.net &#187; Dev Stuff</title>
	<atom:link href="http://www.rezamahmood.net/category/dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rezamahmood.net</link>
	<description>Just another Web developer weblog</description>
	<lastBuildDate>Mon, 10 May 2010 00:00:27 +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>Code Kata: Langton&#8217;s Ant in C#</title>
		<link>http://www.rezamahmood.net/code-kata-langtons-ant-in-c/</link>
		<comments>http://www.rezamahmood.net/code-kata-langtons-ant-in-c/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 22:22:38 +0000</pubDate>
		<dc:creator>Reza</dc:creator>
				<category><![CDATA[Dev Stuff]]></category>
		<category><![CDATA[code-kata c#]]></category>

		<guid isPermaLink="false">http://www.rezamahmood.net/?p=21</guid>
		<description><![CDATA[I&#8217;ve been itching to give code katas a try after listening to people like Uncle Bob talk about them in podcasts and reading about them on blogs. However, it wasn&#8217;t until I (half) watched a screencast by Micah Martin on solving a very small and simple problem that I actually went and did my own [...]]]></description>
		<wfw:commentRss>http://www.rezamahmood.net/code-kata-langtons-ant-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSBuild: CSS compression and Javascript minification for ASP.NET MVC</title>
		<link>http://www.rezamahmood.net/msbuild-css-compression-and-javascript-minification-for-asp-net-mvc/</link>
		<comments>http://www.rezamahmood.net/msbuild-css-compression-and-javascript-minification-for-asp-net-mvc/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 22:25:10 +0000</pubDate>
		<dc:creator>Reza</dc:creator>
				<category><![CDATA[Dev Stuff]]></category>
		<category><![CDATA[build script]]></category>
		<category><![CDATA[msbuild]]></category>

		<guid isPermaLink="false">http://www.rezamahmood.net/wordpress/?p=13</guid>
		<description><![CDATA[At work we use a continuous integration system to monitor our source repository and create builds.  It's very handy in that us developers can simply code all day and then commit at the end of the day and then magically what we've written gets compiled, configured and deployed to our test and integration environment.  The deployment process is a simple file copy, but what's smart is that only your standard aspx pages and dll's get copied over - all those source files don't get copied and web.config can also be changed on the fly to allow for different environments (e.g. different database connection strings).

So being the lazy coder that I am I thought it'd be nice if I tried to replicate this to some extent at home for my personal projects.  It's also very convenient since I set up and wrote the build scripts we use at work - at least I won't be fumbling too much in the dark this time round ;)]]></description>
		<wfw:commentRss>http://www.rezamahmood.net/msbuild-css-compression-and-javascript-minification-for-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
