<?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>Don&#039;t Make the Same Mistake Twice</title>
	<atom:link href="http://mestachs.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mestachs.wordpress.com</link>
	<description>best and worst development practices</description>
	<lastBuildDate>Tue, 21 May 2013 12:51:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mestachs.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Don&#039;t Make the Same Mistake Twice</title>
		<link>http://mestachs.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mestachs.wordpress.com/osd.xml" title="Don&#039;t Make the Same Mistake Twice" />
	<atom:link rel='hub' href='http://mestachs.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Puppet &#8211; Vagrant : Smarter / Better / Stronger</title>
		<link>http://mestachs.wordpress.com/2013/03/05/puppet-vagrant-smarter-better-stronger/</link>
		<comments>http://mestachs.wordpress.com/2013/03/05/puppet-vagrant-smarter-better-stronger/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 09:06:55 +0000</pubDate>
		<dc:creator>mestachs</dc:creator>
				<category><![CDATA[devops]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[capistrano]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[puppet-lint]]></category>
		<category><![CDATA[puppet-profiler]]></category>
		<category><![CDATA[test-kitchen]]></category>
		<category><![CDATA[vagrant]]></category>
		<category><![CDATA[veewee]]></category>

		<guid isPermaLink="false">http://mestachs.wordpress.com/?p=1586</guid>
		<description><![CDATA[After a few weeks of devops &#8216;light&#8217; practice @8thcolor, I thought I should share my findings. The presentation of Nathen Harvey pushed me a bit further to share them. I will assume you just read deploying rails or a similar book. Started to play with vagrant/puppet/capistrano, and discovered that the real world is not like [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mestachs.wordpress.com&#038;blog=33564009&#038;post=1586&#038;subd=mestachs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mestachs.wordpress.com/2013/03/05/puppet-vagrant-smarter-better-stronger/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/442366ab4910c1c6ed29948ffc2a87a9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mestachs</media:title>
		</media:content>

		<media:content url="http://www.hashicorp.com/images/blog/a-new-look-for-vagrant/logo-8b7a4912.png" medium="image" />

		<media:content url="http://www.prlog.org/10600764-puppet-labs-logo.png" medium="image" />

		<media:content url="http://farm7.staticflickr.com/6032/6231540639_137af3db36.jpg" medium="image" />

		<media:content url="http://www.rubyinside.com/wp-content/uploads/2007/06/capistrano-logo-small.png" medium="image" />
	</item>
		<item>
		<title>Through the eyes of sonar : Collections.</title>
		<link>http://mestachs.wordpress.com/2013/02/26/through-the-eyes-of-sonar-collections/</link>
		<comments>http://mestachs.wordpress.com/2013/02/26/through-the-eyes-of-sonar-collections/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 07:28:56 +0000</pubDate>
		<dc:creator>mestachs</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[sonar]]></category>

		<guid isPermaLink="false">http://mestachs.wordpress.com/?p=1505</guid>
		<description><![CDATA[Collections usage After Exception handling, Immutable objects, Complexity, Naming and comments, let&#8217;s see what sonar can teach you about Collections. Use Arrays As List Use asList instead of tight loops Can be rewritten as : Note that the returned list is a non modifiable list. So if another part of the code tries to modify [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mestachs.wordpress.com&#038;blog=33564009&#038;post=1505&#038;subd=mestachs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mestachs.wordpress.com/2013/02/26/through-the-eyes-of-sonar-collections/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/442366ab4910c1c6ed29948ffc2a87a9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mestachs</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Syllogism-Set-Diagrams.svg/800px-Syllogism-Set-Diagrams.svg.png" medium="image" />
	</item>
		<item>
		<title>Through the eyes of sonar : Naming &amp; Comments.</title>
		<link>http://mestachs.wordpress.com/2013/01/07/through-the-eyes-of-sonar-naming-comments/</link>
		<comments>http://mestachs.wordpress.com/2013/01/07/through-the-eyes-of-sonar-naming-comments/#comments</comments>
		<pubDate>Mon, 07 Jan 2013 11:53:03 +0000</pubDate>
		<dc:creator>mestachs</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[sonar]]></category>

		<guid isPermaLink="false">http://mestachs.wordpress.com/?p=1422</guid>
		<description><![CDATA[Fourth “Through the eyes of sonar” article ( 1, 2, 3 ), let&#8217;s review various naming &#38; comments rules. Guidelines The excellent work of Cagdas Basaraner provide us these guidelines : Use short enough and long enough variable names in each scope of code. Generally length may be 1 char for loop counters, 1 word [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mestachs.wordpress.com&#038;blog=33564009&#038;post=1422&#038;subd=mestachs&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://mestachs.wordpress.com/2013/01/07/through-the-eyes-of-sonar-naming-comments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/442366ab4910c1c6ed29948ffc2a87a9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mestachs</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b4/All_Caps.jpg/300px-All_Caps.jpg" medium="image">
			<media:title type="html">English: Illustration of all caps .vs. mixed case.</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/zemified_e.png?x-id=a36d6657-a0be-40df-87bb-013b8a954540" medium="image">
			<media:title type="html">Enhanced by Zemanta</media:title>
		</media:content>
	</item>
	</channel>
</rss>
