<?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>adam mokan &#187; blogging</title>
	<atom:link href="http://www.adammokan.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adammokan.com</link>
	<description>ramblings of a software developer, mad scientist, geek, and father</description>
	<lastBuildDate>Tue, 22 Nov 2011 19:11:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Looking for feedback on future content</title>
		<link>http://www.adammokan.com/2011/07/18/looking-for-feedback-on-future-content/</link>
		<comments>http://www.adammokan.com/2011/07/18/looking-for-feedback-on-future-content/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 19:26:46 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[asp.net mvc3]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dot net]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[mvcscaffolding]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[nuget]]></category>
		<category><![CDATA[razor]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[teamcity]]></category>
		<category><![CDATA[templify]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[htmlhelpers]]></category>
		<category><![CDATA[ninject]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/?p=74</guid>
		<description><![CDATA[Yeah, yeah. I know this will probably show up as an empty promise since I always have the best intentions to post more, but I have some blog posts and samples in the works (some were literally ready to post and then a change came out and I have to make adjustments). My goal is [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, yeah. I know this will probably show up as an empty promise since I always have the best intentions to post more, but I have some blog posts and samples in the works (some were literally ready to post and then a change came out and I have to make adjustments). My goal is to get at least one of them out by the end of July. If anyone has feedback on what they&#8217;d like to see first, please comment.</p>
<p>On deck, in no particular order :</p>
<ul>
<li>A detailed post (with code and a Templify template to get you started) on a generic repository pattern for ASP.NET MVC 3 and Entity Framework 4.1 along with a unit tests that utilize SQL Compact edition that automatically create a new SQL Compact file upon starting tests, populates the schema with sample data, and then subsequently deletes the file after tests are complete. Dependency injection is done via Ninject, which is my IoC of choice for MVC3.</li>
<li>A post on consuming portable areas in MVC 3 for a plugin-like architecture. Think &#8220;modules&#8221; that can be dynamically loaded.</li>
<li>A post on the MVC lifecycle and when and why to use the various filter interfaces provided by ASP.NET MVC3.</li>
<li>A post on Node.js from a .NET developers perspective and how to get started with hosting, the current state of node on Windows and so-on.</li>
<li>A post on custom HtmlHelpers for MVC3 showing various techniques to keep those views nice and DRY.</li>
<li>A post on running JetBrains TeamCity 6.5 in the cloud using Amazon&#8217;s EC2 &#8220;micro&#8221; instance and automatically bringing up build agents and terminating them after the build. The post would be aimed at .NET development.</li>
</ul>
<div>If you have any feedback on what you&#8217;d like to see, please comment.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2011/07/18/looking-for-feedback-on-future-content/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>blogging has been an epic fail</title>
		<link>http://www.adammokan.com/2010/03/14/blogging-has-been-an-epic-fail/</link>
		<comments>http://www.adammokan.com/2010/03/14/blogging-has-been-an-epic-fail/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 15:35:00 +0000</pubDate>
		<dc:creator>adam.mokan</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[pragmatic programmer]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://www.adammokan.com/2010/03/14/blogging-has-been-an-epic-fail/</guid>
		<description><![CDATA[I&#39;ve gone into nearly every weekend since January telling myself, I&#39;m going to finish my already started blog posts this weekend and push them to the web. Well, it never happens. Tonight I saved myself the future stress and simply deleted what I had begun writing, in many cases, from late 2009. The craziest thing [...]]]></description>
			<content:encoded><![CDATA[<p>I&#39;ve gone into nearly every weekend since January telling myself, <em>I&#39;m going to finish my already started blog posts this weekend and push them to the web</em>. Well, it never happens.</p>
<p>Tonight I saved myself the future stress and simply deleted what I had begun writing, in many cases, from late 2009.</p>
<p>The craziest thing to me, in reading my half-written posts, is seeing how far I have come since last fall as a developer. I have read so many books either again (The Pragmatic Programmer) or for the first time (Domain Driven Design by Eric Evans) that have changed how I view software development and how I view previous choices I made in my career. Had I made the effort to really understand more years ago, I&#39;d have experienced a lot less friction in certain jobs, but that&#39;s what life is all about, I guess. Learning from mistakes and not repeating them&#8230; <em>as often.</em></p>
<p>From here on out, no more pooling unfinished posts. I&#39;m going to just throw out more raw notes on what I&#39;m working on and go from there. I spend too much time making things &quot;perfect&quot;. I know my writing isn&#39;t great but it is not going to get any better in hiding. Right?</p>
<p>Until the next post, go check out the books mentioned above and a couple others I have really enjoyed over the past few months. The link goes to my list on Amazon.</p>
</p>
<p><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Frichpub%2Flistmania%2Ffullview%2FR1TTLNL1PRHEB9%3Fie%3DUTF8%26lm_bb%3D&amp;tag=adammokan-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">Recent Book List</a><img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=adammokan-20&amp;l=ur2&amp;o=1" style="border:none !important; margin:0px !important;" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adammokan.com/2010/03/14/blogging-has-been-an-epic-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

