<?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>Perplexed Labs &#187; outsource</title>
	<atom:link href="http://blog.perplexedlabs.com/tag/outsource/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.perplexedlabs.com</link>
	<description>web development war stories from the frontlines to the backend</description>
	<lastBuildDate>Mon, 16 May 2011 14:19:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Book Review: The Passionate Programmer</title>
		<link>http://blog.perplexedlabs.com/2009/07/29/book-review-the-passionate-programmer/</link>
		<comments>http://blog.perplexedlabs.com/2009/07/29/book-review-the-passionate-programmer/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 19:41:36 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[outsource]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.perplexedlabs.com/?p=312</guid>
		<description><![CDATA[I recently picked up a copy of The Passionate Programmer: Creating a Remarkable Career in Software Development (Pragmatic Life). I read it over the course of a week and wanted to share some of my thoughts. Chad Fowler co-authored the book Programming Ruby 1.9: The Pragmatic Programmers' Guide (Facets of Ruby) and is a huge [...]


Related posts:<ol><li><a href='http://blog.perplexedlabs.com/2009/11/30/8-books-to-get-a-developer-for-the-holidays/' rel='bookmark' title='Permanent Link: 8 Books To Get A Developer For The Holidays'>8 Books To Get A Developer For The Holidays</a></li>
<li><a href='http://blog.perplexedlabs.com/2009/07/28/django-1-0-template-development-sample-chapter-serving-multiple-templates/' rel='bookmark' title='Permanent Link: Django 1.0 Template Development: Sample Chapter &#8220;Serving Multiple Templates&#8221;'>Django 1.0 Template Development: Sample Chapter &#8220;Serving Multiple Templates&#8221;</a></li>
<li><a href='http://blog.perplexedlabs.com/2009/01/13/installing-ruby-enterprise-edition-with-phusion-passenger/' rel='bookmark' title='Permanent Link: Installing Ruby Enterprise Edition with Phusion Passenger'>Installing Ruby Enterprise Edition with Phusion Passenger</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I recently picked up a copy of <a href="http://www.amazon.com/gp/product/1934356344?ie=UTF8&#038;tag=perplabs-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1934356344">The Passionate Programmer: Creating a Remarkable Career in Software Development (Pragmatic Life)</a><img src="http://www.assoc-amazon.com/e/ir?t=perplabs-20&#038;l=as2&#038;o=1&#038;a=1934356344" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.  I read it over the course of a week and wanted to share some of my thoughts.</p>
<p><a href="http://chadfowler.com/">Chad Fowler</a> co-authored the book <a href="http://www.amazon.com/gp/product/1934356085?ie=UTF8&#038;tag=perplabs-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1934356085">Programming Ruby 1.9: The Pragmatic Programmers' Guide (Facets of Ruby)</a><img src="http://www.assoc-amazon.com/e/ir?t=perplabs-20&#038;l=as2&#038;o=1&#038;a=1934356085" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> and is a huge advocate of Rails.  The book is a practical guide to growing as a professional software developer and is broken down into many 2-5 page sections focusing on a specific concept related to accomplishing this goal.</p>
<p>Some general themes permeate the entire 200 page text.  One in particular is to embrace the opportunities that exist in a world where many software development roles are being outsourced overseas.  He outlines a number of ways to take advantage of this situation to position yourself in a way where you are more attractive to potential employers, even the ones doing the outsourcing.</p>
<p>He encourages a constant, methodical, evaluation of your skillset in order to target your research and development towards the technologies that will become desirable next.  Stay ahead of the wave instead of being tossed around by it.</p>
<p>Each section ends with an "Act On It!" portion which provides actionable tasks that reinforce the concept you've just read.  Many of these are good suggestions and are easily incorporated into your day to day activities.</p>
<p>Another concept is the idea that your career in software development, essentially yourself, should be treated as a product.  A product which requires constant attention in both R&#038;D and marketing.  Staying stagnant too long and not expanding the tools in your chest is a recipe for opportunity passing you by.  Marketing suggestions include blogging and contributing to open source projects.</p>
<p>If you've lost the passion for software development.  This book may provide just enough insight and food for thought to encourage you to get back on the right track and return to the days where you typed away into the wee hours of the night, not because you were getting paid, but because you loved it.</p>


<p>Related posts:<ol><li><a href='http://blog.perplexedlabs.com/2009/11/30/8-books-to-get-a-developer-for-the-holidays/' rel='bookmark' title='Permanent Link: 8 Books To Get A Developer For The Holidays'>8 Books To Get A Developer For The Holidays</a></li>
<li><a href='http://blog.perplexedlabs.com/2009/07/28/django-1-0-template-development-sample-chapter-serving-multiple-templates/' rel='bookmark' title='Permanent Link: Django 1.0 Template Development: Sample Chapter &#8220;Serving Multiple Templates&#8221;'>Django 1.0 Template Development: Sample Chapter &#8220;Serving Multiple Templates&#8221;</a></li>
<li><a href='http://blog.perplexedlabs.com/2009/01/13/installing-ruby-enterprise-edition-with-phusion-passenger/' rel='bookmark' title='Permanent Link: Installing Ruby Enterprise Edition with Phusion Passenger'>Installing Ruby Enterprise Edition with Phusion Passenger</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.perplexedlabs.com/2009/07/29/book-review-the-passionate-programmer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

