<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Julien Grenier's Blog</title>
	<atom:link href="http://juliengrenier.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://juliengrenier.wordpress.com</link>
	<description>Calm as a bomb</description>
	<lastBuildDate>Fri, 16 Jul 2010 01:45:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='juliengrenier.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Julien Grenier's Blog</title>
		<link>http://juliengrenier.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://juliengrenier.wordpress.com/osd.xml" title="Julien Grenier&#039;s Blog" />
	<atom:link rel='hub' href='http://juliengrenier.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Awk, Awkward?</title>
		<link>http://juliengrenier.wordpress.com/2008/11/17/awk-awkward/</link>
		<comments>http://juliengrenier.wordpress.com/2008/11/17/awk-awkward/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 04:25:21 +0000</pubDate>
		<dc:creator>juliengrenier</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[toolbox]]></category>

		<guid isPermaLink="false">http://juliengrenier.wordpress.com/?p=6</guid>
		<description><![CDATA[Today, I would like to thanks Alfred Aho, Peter Weinberg and Brian Kernighan for the AWK programming language. If you haven&#8217;t played with that language then I urge you to learn it since it might saved you a lot of time and effort next time you need to parse/edit a text-based file. Here&#8217;s some samples [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juliengrenier.wordpress.com&amp;blog=1863349&amp;post=6&amp;subd=juliengrenier&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://juliengrenier.wordpress.com/2008/11/17/awk-awkward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63d6ff6c4fb1430de2267fcfb4df6b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juliengrenier</media:title>
		</media:content>
	</item>
		<item>
		<title>Know your API</title>
		<link>http://juliengrenier.wordpress.com/2008/11/12/know-your-api/</link>
		<comments>http://juliengrenier.wordpress.com/2008/11/12/know-your-api/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 04:46:09 +0000</pubDate>
		<dc:creator>juliengrenier</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[best-pratices]]></category>

		<guid isPermaLink="false">http://juliengrenier.wordpress.com/?p=5</guid>
		<description><![CDATA[This is item 47 of the Effective Java book. And as with your enemies, your API is something you should really learn to know. why? If you don&#8217;t know what is already done, you will start reinventing the wheel (probably a square one) . Since that newly created wheel implements the same functionality of the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juliengrenier.wordpress.com&amp;blog=1863349&amp;post=5&amp;subd=juliengrenier&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://juliengrenier.wordpress.com/2008/11/12/know-your-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63d6ff6c4fb1430de2267fcfb4df6b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juliengrenier</media:title>
		</media:content>
	</item>
		<item>
		<title>Guidelines of a successful multi-branch Development</title>
		<link>http://juliengrenier.wordpress.com/2007/10/14/guidelines-of-a-successful-multi-branch-development/</link>
		<comments>http://juliengrenier.wordpress.com/2007/10/14/guidelines-of-a-successful-multi-branch-development/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 14:52:24 +0000</pubDate>
		<dc:creator>juliengrenier</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://juliengrenier.wordpress.com/2007/10/14/guidelines-of-a-successful-multi-branch-development/</guid>
		<description><![CDATA[I was happy to see Jeff&#8217;s post about branching (http://www.codinghorror.com/blog/archives/000968.html), since it was a good post about different branch strategies to use and the common pitfalls to avoid when branching. I&#8217;ll like to share some guidelines for the developers to successfully merge your branches. (I&#8217;ll suppose a main product with a branch per project affecting the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juliengrenier.wordpress.com&amp;blog=1863349&amp;post=7&amp;subd=juliengrenier&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://juliengrenier.wordpress.com/2007/10/14/guidelines-of-a-successful-multi-branch-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63d6ff6c4fb1430de2267fcfb4df6b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juliengrenier</media:title>
		</media:content>
	</item>
		<item>
		<title>Fisrt</title>
		<link>http://juliengrenier.wordpress.com/2007/10/07/fisrt/</link>
		<comments>http://juliengrenier.wordpress.com/2007/10/07/fisrt/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 17:44:31 +0000</pubDate>
		<dc:creator>juliengrenier</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://juliengrenier.wordpress.com/2007/10/07/fisrt/</guid>
		<description><![CDATA[This is my first post on this blog, so I think I should introduce myself, My name is Julien, I&#8217;m a software developer working in Montreal, Now, I want this blog to be an echo of my thoughts about software development, life, the universe and Everything<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=juliengrenier.wordpress.com&amp;blog=1863349&amp;post=3&amp;subd=juliengrenier&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://juliengrenier.wordpress.com/2007/10/07/fisrt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/63d6ff6c4fb1430de2267fcfb4df6b89?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">juliengrenier</media:title>
		</media:content>
	</item>
	</channel>
</rss>
