<?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>Effectual Working &#187; programming</title>
	<atom:link href="http://effectualworking.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://effectualworking.com</link>
	<description>ef·fec·tu·al adj. Producing or sufficient to produce a desired effect; fully adequate.</description>
	<lastBuildDate>Thu, 08 Apr 2010 19:58:14 +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>How to become a great software developer.</title>
		<link>http://effectualworking.com/2009/07/how-to-become-a-great-software-developer/</link>
		<comments>http://effectualworking.com/2009/07/how-to-become-a-great-software-developer/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 18:14:41 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[What I'm Doing]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[practice]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[skill development]]></category>

		<guid isPermaLink="false">http://effectualworking.com/?p=51</guid>
		<description><![CDATA[Here is my story.  I went into management for a better salary.  Back when I did that, I had reached the top of the career path for developers - Systems Analyst. ]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://www.google.com/search?hl=en&amp;q=how+to+become+a+great+software+developer&amp;aq=0&amp;oq=how+to+become+a+great+sof&amp;aqi=g1" target="_self">googled</a> the title of this blog post, as I am working through a difficult transition.  I have been a full-time project manager (PM), but I am switching to 50% PM and 50% developer.  I want to be the best developer I can be in that 50%. </p>
<p>Here is my story.  I went into management for a better salary.  Back when I did that, I had reached the top of the career path for developers &#8211; Systems Analyst. Several years into my time as an IT Manager, I was tapped to lead the Project Office.  I oficially became a project manager and earned my Project Manager Professional (PMP) certification.</p>
<p>The more I worked with software development teams, the more I missed doing software development. As a PM, I also saw problems with software development that I figured would be hard to improve unless I got involved in the work.  A hands-on approach would show me what was going on and build credibility for potential solutions.</p>
<p>My problem?  Besides the tinkering I do in my spare time, most of my programming skills are rusty, out-dated, and underdeveloped. That being said, I have always been able to learn new things. With budgets tight, it is up to me to get started and prove my value. This is where the web really comes handy.  There are so many good, free resources available for learning!</p>
<p>Here are a few that I am using:</p>
<ul>
<li><a href="http://visualbasic.about.com/c/ec/1.htm" target="_self">VB Programming for Non-Programmers!</a> &#8211; This course will get your feet wet.  It comes in four weekly installments and is easy to follow.</li>
<li>SQLCourse.com has an <a href="http://sqlcourse.com/" target="_self">Introductory SQL Tutorial</a>.  SQL is a manditory skill for querying relational databases.</li>
<li><a href="http://java.sun.com/docs/books/tutorial/java/index.html" target="_self">Learning the Java Language</a> &#8211; A free course from Sun covering the fundamentals of the Java language.</li>
<li><a href="http://javabat.com/" target="_self">JavaBat</a> &#8211; Innovative web page with Java practice problems.</li>
</ul>
<p>Here are a few articles worth reading:</p>
<ul>
<li><a href="http://joshblog.net/2009/01/12/five-ways-to-become-a-better-software-developer/" target="_self">Five Ways to Become a Better Software Developer</a> &#8211; This one surprised me, as most of the tips involve networking and getting feedback from other developers.</li>
<li><a href="http://www.ukfastblog.co.uk/2009/04/03/so-how-do-you-become-a-great-software-developer/" target="_self">So how do you become a great software developer?</a> &#8211; Another surprise &#8211; read! At the core is being able to understand the problem you are solving.</li>
<li><a href="http://davedupre.com/2009/06/03/platform-engineers-or-rock-star-engineers/#content" target="_self">Platform Engineers or Rock Star Engineers</a> &#8211; It&#8217;s all about passion, skill, and understanding. The Rock Star Engineer can solve problems using whatever technology you put in front of him.</li>
</ul>
<p>Finally, a couple book lists:</p>
<ul>
<li><a href="http://weblogs.asp.net/fredriknormen/archive/2008/04/18/do-you-want-to-become-a-great-developer.aspx" target="_self">Do you want to become a great developer?</a> &#8211; This list covers a lot of different topics, but none of the books are language-specific.</li>
<li><a href="http://www.amazon.com/How-become-Great-Software-Engineer/lm/RBZCAO1XX3K8W" target="_self">How to become a Great Software Engineer</a> &#8211; Once again, most of this is not language-specific!</li>
</ul>
<p>Here is a quote from the &#8220;Rock Star&#8221; article referenced above that sums it up nicely.</p>
<blockquote><p>I’ve lost track of how many times this simple fact has been proven to me. The qualities of a great engineer carry over to any platform, and a great engineer will pick up a new platform quickly — mostly because they love learning new things. If you’re starting out in software development, concentrate on being a great engineer. That’s far more valuable than an engineer that knows a platform.</p></blockquote>
<p>I have seen this too. If you look at the articles and book lists I&#8217;ve noted above, you will see that very little is said about specific languages.  The languages are just the tools.  They are important and you need to know them.  However, it&#8217;s not the knowledge of languages that make a developer valuable.  It&#8217;s the higher skills &#8211; learning, networking, understanding, and problem solving.</p>
]]></content:encoded>
			<wfw:commentRss>http://effectualworking.com/2009/07/how-to-become-a-great-software-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uninterrupted Time to Code</title>
		<link>http://effectualworking.com/2009/02/uninterrupted-time-to-code/</link>
		<comments>http://effectualworking.com/2009/02/uninterrupted-time-to-code/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 11:33:42 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Getting Things Done]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://effectualworking.com/?p=32</guid>
		<description><![CDATA[This seems like a simple way to improve the quality of code and the productivity of your developers.]]></description>
			<content:encoded><![CDATA[<p>I just read a great article by Paul Graham called <a href="http://www.paulgraham.com/head.html" target="_self">Holding a Program in One&#8217;s Head</a>. In it, Graham, explores the value of programmers having large blocks of uninterrupted time to code. This seems like a simple way to improve the quality of code and the productivity of your developers.</p>
<p>He lists eight points that help programmers and makes the following observations:</p>
<ul>
<li>It&#8217;s striking how often programmers manage to hit all eight points by accident.</li>
<li>Even more striking are the number of officially sanctioned projects that manage to do all eight things wrong.</li>
</ul>
<p>It looks like there is plenty of room for managers (and programmers) to improve!</p>
]]></content:encoded>
			<wfw:commentRss>http://effectualworking.com/2009/02/uninterrupted-time-to-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Becoming a Better Developer</title>
		<link>http://effectualworking.com/2008/05/becoming-a-better-developer/</link>
		<comments>http://effectualworking.com/2008/05/becoming-a-better-developer/#comments</comments>
		<pubDate>Wed, 21 May 2008 01:30:51 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://effectualworking.wordpress.com/?p=16</guid>
		<description><![CDATA[I was searching the other day on how to become a better developer and came across the following series of articles.  I really liked how each part encourages the developer to examine different facets of their job. Part 11 might work, if you like &#8220;boughten&#8221; massages.

Part 1: Making Fans
Part 2: Know Your Core Competencies
Part [...]]]></description>
			<content:encoded><![CDATA[<p>I was searching the other day on how to become a better developer and came across the following series of articles.  I really liked how each part encourages the developer to examine different facets of their job. Part 11 might work, if you like &#8220;boughten&#8221; massages.</p>
<ul>
<li><a rel="me" href="http://www.softwarebyrob.com/2005/07/02/betterdeveloperpart1makingfans/">Part 1: Making Fans</a></li>
<li><a href="http://www.softwarebyrob.com/2005/07/07/better-developer-part-2-know-core-competencies/">Part 2: Know Your Core Competencies</a></li>
<li><a href="http://www.softwarebyrob.com/2005/08/01/becoming-a-better-developer-part-3-enjoy-the-panorama/">Part 3: Enjoy the Panorama</a></li>
<li><a href="http://www.softwarebyrob.com/2005/08/29/better-developer-4-know-what-youre-building/">Part 4: Know What You’re Building</a></li>
<li><a href="http://www.softwarebyrob.com/2005/09/05/better-developer-dont-use-a-dull-knife/">Part 5: Don’t Use a Dull Knife</a></li>
<li><a href="http://www.softwarebyrob.com/2005/10/10/better-developer-6-become-a-manager/">Part 6: Become a Manager</a></li>
<li><a href="http://www.softwarebyrob.com/2005/10/17/better-developer-7-jigsaw-puzzle/">Part 7: The Jigsaw Puzzle</a></li>
<li><a href="http://www.softwarebyrob.com/2005/12/14/better-developer-8-know-your-archetype/">Part 8: Know Your Archetype</a></li>
<li><a href="http://www.softwarebyrob.com/2006/09/27/how-to-criticize-a-software-developer-punched/">Part 9: How to Criticize a Software Developer Without Getting Punched</a></li>
<li><a href="http://www.softwarebyrob.com/2006/10/19/becoming-better-developer-what-your-colleages-think-you/">Part 10: What Do Your Colleagues Think of You?</a></li>
<li><a href="http://www.softwarebyrob.com/2007/06/22/better-developer-11-massage-boss-pay-for-it/">Part 11: Get a Massage (and Get Your Boss to Pay For It)</a></li>
</ul>
<p>If you are a software developer, I think it is worthwhile to read one part each day and reflect on it.  It just might help you become a better one!</p>
]]></content:encoded>
			<wfw:commentRss>http://effectualworking.com/2008/05/becoming-a-better-developer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
