<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:series="http://unfoldingneurons.com/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>IT Career Coach</title>
	
	<link>http://www.it-career-coach.net</link>
	<description>How To Put Your Career in Overdrive!</description>
	<lastBuildDate>Mon, 15 Mar 2010 11:21:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BecomeAProgrammer" /><feedburner:info uri="becomeaprogrammer" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>38.631451</geo:lat><geo:long>-90.214154</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><image><link>http://www.it-career-coach.net</link><url>http://feeds.feedburner.com/BecomeAProgrammer.3.gif</url><title>How To Improve Your Skills Or Become An Expert</title></image><feedburner:emailServiceId>BecomeAProgrammer</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>Your Guide to Top Paying Jobs in High Demand Careers</feedburner:browserFriendly><item>
		<title>A Step By Step Guide For Creating SQL Reports</title>
		<link>http://feedproxy.google.com/~r/BecomeAProgrammer/~3/JbpZ-zod2_o/</link>
		<comments>http://www.it-career-coach.net/2010/03/15/a-step-by-step-guide-for-creating-sql-reports/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 11:21:10 +0000</pubDate>
		<dc:creator>IT Career Coach</dc:creator>
				<category><![CDATA[AS400 Report Writer]]></category>
		<category><![CDATA[PL SQL Oracle Report Writer]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[SQL Report Writer]]></category>
		<category><![CDATA[SQL Server database developer training]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[Sql Server Reporting Services Report Writer]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[online SQL developer training]]></category>
		<category><![CDATA[online database developer training]]></category>
		<category><![CDATA[online rdbms training]]></category>
		<category><![CDATA[online report development training]]></category>
		<category><![CDATA[online report writing training]]></category>
		<category><![CDATA[online sql training]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[Report Writing]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2875</guid>
		<description><![CDATA[This post is written for those of us who are sometimes asked to create SQL based reports. It helps us formalize a process for creating reports and it gives us a step by step guide for creating reports that depend on AS400, Oracle, SQL Server, Microsoft Access or any other database.
A Step By Step Guide [...]]]></description>
			<content:encoded><![CDATA[<p>This post is written for those of us who are sometimes asked to create SQL based reports. It helps us formalize a process for creating reports and it gives us a step by step guide for creating reports that depend on AS400, Oracle, SQL Server, <a title="Microsoft" href="http://www.it-career-coach.net/category/microsoft/">Microsoft</a> Access or any other database.</p>
<h1>A Step By Step Guide For Creating SQL Reports</h1>
<p>Here is a step by step process for creating SQL Reports.</p>
<p>Step One: Document the <a title="Requirements" href="http://www.it-career-coach.net/category/requirements/">Requirements</a> for your SQL Repots</p>
<p>Step Two: Find out where you will be pulling your data from (AS400, Oracle, SQL Server, etc)</p>
<p>Step Three: Write the SQL Queries for extracting your data from a database</p>
<p>Step Four: Present and format your SQL Results in a Report</p>
<p>Step Five: Distribute your SQL Based Reports</p>
<h2>How do I access reporting data from heterogeneous databases?</h2>
<p>Many organizations store there data in more than one type of database which poses a challenge from a <a title="skills" href="http://www.it-career-coach.net/category/skills/">skills</a> stand-point. </p>
<p>If your organization uses AS400, Oracle and SQL Server to store data and you&#8217;ve been asked to write a report that draws from all of them, you may find that challenging because each type of database uses a different flavor of SQL.</p>
<p>If this is your situation, then you need to start with the database that you&#8217;re the most familiar with (<a title="Microsoft" href="http://www.it-career-coach.net/category/microsoft/">Microsoft</a> Access, SQL Server, etc.) and see if you can connect to all the other <a title="databases" href="http://www.it-career-coach.net/category/databases/">databases</a> from that. </p>
<p>Many database systems like SQL Server or MS Access offer you the ability to access data contained from different types of <a title="databases" href="http://www.it-career-coach.net/category/databases/">databases</a> easily.</p>
<h2>How do I format or design my report?</h2>
<p>If you are asked to design a SQL based report that presents data in tables or charts with  formatting of page titles, page numbering, column headers, sub-totals, totals, page breaks or more, here is what you can do.</p>
<p>1.	You can choose a reporting tool like Crystal Reports or SQL Server Reporting Services or <a title="Microsoft" href="http://www.it-career-coach.net/category/microsoft/">Microsoft</a> Access. Out of these, Microsoft Access reports may be the easiest to learn or use for customizing your reports. </p>
<p>2.	You can develop or code your reports as a web-page. Coding or developing your report using a web-development language like PHP or ASP.NET is a flexible but <a title="skill" href="http://www.it-career-coach.net/category/skill/">skill</a> intensive way to develop reports. </p>
<p>Using a <a title="web development" href="http://www.it-career-coach.net/category/web-development/">web development</a> language like ASP.NET or PHP, you can execute SQL statements on a database and then return the results formatted into tables, columns, charts, etc, on your web-page. </p>
<p>You can also paginate the results add advanced searching or filtering options. This option while requiring extensive programming will allow you to create web pages that are more readily accessible on the web.</p>
<h1>How do I distribute my report?</h1>
<p>Depending on your organization, you have to distribute your reports based on the preferences of each individual user or group.</p>
<p>While some business users expect their reports to be printed and placed on their desk, others may prefer that the reports be distributed by e-mail.</p>
<h1>How Do I Deliver Or Distribute My Reports</h1>
<p>Even when reports are distributed by e-mail, you still have to figure out the format of the report. </p>
<p>By that I mean, choosing between several possible types of report delivery options including PDF, Microsoft Excel or even as a HTML based page. </p>
<h1>Hopw Often Do I Distribute My Reports?</h1>
<p>You also have to decide what reporting frequency will be the most appropriate for your situation (daily, weekly, monthly, end of year), etc.</p>
<p>Considering the complexity of reporting <a title="requirements" href="http://www.it-career-coach.net/category/requirements/">requirements</a>, you may need to put on a <a title="business analyst" href="http://www.it-career-coach.net/category/business-analyst/">business analyst</a> hat before you start your reporting project. </p>
<p>Putting together a <a title="requirements" href="http://www.it-career-coach.net/category/requirements/">requirements</a> document would help you ensure that you understand your users and their needs or help you validate the robustness of your reporting solution upfront &#8230; before you start developing your reports.<br />
<blockquote><a target="_blank" href="http://www.feedblitz.com/f/?Sub=82790">
<div id="subscribe_newsletter_image" class="wp-caption alignleft" style="width: 42px"><img src="http://www.it-career-coach.net/images/newsletter_40p.jpg" alt="Subscribe to IT Career Coach Newsletter" title="Subscribe to IT Career Coach Newsletter" width="42" height="42"/></div>
<p></a> <a target="_blank" href="http://www.feedblitz.com/f/?Sub=82790" title="Subscribe to IT Career Coach Newsletter"><strong>If you enjoyed reading this <a title="article" href="http://www.it-career-coach.net/category/article/">article</a>, Subscribe to IT <a title="Career Coach" href="http://www.it-career-coach.net/category/career-coach/">Career Coach</a> Newsletter</strong></a> </p></blockquote>                <p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                            <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F03%2F15%2Fa-step-by-step-guide-for-creating-sql-reports%2F&amp;linkname=A%20Step%20By%20Step%20Guide%20For%20Creating%20SQL%20Reports" target="_blank"><img src="http://www.it-career-coach.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=JbpZ-zod2_o:F2dT3U-47Ik:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=JbpZ-zod2_o:F2dT3U-47Ik:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=JbpZ-zod2_o:F2dT3U-47Ik:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=JbpZ-zod2_o:F2dT3U-47Ik:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=JbpZ-zod2_o:F2dT3U-47Ik:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=JbpZ-zod2_o:F2dT3U-47Ik:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=JbpZ-zod2_o:F2dT3U-47Ik:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=JbpZ-zod2_o:F2dT3U-47Ik:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=JbpZ-zod2_o:F2dT3U-47Ik:-WwxidANLS4"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=-WwxidANLS4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BecomeAProgrammer/~4/JbpZ-zod2_o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/03/15/a-step-by-step-guide-for-creating-sql-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	<feedburner:origLink>http://www.it-career-coach.net/2010/03/15/a-step-by-step-guide-for-creating-sql-reports/</feedburner:origLink></item>
		<item>
		<title>How To Build A Career In Information Security (INFOSEC)</title>
		<link>http://feedproxy.google.com/~r/BecomeAProgrammer/~3/wOxknZAlDz8/</link>
		<comments>http://www.it-career-coach.net/2010/03/14/how-to-build-a-career-in-information-security-infosec/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 22:10:15 +0000</pubDate>
		<dc:creator>IT Career Coach</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[network administrators]]></category>
		<category><![CDATA[network data analyst]]></category>
		<category><![CDATA[new technologies]]></category>
		<category><![CDATA[Network Administrator]]></category>
		<category><![CDATA[Systems Administrator]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2873</guid>
		<description><![CDATA[This post is a first in an important way. It is the first post in our [Ask IT Career Coach] series where we present a lesser known but equally valuable Information Technology (IT) career option.
Announcing The [Ask IT Career Coach] &#8211; Career Advice Column
I would like to start this post by introducing our [Ask IT [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1565" class="wp-caption aligncenter" style="width: 285px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2009/06/tell_a_friend_istock_000007780059xsmall.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2009/06/tell_a_friend_istock_000007780059xsmall-275x300.jpg" alt="Tell A Friend - Ask IT Career Coach" title="Tell A Friend - Ask IT Career Coach" width="275" height="300" class="size-medium wp-image-1565" /></a><p class="wp-caption-text">Tell A Friend - Ask IT Career Coach</p></div>
<p>This post is a <strong>first in an important way</strong>. It is the first post in our <a href="http://www.it-career-coach.net/ask-it-career-coach/" target="_blank" title="Career Advice for Information Technology (IT) Professionals"><strong>[Ask IT Career Coach]</strong></a> series where we present a lesser known but equally valuable <a title="Information Technology" href="http://www.it-career-coach.net/category/information-technology/">Information Technology</a> (IT) career option.<br />
<h2>Announcing The [Ask IT Career Coach] &#8211; Career Advice Column</h2>
<p>I would like to start this post by introducing our <a href="http://www.it-career-coach.net/ask-it-career-coach/" target="_blank" title="Career Advice for Information Technology (IT) Professionals">[Ask IT Career Coach]</a> service, a <strong><a title="Career Advice" href="http://www.it-career-coach.net/category/career-advice/">Career Advice</a> Column</strong> that offers answers, help or solutions for your most challenging career situations.</p>
<h2>How Do I Start My Career In Information Security?</h2>
<p><strong>Here is the first question on <a title="Information Security" href="http://www.it-career-coach.net/category/careers/information-security/">Information Security</a> sent in from Waukesha, Wisconsin</strong></p>
<blockquote>
<p>I have a bachelors degree in Business from 2003 and am now in a masters in MIS program.</p>
<p>My goal is to obtain a management <a target="_blank" title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a> in the IT field eventually, possibly with an emphasis in security and move on to higher levels of management from there.</p>
<p>Would it be a good move for me to obtain an A+ certification and try to enter the field as a remote desktop support associate or can you suggest other ways to enter the field that would lead me to my management objectives?</p>
<p>What about trying to enter as a <a title="business analyst" href="http://www.it-career-coach.net/category/business-analyst/">business analyst</a> or another position?</p>
<p>Looking forward to hearing back from you soon.</p>
</blockquote>
<h2>How To Become An Information Technology Professional</h2>
<p>Let me start by making sure we&#8217;re on the same page since the <a title="Information Security" href="http://www.it-career-coach.net/category/careers/information-security/">Information Security</a> (<strong>INFOSEC</strong>) Career is a relatively new career path in the <a title="Information Technology" href="http://www.it-career-coach.net/category/information-technology/">Information Technology</a> (IT) Industry.</p>
<p>In today&#8217;s digital economy, we leave a good deal of digital footprint as we utilize the services offered by our<i> hospitals, financial institutions, government agencies, internet service providers (ISPs), web hosting firms, telecommunications providers</i> (AT&#038;T, T-Mobile, etc.) and other corporate and non-profit organizations.</p>
<p>Some of the digital data created by using services in banking or medical institutions are extremely sensitive, valuable or important to us. So, if they were accessed by un-authorized individuals, stolen, altered or lost, the damage to our lives could be<strong> incalculable, devastating or almost irreparable</strong>.</p>
<p>From another standpoint, <i><a title="Information Security" href="http://www.it-career-coach.net/category/careers/information-security/">Information Security</a> Auditors, Professionals, Consultants or Analysts</i> are valuable because they help assure the stability and peace of mind of the society considering the therat posed by Hackers or the real possibility of Cyber Warfare.</p>
<h1>How To Become An Information Security Analyst</h1>
<p>I have established the role or importance of Information Security Analysts, Auditors or Consultants. Next I would like to discuss how you can become an <a title="Information Technology" href="http://www.it-career-coach.net/category/information-technology/">Information Technology</a> professional.</p>
<blockquote><p>I&#8217;m not going to suggest that you do ten (10) things but that you do just one thing in order for you to become an INFOSEC Professional!</p>
</blockquote>
<p>I suggest that you do everything in your power to become a <strong>Network Administrator or a Systems Administrator</strong> on the way to specializing in Information Technology.</p>
<blockquote><p>The Network or Systems Administrator is traditionally responsible for the integrity, availability, confidentiality, access control, intrusion detection or prevention and security of the computer or <a title="networking" href="http://www.it-career-coach.net/category/networking/">networking</a> infrastructure of an organization.</p>
</blockquote>
<p>From that standpoint, becoming an Information Technology professional is a logical extension of your career path.</p>
<h2>Would An A+ Certification Help Your Career?</h2>
<p>Yes, starting out with an <strong>A+ Certification</strong> may be good for you because it would help you land an <strong>desktop or technical support <a target="_blank" title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a></strong> from which you can rise to become Network or Systems Administrator <a target="_blank" title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a>.</p>
<p>Keep in mind that what you really want to be is, a <strong>Network or Systems Administrator</strong>. So, you have to make sure that getting an A+ certification does not stand in your way of getting there.</p>
<h1>How To Become An IT Manager or IT Director</h1>
<blockquote><p>Getting into a Network Administrator role can also help you get an IT Management job because in some organizations, the top Network Administrator is also the IT Director because of the scope or responsibilities traditionally assigned to the position.</p>
</blockquote>
<p>Just know that this would be on a company by company basis. Some companies may prefer <a title="business analysts" href="http://www.it-career-coach.net/category/business-analysts/">business analysts</a> or MBA degree holders or <a title="Network Administrators" href="http://www.it-career-coach.net/category/network-administrators/">Network Administrators</a>.</p>
<p>Setting on the Systems Administrator career path could work well for you because that would help keep  the door to IT management or IT security doors open for you.</p>
<h2>Information Technology Career Advice Column</h2>
<p>In this post, I answered the question of how to get into an Information Technology (IT) or an IT Management career path.</p>
<p>If you have any question about this, be sure to post it as a comment on this page and I would answer it for you.</p>
<blockquote><p><a target="_blank" href="http://www.feedblitz.com/f/?Sub=82790">
<div id="subscribe_newsletter_image" class="wp-caption alignleft" style="width: 42px"><img src="http://www.it-career-coach.net/images/newsletter_40p.jpg" alt="Subscribe to IT Career Coach Newsletter" title="Subscribe to IT Career Coach Newsletter" width="42" height="42"/></div>
<p></a> <a target="_blank" href="http://www.feedblitz.com/f/?Sub=82790" title="Subscribe to IT Career Coach Newsletter"><strong>If you enjoyed reading this article, Subscribe to IT <a title="Career Coach" href="http://www.it-career-coach.net/category/career-coach/">Career Coach</a> Newsletter</strong></a> </p></blockquote>                <p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                            <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F03%2F14%2Fhow-to-build-a-career-in-information-security-infosec%2F&amp;linkname=How%20To%20Build%20A%20Career%20In%20Information%20Security%20%28INFOSEC%29" target="_blank"><img src="http://www.it-career-coach.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=wOxknZAlDz8:t8zQxnLtEWU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=wOxknZAlDz8:t8zQxnLtEWU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=wOxknZAlDz8:t8zQxnLtEWU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=wOxknZAlDz8:t8zQxnLtEWU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=wOxknZAlDz8:t8zQxnLtEWU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=wOxknZAlDz8:t8zQxnLtEWU:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=wOxknZAlDz8:t8zQxnLtEWU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=wOxknZAlDz8:t8zQxnLtEWU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=wOxknZAlDz8:t8zQxnLtEWU:-WwxidANLS4"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=-WwxidANLS4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BecomeAProgrammer/~4/wOxknZAlDz8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/03/14/how-to-build-a-career-in-information-security-infosec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Career Advice - Ask IT Career Coach]]></series:name>
	<feedburner:origLink>http://www.it-career-coach.net/2010/03/14/how-to-build-a-career-in-information-security-infosec/</feedburner:origLink></item>
		<item>
		<title>The Business Analysts Role In Facilitating Data Warehouse Projects</title>
		<link>http://feedproxy.google.com/~r/BecomeAProgrammer/~3/MojDHysBKFY/</link>
		<comments>http://www.it-career-coach.net/2010/03/10/the-business-analyst-role-in-facilitating-data-warehouse-projects/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 12:29:39 +0000</pubDate>
		<dc:creator>IT Career Coach</dc:creator>
				<category><![CDATA[BI Directors]]></category>
		<category><![CDATA[BI Managers]]></category>
		<category><![CDATA[Business Analysis Training]]></category>
		<category><![CDATA[Business Analyst Job Description]]></category>
		<category><![CDATA[Business Modeling]]></category>
		<category><![CDATA[Business Requirements]]></category>
		<category><![CDATA[Hyperion Report Writer]]></category>
		<category><![CDATA[IBM COBOL Report Writer visual FoxPro Report Writer]]></category>
		<category><![CDATA[IT analyst training]]></category>
		<category><![CDATA[IT directors]]></category>
		<category><![CDATA[IT training]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[business analysis]]></category>
		<category><![CDATA[business analysis book]]></category>
		<category><![CDATA[business analyst]]></category>
		<category><![CDATA[business analyst book]]></category>
		<category><![CDATA[business analyst books]]></category>
		<category><![CDATA[business analyst boot camp]]></category>
		<category><![CDATA[business analyst classes]]></category>
		<category><![CDATA[business analyst courses]]></category>
		<category><![CDATA[business analyst job]]></category>
		<category><![CDATA[business analyst jobs]]></category>
		<category><![CDATA[business analyst online training]]></category>
		<category><![CDATA[business analyst resumes]]></category>
		<category><![CDATA[business analyst training]]></category>
		<category><![CDATA[business analysts]]></category>
		<category><![CDATA[business data analyst]]></category>
		<category><![CDATA[how to become a junior business analyst]]></category>
		<category><![CDATA[junior business analyst]]></category>
		<category><![CDATA[online business analyst training]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[skills]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2868</guid>
		<description><![CDATA[The Business Analysts Role In Bringing Data Warehousing To Your Office
Today’s business executives spend a ton of cash on data warehouse projects because that is a big, key, strategic business initiative; the success of which weighs heavily on their minds.
Data warehousing is important because it saves or aggregates information in a manner that allows executives, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2870" class="wp-caption aligncenter" style="width: 466px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/03/Business-Analyst-Role-In-Data-Warehouse-Projects.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/03/Business-Analyst-Role-In-Data-Warehouse-Projects.jpg" alt="Business Analyst Role In Data Warehouse Projects" title="Business Analyst Role In Data Warehouse Projects" width="456" height="278" class="size-full wp-image-2870" /></a><p class="wp-caption-text">Business Analyst Role In Data Warehouse Projects</p></div>
<h1>The Business Analysts Role In Bringing Data Warehousing To Your Office</h1>
<p>Today’s business executives spend a ton of cash on data warehouse projects because that is a <strong>big, key, strategic</strong> business initiative; the success of which weighs heavily on their minds.</p>
<p>Data warehousing is important because it <strong>saves</strong> or <b>aggregates</b> information in a manner that allows executives, management or office users to make strategic business decisions faster, better and more easily! </p>
<h2>No More Silos In The Workplace</h2>
<blockquote><p>Data warehousing is critical to business success because it presents a way for executives or management to view or manage their corporation as a whole unit instead of in silos.</p>
</blockquote>
<p>What data warehousing offers decision makers is the ability to <strong>break out of departmental information silos</strong> and see the big picture.</p>
<p>One of the key objectives facilitated by <a title="business analysts" href="http://www.it-career-coach.net/category/business-analysts/">business analysts</a> in data warehousing roles is that of <strong>bridging the gap</strong> between enterprise databases (marketing, finance, inventory, <a title="customer relationship management" href="http://www.it-career-coach.net/category/customer-relationship-management/">customer relationship management</a>, etc.)  so that decision makers or office users can <strong>ask questions</strong> or <strong>get a comprehensive, 360 degree insight</strong> across corporate / departmental databases <i>with one query or question</i>!</p>
<h2>Introducing OLAP, Business Intelligence (BI) Or Data Warehousing To Business Analysts</h2>
<p><a title="Business Analysts" href="http://www.it-career-coach.net/category/business-analysts/">Business Analysts</a> assigned to data warehouse projects may be surprised to know that traditional, day-to-day relational (<b>online transaction processing (OLTP)</b>) databases are not optimized for querying or reporting of data for business or decision making purposes.</p>
<p>Databases that are actually optimized for <a target="_blank" title="data analysis" href="http://www.dataanalystbootcamp.com/more-information/">data analysis</a>, reporting and business intelligence are known as <b>Online Analytical Processing (OLAP)</b> databases. </p>
<p>So, another key benefit of data warehousing is that it provides decision makers with <strong>real-time business intelligence at optimal speeds</strong> through the used of OLTP systems. </p>
<p>Finally, Data Warehousing is important from the standpoint of facilitating forecasting trends or getting performance metrics for the entire organization.</p>
<blockquote><p>Data warehousing provides senior management with intelligence required to see the company’s performance from a <strong>30,000 foot level</strong> instead of being <i>buried under a mountain of data at sea level</i>.</p>
</blockquote>
<h2>Will The Real Enterprise Business Analyst Stand Up Please?</h2>
<p>Organizations implementing business intelligence or data-warehousing projects are looking for a significant boost in their business intelligence or decision making capabilities.</p>
<blockquote><p>Savvy <a title="business analysts" href="http://www.it-career-coach.net/category/business-analysts/">business analysts</a> pulled into data-warehousing / BI projects would fare well to keep this at the back of their mind from the git-go!</p>
</blockquote>
<h3>So, here are some key roles for business analysts in data warehouse projects</h3>
<ul>
<li>
<p>The Data Warehouse Business Analysts role includes helping the business team identify key opportunities for <b>boosting revenue</b>, <b>increasing sales</b>, <b>decreasing operational costs</b> or achieving some other important organizatioinal or business objective.</p>
</li>
<li>
<p>The Business Analyst <strong>bridges the gap</strong> between the business or executive management office and the data warehousing / BI Implementation Team.</p>
</li>
<li>
<p>The Business Analyst <strong>identifies the business intelligence needs</strong> of the organization. This includes eliciting BI requirements from executives, managers or office users and then working with the data warehouse project team to identify, define or implement these <a title="business requirements" href="http://www.it-career-coach.net/category/business-requirements/">business requirements</a>.</p>
</li>
</ul>
<h2>The Enterprise Business Analyst Role In Data Warehousing Projects</h2>
<p>Data warehousing projects are all about <strong>building, integrating, analyzing or reporting</strong> on large, complex, corporate databases.</p>
<blockquote><p>So, Business Analysts working in such domains will be well-advised to fortify their database skills as that is the real-world domain or context of data warehousing.</p>
</blockquote>
<p><i>Because of the strategic importance or the scope of data warehousing / business intelligence (BI) projects, the business analyst typically functions as a key member of a larger data warehouse project team.</i></p>
<p><i>The data warehouse project team may include the Project Manager, Data Modeler, Data Architect,  <a target="_blank" title="Data Analyst" href="http://www.dataanalystbootcamp.com/more-information/">Data Analyst</a> , Tester,  Report Writer, Database Developer and last but not least … the data warehousing / business intelligence (BI) business analyst.</i></p>
<blockquote><p>With that in mind, here are the business analyst’s roles in the context of an enterprise data-warehousing project implementation team.</p>
</blockquote>
<ul>
<li>
<p><b>Management Role</b>: working with executives, management or the business team, the business analyst identifies the gaps in corporate intelligence / reporting capabilities.</p>
</li>
<li>
<p><b><a target="_blank" title="Data Analyst" href="http://www.dataanalystbootcamp.com/more-information/">Data Analyst</a> Role</b>: working with <a target="_blank" title="data analysts" href="http://www.dataanalystbootcamp.com/more-information/">data analysts</a>, the business analyst identifies, understands and documents the sources of data discrepancies or gaps in business intelligence.</p>
<blockquote><p>The actual work of identifying data sources may be assigned to the <a target="_blank" title="data analysts" href="http://www.dataanalystbootcamp.com/more-information/">data analysts</a> or Extraction, Transform Load (ETL) developers while that of documenting or modeling the data transformations assigned to a business analyst comfortable with creating data models.</p>
</blockquote>
</li>
<li>
<p><b>Data Modeler / Data Architect / Database Developer Role</b>: The business analyst works with the data modeler, data architect or database developer to create the logical or conceptual data model.</p>
<p>The business analyst also validates that the data model  meets <a title="business requirements" href="http://www.it-career-coach.net/category/business-requirements/">business requirements</a> before it is implemented.</p.</li>
</ul>
<h1>The Data Warehouse Business Analyst Skill Sets</h1>
<blockquote><p><i>The enterprise data warehouse business analyst is not your traditional business analyst. so, here are some of the skill-set requirements for business analysts in a data warehouse project.</i></p>
</blockquote>
<ul>
<li>
<p>The business analyst needs a thorough understanding of Extraction, Transform and Load (ETL) processes.</p>
</li>
<li>
<p>The business analyst also needs a strong understanding of the logical database design process, data modeling, data-mart design and a good understanding of OLAP compared to OLTP systems.</p>
</li>
<li>
<p>The business analyst needs to be comfortable with the business intelligence tools used in delivering corporate intelligence to decision makers which may be as simple as a Microsoft Excel-based Business Intelligence (tool).</p>
</li>
<li>
<p>The business analyst also needs a good understanding of data warehousing terminology as well as the corporate data being analyzed by the business.</p>
<p>In other words, familiarity with the data is important whether one’s eliciting requirements from the business team or validating data models and ETL processes with the Data Warehouse implementation team.</p>
</li>
</ul>
<h2>Bringing Business Intelligence (BI) To The Office</h2>
<p>An increasing number of organizations are either <strong>planning</strong> or <strong>implementing</strong> BI projects with the objective of improving the <i>quality of corporate intelligence available to decision makers</i>.</p>
<blockquote><p>As a business analyst, it’s <strong>your duty to assist</strong> your organization with their BI / Data Warehouse endeavors.</p>
<p>You can achieve this by learning as much as you can about databases, data warehousing, business intelligence, <a target="_blank" title="data analysis" href="http://www.dataanalystbootcamp.com/more-information/">data analysis</a> and decision making processes.</p>
</blockquote>
<p> The data warehouse business analyst <a target="_blank" title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a> description includes a cross-functional suite of skills in <i>Relational Database Development, SQL Query Writing, <a target="_blank" title="Data Analysis" href="http://www.dataanalystbootcamp.com/more-information/">Data Analysis</a> and <a title="Business Analysis" href="http://www.it-career-coach.net/category/business-analysis/">Business Analysis</a></i>.</p>
<p>You can get more information on this from both the <a target="_blank" title="Data Analyst" href="http://www.dataanalystbootcamp.com/more-information/">Data Analyst</a> Boot Camp and the <a title="Business Analyst Boot Camp" href="http://www.it-career-coach.net/category/business-analyst-boot-camp/">Business Analyst Boot Camp</a>.</p>
<blockquote><p><a target="_blank" href="http://www.businessanalystbootcamp.com/more-information/">
<div id="subscribe_newsletter_image" class="wp-caption alignleft" style="width: 42px"><img src="http://www.it-career-coach.net/images/newsletter_40p.jpg" alt="Subscribe to Business Analysts Boot Camp Newsletter" title="Subscribe to Business Analysts Boot Camp Newsletter" width="42" height="42"/></div>
<p></a> <a target="_blank" href="http://www.businessanalystbootcamp.com/more-information/" title="Subscribe to Business Analysts Boot Camp Newsletter"><strong>If you enjoyed reading this article, Subscribe to Business Analyst(s) Boot Camps Newsletter</strong></a> </p></blockquote>                <p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                            <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F03%2F10%2Fthe-business-analyst-role-in-facilitating-data-warehouse-projects%2F&amp;linkname=The%20Business%20Analysts%20Role%20In%20Facilitating%20Data%20Warehouse%20Projects" target="_blank"><img src="http://www.it-career-coach.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=MojDHysBKFY:3H37oGxWC7s:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=MojDHysBKFY:3H37oGxWC7s:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=MojDHysBKFY:3H37oGxWC7s:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=MojDHysBKFY:3H37oGxWC7s:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=MojDHysBKFY:3H37oGxWC7s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=MojDHysBKFY:3H37oGxWC7s:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=MojDHysBKFY:3H37oGxWC7s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=MojDHysBKFY:3H37oGxWC7s:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=MojDHysBKFY:3H37oGxWC7s:-WwxidANLS4"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=-WwxidANLS4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BecomeAProgrammer/~4/MojDHysBKFY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/03/10/the-business-analyst-role-in-facilitating-data-warehouse-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[The Business Analyst Job Description]]></series:name>
	<feedburner:origLink>http://www.it-career-coach.net/2010/03/10/the-business-analyst-role-in-facilitating-data-warehouse-projects/</feedburner:origLink></item>
		<item>
		<title>How To Break The Unemployment Cycle?</title>
		<link>http://feedproxy.google.com/~r/BecomeAProgrammer/~3/3n6Zozu3H-Q/</link>
		<comments>http://www.it-career-coach.net/2010/03/07/how-to-break-the-unemployment-cycle/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 05:50:43 +0000</pubDate>
		<dc:creator>IT Career Coach</dc:creator>
				<category><![CDATA[ALL Careers]]></category>
		<category><![CDATA[Recession]]></category>
		<category><![CDATA[Refer A Friend]]></category>
		<category><![CDATA[Self Study, Coaching, Online Training]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[career advice]]></category>
		<category><![CDATA[career coach]]></category>
		<category><![CDATA[career coaching]]></category>
		<category><![CDATA[get a job]]></category>
		<category><![CDATA[get hired fast]]></category>
		<category><![CDATA[getajob]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[job description]]></category>
		<category><![CDATA[job interview]]></category>
		<category><![CDATA[job opening]]></category>
		<category><![CDATA[job openings]]></category>
		<category><![CDATA[job opportunities]]></category>
		<category><![CDATA[job search]]></category>
		<category><![CDATA[job search crm]]></category>
		<category><![CDATA[job seeker]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[jobs in crm]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[recruiters]]></category>
		<category><![CDATA[recruiting]]></category>
		<category><![CDATA[recruitment]]></category>
		<category><![CDATA[coaching]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2863</guid>
		<description><![CDATA[Sometime ago, Glendal (a project manager on this website) asked me to suggest a solution for the current unemployment crises facing the USA. While still working on an answer to that, the same question was again popped to me in a recent interview with Dice.com.
Since this is a question weighing on the minds of people [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><div id="attachment_2830" class="wp-caption aligncenter" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/02/software-testers-breaking-code.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/02/software-testers-breaking-code-300x224.jpg" alt="How To Break The Un-Employment Cycle?" title="How To Break The Un-Employment Cycle?" width="300" height="224" class="size-medium wp-image-2830" /></a><p class="wp-caption-text">How To Break The Un-Employment Cycle?</p></div>
<p>Sometime ago, Glendal (a project manager on this website) asked me to suggest a solution for the current unemployment crises facing the USA. While still working on an answer to that, <a target="_blank" href="http://www.it-career-coach.net/2010/02/25/kingsley-tagbo-interviewed-by-dice-com/"><i>the same question was again popped to me in a recent <a title="interview" href="http://www.myjobsearchcoaching.com/more-information/">interview</a> with Dice.com</i></a>.</p>
<p>Since this is a question weighing on the minds of people &#8230; <strong>Today</strong>, it will be my pleasure to answer the question: &#8220;<strong>How To Solve The Unemployment Crises Facing The United States of America.</strong>&#8220;.</p>
</blockquote>
<p>I will preface my solution by saying that <i>unemployable people will find that their situation results from</i> either <strong>not having the right skills</strong> or <strong>not knowing how to market</strong> their skills or both!</p>
<p>Disregarding folks who can&#8217;t work because of disability or medical issues, you will find that most people can find work, if they pay enough attention to their <i>skills</i>, <i>hands-on experience</i> or their <i>marketability</i>.</p>
<h3>How To Break The Cycle Of Unemployment Facing The USA</h3>
<p>The solution to unemployment is <i>embracing a lifestyle of learning new technology</i>. For your career or skills to be marketable, <strong>what you know must be tied into a facet of technology</strong> that is currently in-demand in your industry.</p>
<p><strong>Why should you care about technology?</strong></p>
<blockquote><p>Technology in one form or the other creates or eliminates jobs and drives the entire economy forward. When you ride the wave of technology, your career is in-demand and when your skills are behind the technology curve, your employment prospects start to dwindle!</p>
</blockquote>
<p>So, one of the biggest challenges facing unemployable people is that their skills are behind the technology curve.</p>
<p>Read about the dependency between modern-day <a title="careers" href="http://www.it-career-coach.net/careers/">careers</a> and technology in this article titled: &#8220;<a href="http://www.it-career-coach.net/2010/02/17/always-be-learning/" target="_blank" title="Always Be Learning"><strong>Always Be Learning</strong></a>&#8220;.</p>
<blockquote><p><i>Here are some pointers or indicators of having skills out of touch with today&#8217;s technology.</i></p></blockquote>
<ul>
<li>
<p><strong>College Band-Aid</strong></p>
<p>You have a college degree and you think that makes you employable. Or you don&#8217;t have a college degree and you think that is the reason why you can&#8217;t get a <a target="_blank" title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a>!</p>
</li>
<li>
<p><strong>The Gold Watch Syndrome</strong></p>
<p>You are too focused on <i>racking up years of service</i> or <i>retiring with a gold watch</i> at the end of your career.</p>
<p>Losing your <a target="_blank" title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a> forces you to face the unpleasant reality that employers don&#8217;t care about years of service anymore!</p>
</li>
<li>
<p><strong>Certified Incompetent</strong></p>
<p>You view certifications as the roadmap to career success and so, you buoy your career up with them.</p>
<p>Only to lose your <a target="_blank" title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a> because your employer eventually sees through your <strong>certified incompetency</strong>.</p>
</li>
</ul>
<blockquote><p>A long-time ago, having a college degree guaranteed an entry-level job at a great company. Once you were hired, you would stay at that one job and build your nest egg.</p>
</blockquote>
<p>Today&#8217;s employer hires for <strong>sharpness of skills</strong> or <strong>breadth of experience</strong> and not for <strong>old-school reasons</strong>. <i>And you have a job, only for as long as your skills are in-demand or you stay-ahead of the technology curve!</i></p>
<h3>How To Be Employable</h3>
<ul>
<li>
<h3>#1 &#8211; Bridge Technology Gaps by Learning New Skills</h3>
<p>Learn skills that are in-demand by employers.</p>
<p>Don&#8217;t just learn the skills you like or want, develop skills that are actually being posted in real-world job descriptions.</p>
<blockquote><p>Don&#8217;t wait for employers to lower their requirements and don&#8217;t plan on finding work with obsolete skill-sets either.</p>
</blockquote>
</li>
<li>
<h3>#2 &#8211; Stay Ahead Of The Technology Curve By Constantly Updating your Skills</h3>
<p>Plan to update, improve or become an expert at what you do.</p>
<p>Don&#8217;t assume that what you learned 1 year ago is still current  &#8230; because it&#8217;s not.</p>
<p>If you sharpen your skills constantly, you will become a highly skilled or sought-after technology professional.</p>
<blockquote><p>If your skills are sharp, you will be highly employable and in-demand  &#8230; even as employers compete for your services and not the other way round!</p>
</blockquote>
</li>
<li>
<h3>#3 &#8211; Always Be Learning</h3>
<p>Invest time, money and effort on a continuous basis in your career development.</p>
<blockquote><p>Don&#8217;t bet on making a one-time investment that will keep you employed for the rest of your life because that is no longer realistic.</p>
</blockquote>
<p>What is realistic is an expectation to &#8220;<i>get out of your career &#8230; only what you put into it</i>&#8220;.</p>
<p>So, invest money, time and effort into learning new skills or updating skills continuously and you will be sought-after or in-demand in your industry.</p>
</li>
<li>
<h3>#4 &#8211; Market Your Skills Better</h3>
<p>A number of unemployed people can get jobs if they just learned how to market their skills better.</p>
<p>If you <i>hate to hear the &#8220;marketing word&#8221;</i>, here how to market your career <strong>without being a shameless promoter</strong>!</p>
<ul>
<li>
<p><strong>Build Your Brand Or Become A Leader</strong></p>
<blockquote><p>Start by doing what you love and then convey your passion at job interviews.</p>
</blockquote>
<p>This last point is important because <a title="hiring managers" href="http://www.it-career-coach.net/category/hiring-managers/">hiring managers</a> or employers love to hire passionate IT professionals who really care about their skills, their <a title="careers" href="http://www.it-career-coach.net/careers/">careers</a> or their industry. Because there are so many people that are out to just get a job &#8230; <strong>your passion will stick out in a crowded job market</strong>!</p>
<blockquote><p>If you can&#8217;t find something that you love, then go into a career that you can eventually become really good at.</p>
</blockquote>
<p>Finally, build a brand around networking with people and solving the problems facing your industry.</p>
<p>The approach that I&#8217;m talking about is explained in an article titled: <a href="http://www.it-career-coach.net/2009/07/21/become-a-leader-and-get-the-job-you-want/" title="Become A Leader And Get The Job You Want!" target="_blank"><strong>Become A Leader And Get The Job You Want!</strong></a></p>
</li>
</ul>
</li>
<li>
<h3>#5 &#8211; Choose A New IT Career</h3>
<p>
<blockquote>Let me wrap up by saying that this post is intended for <a title="Information Technology" href="http://www.it-career-coach.net/category/information-technology/">Information Technology</a> (IT) professionals (<a title="business analysts" href="http://www.it-career-coach.net/category/business-analysts/">business analysts</a>, <a title="computer programmers" href="http://www.it-career-coach.net/category/programmers/computer-programmers/">computer programmers</a>, database professionals, software testers, <a title="project managers" href="http://www.it-career-coach.net/category/project-managers/">project managers</a>, etc).</p></blockquote>
<p>If you&#8217;re not already an IT professional or you need help with evaluating your IT career choices, I suggest that you get a copy of the <a href="http://www.it-career-coach.net/book/" target="_blank" title="THE BLUEPRINT – YOUR ROADMAP TO CAREER SUCCESS E-BOOK + WORKBOOK"><strong>THE BLUEPRINT – YOUR ROADMAP TO CAREER SUCCESS E-<a title="BOOK" href="http://www.it-career-coach.net/book/">BOOK</a> + WORKBOOK</strong>.</a> Starting with the e-<a title="book" href="http://www.it-career-coach.net/book/">book</a> and finishing up with the workbook, you will learn <i>how to make better career choices</i>.</p>
</li>
</ul>
<p>Finally, unemployment is not based on education or age but on how well-aligned your skills are with the current technology. If you <strong>choose the right career</strong>,<strong> improve your skills constantly</strong>, and <strong>market your career better</strong>, your skills or services will <strong>always be in-demand</strong>.</p>
<blockquote><p><i>You Deserve A Good Life &#8230; Go Get It <img src='http://www.it-career-coach.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </i></p>
</blockquote>
<p>Read additional thoughts on employment, job prospects and technology titled: &#8220;<a href="http://www.it-career-coach.net/2010/02/17/always-be-learning/" target="_blank" title="Success Principle: Always Be Learning"><strong>Always Be Learning</strong></a>&#8220;.</p>
<blockquote><p><a target="_blank" href="http://www.feedblitz.com/f/?Sub=82790">
<div id="subscribe_newsletter_image" class="wp-caption alignleft" style="width: 42px"><img src="http://www.it-career-coach.net/images/newsletter_40p.jpg" alt="Subscribe to IT Career Coach Newsletter" title="Subscribe to IT Career Coach Newsletter" width="42" height="42"/></div>
<p></a> <a target="_blank" href="http://www.feedblitz.com/f/?Sub=82790" title="Subscribe to IT Career Coach Newsletter"><strong>If you enjoyed reading this article, Subscribe to IT Career Coach Newsletter</strong></a> </p></blockquote>                <p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                            <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F03%2F07%2Fhow-to-break-the-unemployment-cycle%2F&amp;linkname=How%20To%20Break%20The%20Unemployment%20Cycle%3F" target="_blank"><img src="http://www.it-career-coach.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=3n6Zozu3H-Q:HhxTx70q0ls:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=3n6Zozu3H-Q:HhxTx70q0ls:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=3n6Zozu3H-Q:HhxTx70q0ls:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=3n6Zozu3H-Q:HhxTx70q0ls:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=3n6Zozu3H-Q:HhxTx70q0ls:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=3n6Zozu3H-Q:HhxTx70q0ls:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=3n6Zozu3H-Q:HhxTx70q0ls:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=3n6Zozu3H-Q:HhxTx70q0ls:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=3n6Zozu3H-Q:HhxTx70q0ls:-WwxidANLS4"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=-WwxidANLS4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BecomeAProgrammer/~4/3n6Zozu3H-Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/03/07/how-to-break-the-unemployment-cycle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Why Can't I Find A Job?]]></series:name>
	<feedburner:origLink>http://www.it-career-coach.net/2010/03/07/how-to-break-the-unemployment-cycle/</feedburner:origLink></item>
		<item>
		<title>Cowboy Coder Or Agile Programmer?</title>
		<link>http://feedproxy.google.com/~r/BecomeAProgrammer/~3/8xXbjsYVO3E/</link>
		<comments>http://www.it-career-coach.net/2010/02/26/cowboy-coder-or-agile-programmer/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 08:21:56 +0000</pubDate>
		<dc:creator>IT Career Coach</dc:creator>
				<category><![CDATA[.NET Developer]]></category>
		<category><![CDATA[.NET Training]]></category>
		<category><![CDATA[Agile Training]]></category>
		<category><![CDATA[How To Be A Programmer]]></category>
		<category><![CDATA[Programmer]]></category>
		<category><![CDATA[become a programmer]]></category>
		<category><![CDATA[become an expert programmer]]></category>
		<category><![CDATA[becoming a computer programmer]]></category>
		<category><![CDATA[becoming a data analyst]]></category>
		<category><![CDATA[begin programming]]></category>
		<category><![CDATA[beginner prgrammer]]></category>
		<category><![CDATA[beginner programing]]></category>
		<category><![CDATA[beginner programmer]]></category>
		<category><![CDATA[beginner programming]]></category>
		<category><![CDATA[beginners programming]]></category>
		<category><![CDATA[beginning programing]]></category>
		<category><![CDATA[beginning programmers]]></category>
		<category><![CDATA[beginning programming]]></category>
		<category><![CDATA[computer programmer]]></category>
		<category><![CDATA[computer programmer classes]]></category>
		<category><![CDATA[computer programmer coaching]]></category>
		<category><![CDATA[computer programmer courses]]></category>
		<category><![CDATA[computer programmer training]]></category>
		<category><![CDATA[computer programmers]]></category>
		<category><![CDATA[computer programming]]></category>
		<category><![CDATA[computer programming career coaching]]></category>
		<category><![CDATA[computer programming languages]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[contract programming]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[how to become a computer programmer]]></category>
		<category><![CDATA[how to become a software developer]]></category>
		<category><![CDATA[how to become a web developer]]></category>
		<category><![CDATA[how to begin programming]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[get a job]]></category>
		<category><![CDATA[IT Jobs]]></category>
		<category><![CDATA[Mentoring]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2845</guid>
		<description><![CDATA[Are You A Cowboy Coder Or Agile Software Developer?
Software Developers facing a new programming project sometimes start coding before thinking through or planning an approach.
Coding without first planning or thinking through is a programming method known as cowboy coding.
Cowboy coders approach work with the mindset of coding without estimating or planning.
And they are at a [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2858" class="wp-caption aligncenter" style="width: 335px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/02/Cowboy-Coder-Or-Agile-Programmer.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/02/Cowboy-Coder-Or-Agile-Programmer.jpg" alt="Cowboy Coder Or Agile Programmer" title="Cowboy Coder Or Agile Programmer" width="325" height="237" class="size-full wp-image-2858" /></a><p class="wp-caption-text">Cowboy Coder Or Agile Programmer</p></div>
<h3>Are You A Cowboy Coder Or Agile Software Developer?</h3>
<p><a title="Software Developers" href="http://www.it-career-coach.net/category/software-developers/">Software Developers</a> facing a new programming project sometimes start coding before thinking through or planning an approach.</p>
<p>Coding without first planning or thinking through is a programming method known as cowboy coding.</p>
<blockquote><p>Cowboy coders approach work with the mindset of coding without estimating or planning.</p>
<p>And they are at a complete lost when the results achieved by their cowboy coding tactics does not meet expectations.</p>
</blockquote>
<h3>Cowboy Coding Is Dead, Long Live Cowboy Coding</h3>
<p>While many programmers publicly ridicule cowboy coding, they privately practice cowboy coding because it is the easier thing to do.</p>
<blockquote><p><strong>Look around you for cowboy coders. They exhibit some of the following tell-tale signs:</strong></p>
</blockquote>
<ol>
<li>
<p>They <i>do not estimate the work required</i> for a software development project before coding because that is too difficult or unnecessary for them</p>
</li>
<li>
<p>They <i>hack away at code</i> instead of taking time to find the best algorithmic or coding approach for solving a programming challenge</p>
</li>
<li>
<p>They <i>frequently under-estimate the complexity</i> of software development projects and so they work late nights, weekends or even holidays in a bid to catch up with late deliverables</p>
</li>
<li>
<p>They dislike working with system architects, <a title="business analysts" href="http://www.it-career-coach.net/category/business-analysts/">business analysts</a> and project managers because the only work that matters to them &#8230; is that of writing code</p>
</li>
<li>
<p>They can&#8217;t find time to sharpen or improve their programming skills because all their time must be spent on coding</p>
</li>
<li>
<p>They <i>get stuck in their code or hit dead walls</i> because they under-estimate the complexity or difficulty of working with technology</p>
</li>
<li>
<p>Cowboy Coders get frustrated because their programming projects always seem to take a longer time to market than they estimated.</p>
<p>Unable to see the complexity of their code ahead of time, they are stumped when their efforts fail to produce working software on time or under budget.</p>
</li>
<li>
<p>Cowboy Coders <i>bite off more than they can chew</i> by embarking on projects that are too large for such tactics.</p>
<p>Since they do not take time to understand the complexity of their code, they are also likely to <i>under-estimate the time or effort</i> required.</p>
</li>
<li>
<p>Cowboy Coders develop poorly designed, buggy, unreliable software because of a lack of proper architecture and a lack of a software development methodology</p>
</li>
<li>
<p>Cowboy Coders produce poor quality software because of a <i>lack of unit testing skills</i> or good co-ordination with other software testers or <a title="quality assurance" href="http://www.it-career-coach.net/category/quality-assurance/">quality assurance</a> professionals</p>
</li>
</ol>
<h3>We Are Cowboys</h3>
<p>
<blockquote>Despite the superiority of iterative, agile or even Waterfall software development, Cowboy Coding is very much alive and well &#8230; and here are the reasons why:</p></blockquote>
<ul>
<li>
<p><a title="Software Developers" href="http://www.it-career-coach.net/category/software-developers/">Software Developers</a> resort to cowboy coding because structured software development including Agile or Waterfall methods requires more thinking and planning skills from the developers. </p>
</li>
<li>
<p>Formal software development practice is more of an art than a science.</p>
<p>And it requires additional formal training, education or discipline beyond that of just learning a <a title="programming language" href="http://www.it-career-coach.net/category/programming-language/">programming language</a>.</p>
</li>
<li>
<p>Agile or waterfall software development methods places an initial burden or responsibility on the programmer to think or plan their work first before coding.</p>
<p>This goes against the natural habit of undisciplined cowboy coders.</p>
</li>
<li>
<p>Asking cowboy coders to go Agile hurts their feelings because it suggests that they cannot instantly, easily or intuitively come up with the best code for a programming challenge</p>
</li>
<li>
<p>Agile and Waterfall software development methods require more planning, design and architecture skills which are harder to come by or less intuitive than simply coding before thinking or cowboy coding.</p>
</li>
</ul>
<h3>Developers Go Agile!</h3>
<blockquote><p>Why the Waterfall model may seem like the next step up from Cowboy Coding, I recommend that developers <strong>bite the bullet and go agile</strong> for the following reasons</p>
</blockquote>
<ol>
<li>
<p><strong>Faster Time To Market</strong>:</p>
<p>Agile developers work for their clients or customers. </p>
<blockquote><p>Agile Software Development helps you get the most important <a title="features" href="http://www.it-career-coach.net/features/">features</a> to market first knowing that about 60% of software <a title="features" href="http://www.it-career-coach.net/features/">features</a> are never used.</p>
</blockquote>
</li>
<li>
<p><strong>Customer As King</strong>:</p>
<p>Agile <a title="software developers" href="http://www.it-career-coach.net/category/software-developers/">software developers</a> work for the customer and not for the development process.</p>
<p> They are empowered to focus, respond and adapt to the customer&#8217;s needs with the end goal of giving the customers what they want!</p>
</li>
<li>
<p><strong>Agile <a title="Project Management" href="http://www.it-career-coach.net/category/project-management/">Project Management</a></strong>:</p>
<p>Agile project managers focus on the current iteration or use it to make better estimates for the next one.</p>
<blockquote><p>Agile software developers have better, more realistic or more accurate project plans to work with because they are only tasked with producing working software for the current iteration and not for the entire project at once!</p>
</blockquote>
</li>
<li>
<p><strong>Agile Software Testing</strong>:</p>
<p>Agile software testers work with software developers to produce high-quality software a the end of each iteration instead of waiting for the entire project to complete before testing!</p>
<p>Testing for bugs at the end of each iteration, reduces the chances of producing unreliable, buggy software at the end of the entire project unlike the waterfall model.</p>
</li>
</ol>
<h3>Case Study: An Agile Developer Breaks The Cycle Of Unemployment</h3>
<blockquote><p>Here is a real-life case study of how I helped a C/C++ programmer break the cycle of un-employment using Agile Programming techniques.</p>
</blockquote>
<p><b>Un-employed C/C++ Programmer</b></p>
<p>Sometime ago, I was approached by a C/C++ programmer with a college degree who had been unemployed for a couple of years.</p>
<p><b>Transition From C/C++ Programming</b></p>
<p>Instead of just re-writing the programmer&#8217;s <a target="_blank" title="resume" href="http://www.myjobsearchcoaching.com/more-information/">resume</a>, I counseled the C/C++ programmer to learn a new <a title="programming language" href="http://www.it-career-coach.net/category/programming-language/">programming language</a> and database platform from scratch.</p>
<p><b>Agile Hands-ON Experience</b>For acquiring hands-on experience in the new <a title="programming language" href="http://www.it-career-coach.net/category/programming-language/">programming language</a>, I gave the C/C++ programmer an iterative software development project to build from scratch.</p>
<blockquote><p>I also tasked the programmer with building a working release of the project very early in the lifecycle and then presenting that to hiring managers immediately.</p>
</blockquote>
<p>Guess what happened, including the agile development experience in a <a target="_blank" title="resume" href="http://www.myjobsearchcoaching.com/more-information/">resume</a>, got the developer hired in the very first <a target="_blank" title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a> <a target="_blank" title="interview" href="http://www.myjobsearchcoaching.com/more-information/">interview</a> and with only <strong>1 month</strong> of software development experience in a new programming language!</p>
<blockquote><p><a target="_blank" href="http://www.softwaredeveloperbootcamp.com/more-information/">
<div id="subscribe_newsletter_image" class="wp-caption alignleft" style="width: 42px"><img src="http://www.it-career-coach.net/images/newsletter_40p.jpg" alt="Subscribe to Software Developers Boot Camp Newsletter" title="Subscribe to Software Developers Boot Camp Newsletter" width="42" height="42"/></div>
<p></a> <a target="_blank" href="http://www.softwaredeveloperbootcamp.com/more-information/" title="Subscribe to Software Developer Boot Camp Newsletter"><strong>If you enjoyed reading this article, Subscribe to Software Development/Programmers Boot Camps Newsletter</strong></a> </p></blockquote>                <p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                            <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F02%2F26%2Fcowboy-coder-or-agile-programmer%2F&amp;linkname=Cowboy%20Coder%20Or%20Agile%20Programmer%3F" target="_blank"><img src="http://www.it-career-coach.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=8xXbjsYVO3E:27biFNTsfro:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=8xXbjsYVO3E:27biFNTsfro:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=8xXbjsYVO3E:27biFNTsfro:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=8xXbjsYVO3E:27biFNTsfro:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=8xXbjsYVO3E:27biFNTsfro:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=8xXbjsYVO3E:27biFNTsfro:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=8xXbjsYVO3E:27biFNTsfro:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=8xXbjsYVO3E:27biFNTsfro:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=8xXbjsYVO3E:27biFNTsfro:-WwxidANLS4"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=-WwxidANLS4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BecomeAProgrammer/~4/8xXbjsYVO3E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/02/26/cowboy-coder-or-agile-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[become a computer programmer]]></series:name>
	<feedburner:origLink>http://www.it-career-coach.net/2010/02/26/cowboy-coder-or-agile-programmer/</feedburner:origLink></item>
		<item>
		<title>Kingsley Tagbo Interviewed by Dice.com</title>
		<link>http://feedproxy.google.com/~r/BecomeAProgrammer/~3/t3CviPLkvrI/</link>
		<comments>http://www.it-career-coach.net/2010/02/25/kingsley-tagbo-interviewed-by-dice-com/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:51:12 +0000</pubDate>
		<dc:creator>IT Career Coach</dc:creator>
				<category><![CDATA[Press]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[press release]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[media]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2855</guid>
		<description><![CDATA[&#160;&#160;

Interviewed on How To Escape The Cycle Of Unemployment

A few weeks ago, Leslie Stevens-Huffman of Dice.com fame interviewed me on How To Escape The Cycle Of Unemployment.
As a background, Dice.com is one of the premier technology job search portals and is arguably the #1 job search site for Information Technology (IT) / tech professionals.
Click here [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_2856" class="wp-caption aligncenter" style="width: 180px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/02/DiceLogo_V.gif"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/02/DiceLogo_V.gif" alt="Dice.com - Job Portal" title="Dice.com - #1 Job Search Portal for IT Professionals" width="170" height="63" class="size-full wp-image-2856" /></a><p class="wp-caption-text">Dice.com - #1 Job Search Portal for IT Professionals</p></div>&nbsp;&nbsp;</p>
<p><a href="http://www.it-career-coach.net/wp-content/plugins/download-monitor/download.php?id=dice_interview.pdf"><br />
<h3>Interviewed on How To Escape The Cycle Of Unemployment</h3>
<p></a></p>
<p>A few weeks ago, Leslie Stevens-Huffman of <strong>Dice.com</strong> fame interviewed me on <a href="http://www.it-career-coach.net/wp-content/plugins/download-monitor/download.php?id=dice_interview.pdf">How To Escape The Cycle Of Unemployment</a>.</p>
<p>As a background, Dice.com is one of the premier <a target="_blank" title="technology" href="http://www.it-career-coach.net/category/technology/">technology</a> <a title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a> <a target="_blank" title="search" href="http://www.it-career-coach.net/search/">search</a> portals and is arguably the #1 <a title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a> <a title="search" href="http://www.it-career-coach.net/search/">search</a> site for <a title="Information Technology" href="http://www.it-career-coach.net/category/information-technology/">Information Technology</a> (IT) / tech professionals.</p>
<blockquote><p><a target="_blank" href="http://www.it-career-coach.net/wp-content/plugins/download-monitor/download.php?id=dice_interview.pdf" title="Escape The Cycle Of Unemployment" target="_blank"><strong>Click here to read excerpts of the <a title="interview" href="http://www.myjobsearchcoaching.com/more-information/">interview</a> by Dice.com</strong></a></p>
</blockquote>
<blockquote><p><a target="_blank" href="http://www.feedblitz.com/f/?Sub=82790">
<div id="subscribe_newsletter_image" class="wp-caption alignleft" style="width: 42px"><img src="http://www.it-career-coach.net/images/newsletter_40p.jpg" alt="Subscribe to IT Career Coach Newsletter" title="Subscribe to IT Career Coach Newsletter" width="42" height="42"/></div>
<p></a> <a target="_blank" href="http://www.feedblitz.com/f/?Sub=82790" title="Subscribe to IT Career Coach Newsletter"><strong>If you enjoyed reading this <a title="article" href="http://www.it-career-coach.net/category/article/">article</a>, Subscribe to IT <a title="Career Coach" href="http://www.it-career-coach.net/category/career-coach/">Career Coach</a> Newsletter</strong></a> </p></blockquote>                <p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                            <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F02%2F25%2Fkingsley-tagbo-interviewed-by-dice-com%2F&amp;linkname=Kingsley%20Tagbo%20Interviewed%20by%20Dice.com" target="_blank"><img src="http://www.it-career-coach.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=t3CviPLkvrI:mCiqrWpRfjU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=t3CviPLkvrI:mCiqrWpRfjU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=t3CviPLkvrI:mCiqrWpRfjU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=t3CviPLkvrI:mCiqrWpRfjU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=t3CviPLkvrI:mCiqrWpRfjU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=t3CviPLkvrI:mCiqrWpRfjU:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=t3CviPLkvrI:mCiqrWpRfjU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=t3CviPLkvrI:mCiqrWpRfjU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=t3CviPLkvrI:mCiqrWpRfjU:-WwxidANLS4"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=-WwxidANLS4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BecomeAProgrammer/~4/t3CviPLkvrI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/02/25/kingsley-tagbo-interviewed-by-dice-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.it-career-coach.net/2010/02/25/kingsley-tagbo-interviewed-by-dice-com/</feedburner:origLink></item>
		<item>
		<title>7 Top Database Careers In High Demand</title>
		<link>http://feedproxy.google.com/~r/BecomeAProgrammer/~3/co2BV-1Mr28/</link>
		<comments>http://www.it-career-coach.net/2010/02/23/top-database-careers-in-high-demand/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 08:23:44 +0000</pubDate>
		<dc:creator>IT Career Coach</dc:creator>
				<category><![CDATA[Database Developer Training]]></category>
		<category><![CDATA[Database Marketing Jobs]]></category>
		<category><![CDATA[Database Report Writer]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[SQL Developers]]></category>
		<category><![CDATA[SQL Programmers]]></category>
		<category><![CDATA[SQL Report Writer]]></category>
		<category><![CDATA[SQL Server database developer training]]></category>
		<category><![CDATA[SQL Server programming training]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[SQL developer interview questions]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL questions]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[Sql Server Reporting Services Report Writer]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[data warehousing analyst]]></category>
		<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[database developer books]]></category>
		<category><![CDATA[database developer boot camp]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[database developer courses]]></category>
		<category><![CDATA[database developer online training]]></category>
		<category><![CDATA[database developer questions]]></category>
		<category><![CDATA[database development classes]]></category>
		<category><![CDATA[database development courses]]></category>
		<category><![CDATA[database development training]]></category>
		<category><![CDATA[database training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[sql books]]></category>
		<category><![CDATA[sql boot camp]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[sql data analysts]]></category>
		<category><![CDATA[sql interview questions]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[Data Analyst Training]]></category>
		<category><![CDATA[data analysts]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2852</guid>
		<description><![CDATA[The 7 Top, In-Demand Database Careers
Database skills are foundational to jobs in the IT Industry.
By that, I mean whether you&#8217;re a business analyst, software tester, project manager, software developer or even a web designer, you&#8217;ll be using relational database and sql query writing skills at some time in your career.

Database or SQL skills are also [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2853" class="wp-caption alignright" style="width: 435px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/02/database-sql-careers.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/02/database-sql-careers.jpg" alt="database careers in demand" title="database careers in demand" width="425" height="282" class="size-full wp-image-2853" /></a><p class="wp-caption-text">database careers in demand</p></div>
<h2>The 7 Top, In-Demand Database Careers</h2>
<blockquote><p>Database skills are foundational to jobs in the IT Industry.</p>
<p>By that, I mean whether you&#8217;re a <i>business analyst, software tester, project manager, <a title="software developer" href="http://www.it-career-coach.net/category/software-developer/">software developer</a> or even a web designer</i>, you&#8217;ll be using relational database and sql query writing skills at some time in your career.</p>
</blockquote>
<p>Database or SQL skills are also important because they position you for multiple <a title="careers" href="http://www.it-career-coach.net/careers/">careers</a> paths ranging from that of the database developer to the data mining professional.</p>
<h3>Career Paths for Database Professionals</h3>
<p>Here is a comprehensive list of database career paths and their respective roles, duties, responsibilities and skill sets.</p>
<ol>
<li>
<h3>Relational Database Developer Career</h3>
<p> This is one of the foundational database <a title="careers" href="http://www.it-career-coach.net/careers/">careers</a> in the sense that you can hardly qualify for other database career path without a strong relational database design &#038; development foundation.</p>
<blockquote><p>Database developers are <strong>responsible for</strong> <i>designing, architecting or developing</i> relational databases using a <strong>database development tool like</strong> <i>Microsoft Access, SQL Server, MySQL or Oracle</i>.</p>
</blockquote>
</li>
<li>
<h3>SQL Developer / Query Writer Career</h3>
<p> This is the another foundational database career in the sense that you will need strong SQL query writing skills regardless of your role, <a target="_blank" title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a> or designation in the IT Industry.</p>
<blockquote><p>SQL Developers or Query Writers are typically <strong>responsible for</strong> updating, deleting, creating or manipulating the data contained in relational databases <strong>using a database programming or query language</strong> known as SQL.</p>
</blockquote>
<p>There are several dialects of SQL marketed by database vendors and each dialect is executed in the database using an administrative <strong>front-end tool like</strong> SQL Server&#8217;s T-SQL Management Studio.</p>
</li>
<li>
<h3>Database Administrator (DBA) Careers</h3>
<p> DBAs are responsible for keeping the database up and running for the company&#8217;s operations.</p>
<blockquote><p>DBAs are also responsible for installing, configuring and maintaining the entire database infrastructure or platform in their organizations.</p>
<p>In addition, DBAs secure their databases from unauthorized access, manage the storage available on databases and optimize their performance.</p>
</blockquote>
<p>DBAs are found in organizations that store and maintain their own data in-house using relational database management systems like SQL Server, Oracle and MySQL.</p>
</li>
<li>
<h3>The Report Writer Career</h3>
<p> Report Writer Career paths are equally important in the database industry.</p>
<p>Report Writers need to have strong relational database and SQL query writing or development skills.</p>
<blockquote><p>The Report Writer&#8217;s <strong>responsibility includes designing, developing, scheduling and distributing</strong> database reports.</p>
<p>Report Writers utilize tools like <i><a title="Crystal Report Writer" href="http://www.it-career-coach.net/category/crystal-report-writer/">Crystal Report Writer</a>, Business Objects, Microsoft Access or SQL Server Reporting Services</i> for their work.</p>
</blockquote>
<p>Report Writers also tend to spend a good amount of time collecting requirements or presenting their reports to stakeholders, executives, management, <a title="business analysts" href="http://www.it-career-coach.net/category/business-analysts/">business analysts</a> or <a title="software developers" href="http://www.it-career-coach.net/category/software-developers/">software developers</a>.</p>
</li>
<li>
<h3>Data Analyst Career</h3>
<p> The <a target="_blank" title="Data Analyst" href="http://www.dataanalystbootcamp.com/more-information/">Data Analyst</a> career is <strong>frequently confused for a purely statistical career </strong>path.</p>
<p><a target="_blank" title="Data Analysis" href="http://www.dataanalystbootcamp.com/more-information/">Data Analysis</a> roles actually utilize SQL query writing, relational database development and statistical <a target="_blank" title="data analysis" href="http://www.dataanalystbootcamp.com/more-information/">data analysis</a> skills.</p>
<blockquote><p>In the IT industry, the information accessed and analyzed by <a target="_blank" title="data analysts" href="http://www.dataanalystbootcamp.com/more-information/">data analysts</a> resides in relational databases. So, <a target="_blank" title="data analysts" href="http://www.dataanalystbootcamp.com/more-information/">data analysts</a> have to also master the relational database and sql query writing path of their <a title="careers" href="http://www.it-career-coach.net/careers/">careers</a> as well &#8230; and not just the statistical skills.</p>
</blockquote>
<p>A lot of people <i>struggle with the distinctions between purely statistical careers and the database analyst careers</i> &#8230; don&#8217;t be one of those!</p>
</li>
<li>
<h3>The Data Warehousing / Business Intelligence (BI) Career</h3>
<p> BI and Data Warehousing careers require skillsets that are almost opposite to that of the relational database developer.</p>
<blockquote><p>While traditional database developers focus on their normalization skills, data warehouse / BI professionals do the exact opposit by developing enterprise, de-normalized databases.</p>
<p>Another key difference is that while traditional database developers typically create Online Transaction Processing (OLTP) databases, data warehousing / BI professionals focus on building Online Analytical Processing (OLAP) databases.</p>
</blockquote>
<p>The BI / Data Warehousing professional&#8217;s responsibilities also include creating and delivering multi-dimensional reporting tools using Business Intelligence tools like Oracle&#8217;s Business Intelligence (BI) or Microsoft&#8217;s SQL Server Buisness Intelligence platform.</p>
<p>From a responsibility standpoint, the data warehousing / BI professional is responsible for aggregating the data from multiple corporate databases (developed by database developers) into enterprise, corporate databases.</p>
</li>
<li>
<h3>The Data Mining Career</h3>
<p> Data Mining careers require a rigorous background, education or training in specialized computer-based <strong>data mining algorithms</strong> or techniques.</p>
<blockquote><p>Data Mining professionals run algorithms like Neural Networks, Classification, Regression, Segmenattion, Association or Sequence Analysis algorithms on large databases.</p>
</blockquote>
<p>Traditionally, data mining professionals had to have a strong background in <strong>mathematics, statistics and computer science</strong> because they often had to create data mining algorithms from scratch!</p>
<p>But these days, vendors like Microsoft are placing analytics and even data mining within the hands of every motivated database professional through out-of-the-box data mining algorithms like those of SQL Server&#8217;s Data Mining Suite.</p>
</li>
</ol>
<p>The foundational skills required for database careers are taught in the <a target="_blank" href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="online, web-based sql developer / database training" target="_blank"><i>SQL Boot Camp</i></a> and the additional statistical <a title="data analysis" href="http://www.dataanalystbootcamp.com/more-information/">data analysis</a> requirements for <a target="_blank" title="data analysts" href="http://www.dataanalystbootcamp.com/more-information/">data analysts</a> taught in the <a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="online, web-based data analyst training" target="_blank"><strong>Data Analysts Boot Camp</strong></a>.</p>
<blockquote><p>If you are interested in gaining one of the most verstaile IT career skills, you should register for either the <a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="online, web-based sql developer / database training" target="_blank"><strong>SQL Boot Camp</strong></a> or the <a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="online, web-based data analyst training" target="_blank"><i>Data Analysts Boot Camp</i></a> (which includes all the courses in the SQL Boot Camp and additional statistical, data analysis training.)</p>
</blockquote>
<p>The only thing left &#8230; is to take your SQL / Data Analysts training knowing that relational database development, SQL query writing and statistical data analysis skills will help advance your future for a long time!</p>
<blockquote><p><a target="_blank" href="http://www.sqlbootcamp.com/more-information/">
<div id="subscribe_newsletter_image" class="wp-caption alignleft" style="width: 42px"><img src="http://www.it-career-coach.net/images/newsletter_40p.jpg" alt="Subscribe to SQL Boot Camp Newsletter" title="Subscribe to SQL Boot Camp Newsletter" width="42" height="42"/></div>
<p></a> <a target="_blank" href="http://www.sqlbootcamp.com/more-information/" title="Subscribe to SQL Boot Camp Newsletter"><strong>If you enjoyed reading this article, Subscribe to SQL/Database(s) Boot Camps Newsletter</strong></a> </p></blockquote>                <p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                            <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F02%2F23%2Ftop-database-careers-in-high-demand%2F&amp;linkname=7%20Top%20Database%20Careers%20In%20High%20Demand" target="_blank"><img src="http://www.it-career-coach.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=co2BV-1Mr28:EVZYXPu8Wyo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=co2BV-1Mr28:EVZYXPu8Wyo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=co2BV-1Mr28:EVZYXPu8Wyo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=co2BV-1Mr28:EVZYXPu8Wyo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=co2BV-1Mr28:EVZYXPu8Wyo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=co2BV-1Mr28:EVZYXPu8Wyo:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=co2BV-1Mr28:EVZYXPu8Wyo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=co2BV-1Mr28:EVZYXPu8Wyo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=co2BV-1Mr28:EVZYXPu8Wyo:-WwxidANLS4"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=-WwxidANLS4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BecomeAProgrammer/~4/co2BV-1Mr28" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/02/23/top-database-careers-in-high-demand/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	<feedburner:origLink>http://www.it-career-coach.net/2010/02/23/top-database-careers-in-high-demand/</feedburner:origLink></item>
		<item>
		<title>The Agile Business Analyst, A Customer Advocate?</title>
		<link>http://feedproxy.google.com/~r/BecomeAProgrammer/~3/m6XW84p9q24/</link>
		<comments>http://www.it-career-coach.net/2010/02/22/the-agile-business-analyst-a-customer-advocate/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 13:13:22 +0000</pubDate>
		<dc:creator>IT Career Coach</dc:creator>
				<category><![CDATA[Agile Training]]></category>
		<category><![CDATA[Business Analysis Training]]></category>
		<category><![CDATA[Business Analyst Career]]></category>
		<category><![CDATA[Business Analyst Job Description]]></category>
		<category><![CDATA[Business Requirements]]></category>
		<category><![CDATA[business analysis]]></category>
		<category><![CDATA[business analysis book]]></category>
		<category><![CDATA[business analyst]]></category>
		<category><![CDATA[business analyst book]]></category>
		<category><![CDATA[business analyst books]]></category>
		<category><![CDATA[business analyst boot camp]]></category>
		<category><![CDATA[business analyst classes]]></category>
		<category><![CDATA[business analyst courses]]></category>
		<category><![CDATA[business analyst cover letters]]></category>
		<category><![CDATA[business analyst data]]></category>
		<category><![CDATA[business analyst data analyst]]></category>
		<category><![CDATA[business analyst handbook]]></category>
		<category><![CDATA[business analyst interview questions]]></category>
		<category><![CDATA[business analyst job]]></category>
		<category><![CDATA[business analyst jobs]]></category>
		<category><![CDATA[business analyst online training]]></category>
		<category><![CDATA[business analyst resumes]]></category>
		<category><![CDATA[business analyst training]]></category>
		<category><![CDATA[business analysts]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2846</guid>
		<description><![CDATA[The Agile Business Analyst plays a key role in facilitating conversations between stakeholders, quality assurance / testing teams, customers, subject matter experts (SMEs) and software developers in an incremental, iterative fast-paced product development environment.
So, who is the Agile Business Analyst and why should business analysts who are already comfortable with the process of eliciting requirements [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2851" class="wp-caption aligncenter" style="width: 434px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/02/The_Agile_Business_Analyst_35p.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/02/The_Agile_Business_Analyst_35p.jpg" alt="The Agile Business Analyst" title="The Agile Business Analyst" width="424" height="283" class="size-full wp-image-2851" /></a><p class="wp-caption-text">The Agile Business Analyst</p></div>
<blockquote><p>The Agile Business Analyst plays a key role in facilitating conversations between <i>stakeholders, <a title="quality assurance" href="http://www.it-career-coach.net/category/quality-assurance/">quality assurance</a> / testing teams, customers, subject matter experts (SMEs) and <a title="software developers" href="http://www.it-career-coach.net/category/software-developers/">software developers</a></i> in an <b>incremental, iterative fast-paced </b>product development environment.</p>
<p>So, who is the Agile Business Analyst and why should <a title="business analysts" href="http://www.it-career-coach.net/category/business-analysts/">business analysts</a> who are already comfortable with the process of eliciting requirements in a traditional product development environment be concerned about becoming more agile?</p>
</blockquote>
<h3>Introducing The Agile Business Analyst Role</h3>
<p>The Agile Business Analyst&#8217;s role includes facilitating communication, reducing the reliance on extensive documentation and reducing the length of the <a title="feedback" href="http://www.it-career-coach.net/feedback/">feedback</a> loop in product development projects.</p>
<ol>
<li>
<p><strong>Collaborative -</strong> The Agile Business Analyst works closely with <a title="software developers" href="http://www.it-career-coach.net/category/software-developers/">software developers</a>, stakeholders, project managers and software testers and <i>relies less on comprehensive requirements documentation</i> at the inception of the project.</p>
</li>
<li>
<p><strong>Flexible and Adaptable -</strong> Unlike a more traditional software development project,  an agile business analyst expects and welcomes changes in requirements. Being Agile means that changing requirements is not made difficult because of extensive documentation, communication cycles or change management processes.</p>
</li>
<li>
<p><strong>Just In Time Requirements &#8211; </strong>An Agile Business Analyst knows what is the right amount of requirements documentation to gather for a development cycle or iteration. </p>
</li>
<li>
<p><strong>More Face to Face Meetings &#8211; </strong>Because the Agile Business Analyst focuses on less documentation and more face to face meetings or interviews with stakeholders, <a title="software developers" href="http://www.it-career-coach.net/category/software-developers/">software developers</a> or testers, Agile <a title="Business Analysts" href="http://www.it-career-coach.net/category/business-analysts/">Business Analysts</a> make use  of more User Stories and less Use Cases for documenting requirements.</p>
</li>
<li>
<p><strong>Iterative Development &#8211; </strong>And unlike <a title="requirements management" href="http://www.it-career-coach.net/category/requirements-management/">requirements management</a> practiced in a traditional waterfall software development life cycle, the agile business analyst only focuses on gathering, analyzing or validating the requirements needed in each iteration.</p>
</li>
</ol>
<h3>Between The Agile Business Analyst and Traditional BA</h3>
<p>So, the Agile Business Analyst focuses on the deliverables for each iteration to o facilitate a faster development process.
</p>
<p>Another key difference with agile <a title="business analysts" href="http://www.it-career-coach.net/category/business-analysts/">business analysts</a> is that they work with software testers or <a title="quality assurance" href="http://www.it-career-coach.net/category/quality-assurance/">quality assurance</a> professionals to elicit Test Cases directly from User Stories instead of from Use Cases.</p>
<blockquote><p>Because Agile Business Analysts rely on face to face meetings and in-person communication, they work better in teams where the developers, stakeholders, project managers and testers are located in the same place and are committed to being involved on a continuous basis through the life time of the project.</p>
</blockquote>
<p>The Agile Business Analyst gathers just-in-time (JIT) requirements through intense collaboration with customers, customer advocates, software architects, stakeholders and software testers.</p>
<h3>Why Are We Not More Agile?</h3>
<blockquote><p><b>Traditionally</b>,  a business analyst is expected to gather all the requirements for a project at the beginning. These requirements are then shared with the Project Manager and Stakeholders as a static, fixed or immutable set of requirements. </p>
</blockquote>
<p>This type of <a title="requirements gathering" href="http://www.it-career-coach.net/category/requirements-gathering/">requirements gathering</a> is common in product or software development project that make any or all of the following assumptions:</p>
<ol>
<li>
<p><b>Business Analyst &#8211; </b> The business analyst can gather, analyze, validate and specify all the requirements at the beginning of the project and before a single line of code is written.</p>
</li>
<li>
<p><b>Project Manager &#8211; </b>The project manager needs to have a complete set of requirements to facilitate accurate project planning.</p>
</li>
<li>
<p><b>Software Tester / QA &#8211; </b>The software tester needs to have a complete set of requirements before creating a test plan and user acceptance or QA tests.</p>
</li>
<li>
<p><b>Software Architect &#8211; </b>The software architect needs to design the entire software system at the beginning of the project befor e a line of code is written.</p>
</li>
<li>
<p><b><a title="Computer Programmers" href="http://www.it-career-coach.net/category/programmers/computer-programmers/">Computer Programmers</a> &#8211; </b>That <a title="computer programmers" href="http://www.it-career-coach.net/category/programmers/computer-programmers/">computer programmers</a> need to receive an extensive and complete set of requirements preferably in Use Cases format before they start coding.</p>
<p>Traditional software or product development projects also assume that for developers to create a working product, they need to be told in detail, every basic, alternate path and exception flow through the system.</p>
</li>
<li>
<p><b>Customers &#8211; </b>That customers have a mind, wants, needs and desires that can be completely known at the beginning of the project through extensive <a title="requirements gathering" href="http://www.it-career-coach.net/category/requirements-gathering/">requirements gathering</a> and documentation.</p>
<p>This also means that once the customer&#8217;s requirements is gathered or documented, it will not change during the life cycle of the product or software development cycle &#8230; at least not without extensive negotiation, documentation and signing-off.</p>
</li>
</ol>
<h3>The Role of The Customer Advocate</h3>
<blockquote><p>But is this true? Can the customer&#8217;s mind, needs, wants or desires be known and documented completely at the beginning of the project?</p>
<p>Does setting the customer&#8217;s requirements in stone assure a better product, a more satisfied customer and increase the chances of project success?</p>
</blockquote>
<ol>
<li>
<p>The needs of today&#8217;s customers are not set in stone. Far from it, the very process of gathering customers requirements can change what the customer wants.</p>
</li>
<li>
<p>The marketplace is always changing and product <a title="features" href="http://www.it-career-coach.net/features/">features</a> become less important or even irrelevant in short periods of time.</p>
</li>
<li>
<p>The practice of planning projects or designing entire software systems completely, at the inception of a project is fraught with risks, estimates and guesses.</p>
<p>This practice often leads to more software <a title="features" href="http://www.it-career-coach.net/features/">features</a> that are out of touch with the customer&#8217;s needs and more project failures.</p>
<p>Considering that so many projects planned this way fail, Business Analysts need to consider utilizing more agile <a title="communication skills" href="http://www.it-career-coach.net/category/communication-skills/">communication skills</a> to supply requirements when they are needed.</p>
</li>
</ol>
<blockquote><p>Unlike the traditional business analyst who works from the assumption that requirements once signed off on are fixed in stone or immutable, the agile business analyst plays the role of a customer advocate by assuming that requirements can and will change during the life cycle of the product development effort.</p>
</blockquote>
<p>The agile business analyst welcomes changes in the customer&#8217;s requirements because they reflect what the customer really wants and not what was documented.</p>
<p>In doing this, the agile business analyst elevates the customer&#8217;s needs above the needs for more documentation.</p>
<p>The agile business analyst understands that there is always some uncertainty in the marketplace, so the planned <a title="features" href="http://www.it-career-coach.net/features/">features</a> of a product or software application  cannot be set in stone!</p>
<blockquote><p>The agile business analyst understand that software developers do not need to have 100% of a product or project&#8217;s requirements extensively documented using Use Cases before they begin coding.</p>
</blockquote>
<p>So the Agile Business Analyst relies more on communication, presentation and facilitation skills than written documentation in communicating with software / product developers.</p>
<blockquote><p>Today&#8217;s constantly changing marketplace requires the Agile Business Analyst  A customer advocate who elevates the customer&#8217;s needs above that of extensive requirements documentation!</p>
</blockquote>
<blockquote><p><a target="_blank" href="http://www.businessanalystbootcamp.com/more-information/">
<div id="subscribe_newsletter_image" class="wp-caption alignleft" style="width: 42px"><img src="http://www.it-career-coach.net/images/newsletter_40p.jpg" alt="Subscribe to Business Analysts Boot Camp Newsletter" title="Subscribe to Business Analysts Boot Camp Newsletter" width="42" height="42"/></div>
<p></a> <a target="_blank" href="http://www.businessanalystbootcamp.com/more-information/" title="Subscribe to Business Analysts Boot Camp Newsletter"><strong>If you enjoyed reading this article, Subscribe to Business Analyst(s) Boot Camps Newsletter</strong></a> </p></blockquote>                <p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                            <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F02%2F22%2Fthe-agile-business-analyst-a-customer-advocate%2F&amp;linkname=The%20Agile%20Business%20Analyst%2C%20A%20Customer%20Advocate%3F" target="_blank"><img src="http://www.it-career-coach.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=m6XW84p9q24:W-_2BOg_O4c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=m6XW84p9q24:W-_2BOg_O4c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=m6XW84p9q24:W-_2BOg_O4c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=m6XW84p9q24:W-_2BOg_O4c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=m6XW84p9q24:W-_2BOg_O4c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=m6XW84p9q24:W-_2BOg_O4c:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=m6XW84p9q24:W-_2BOg_O4c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=m6XW84p9q24:W-_2BOg_O4c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=m6XW84p9q24:W-_2BOg_O4c:-WwxidANLS4"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=-WwxidANLS4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BecomeAProgrammer/~4/m6XW84p9q24" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/02/22/the-agile-business-analyst-a-customer-advocate/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<series:name><![CDATA[Careers or Domains for Business Analysts]]></series:name>
	<feedburner:origLink>http://www.it-career-coach.net/2010/02/22/the-agile-business-analyst-a-customer-advocate/</feedburner:origLink></item>
		<item>
		<title>#5 Success Principle: Always Be Learning</title>
		<link>http://feedproxy.google.com/~r/BecomeAProgrammer/~3/fCMj9_pszIg/</link>
		<comments>http://www.it-career-coach.net/2010/02/17/always-be-learning/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 14:02:29 +0000</pubDate>
		<dc:creator>IT Career Coach</dc:creator>
				<category><![CDATA[career advice]]></category>
		<category><![CDATA[career coach]]></category>
		<category><![CDATA[career coaching]]></category>
		<category><![CDATA[career success tips]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[coaching]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2839</guid>
		<description><![CDATA[The Love &#8211; Hate Relationship With Technology
Most days, we are in love with technology and can&#8217;t seem to get away from getting work done on our iPhones, laptops and the Internet or watching hi-tech adventure movies like James Cameron&#8217;s Avatar on 3D  
We have witnessed the rapid pace of technological change in the last [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_2840" class="wp-caption aligncenter" style="width: 357px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/02/stay-ahead-of-the-techniology-curve.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/02/stay-ahead-of-the-techniology-curve.jpg" alt="stay ahead of the technology curve" title="stay ahead of the technology curve" width="347" height="346" class="size-full wp-image-2840" /></a><p class="wp-caption-text">stay ahead of the technology curve</p></div><br />
<h3>The Love &#8211; Hate Relationship With Technology</h3>
<p>Most days, we are in love with <a title="technology" href="http://www.it-career-coach.net/category/technology/">technology</a> and can&#8217;t seem to get away from <strong>getting work done</strong> on our iPhones, laptops and the Internet or watching hi-tech adventure movies like <strong>James Cameron&#8217;s Avatar on 3D</strong> <img src='http://www.it-career-coach.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><i>We have witnessed the rapid pace of technological change in the last 20 years &#8230; the advances in computers, video games and electronics and of course &#8230; the coming of the internet.</i></p>
<blockquote><p>As IT professionals, we all seem to participate in this drama either as consumers, producers or enablers of <a title="technology" href="http://www.it-career-coach.net/category/technology/">technology</a>.</p>
</blockquote>
<p>And regardless of the work we do as <a title="business analysts" href="http://www.it-career-coach.net/category/business-analysts/">business analysts</a>, <a title="computer programmers" href="http://www.it-career-coach.net/category/programmers/computer-programmers/">computer programmers</a>, desktop support technicians; we constantly interface, use, enable or create <a title="technology" href="http://www.it-career-coach.net/category/technology/">technology</a>.</p>
<p>We love to be entertained or get work done through new technology.</p>
<p>But sometimes hate to study it, because whatr we learn becomes obsolete in a relatively short period.</p>
<h3>Moore&#8217;s Law</h3>
<p>Gordon Moore (Intel co-founder) in 1965 stated that the number of transistors on a chip will double every 24 months.</p>
<blockquote><p>This statement which later became known as <strong>Moore&#8217;s Law</strong> is a  guiding principle of the high-tech industry.</p>
</blockquote>
<p>Moore&#8217;s law explains why IT professionals are always learning some new technology.</p>
<p>Moore&#8217;s Law promises tech workers that before they finish learning, another new or improved technology will make their skills obsolete.</p>
<p>So, <strong>what can we do when we finally get tired of learning new technology?</strong></p>
<blockquote><p>Can we perhaps, just drop out of the rat-race in <a title="search" href="http://www.it-career-coach.net/search/">search</a> of a new <a title="career" href="http://www.it-career-coach.net/category/career/">career</a> or hide from the challenges of always staying ahead of new technology?</p>
</blockquote>
<h3>Technology Is Everywhere</h3>
<p>The problem is that any <a title="career" href="http://www.it-career-coach.net/category/career/">career</a> we switch to will use or interface with technology &#8230; and require us to learn or <a title="master" href="http://www.it-career-coach.net/category/master/">master</a> it!</p>
<blockquote><p>It doesn&#8217;t matter whether we choose to become <strong>bloggers, journalists, school teachers or go into politics</strong> &#8230; because everyone in a civilized society is connected through technology!</p>
</blockquote>
<p><i>We all work in a society that strives to keep up with new technology &#8230; captive in a drama rooted in Moore&#8217;s Law.</i></p>
<h3>Technology Is The Future</h3>
<p>The good news is that our <a title="career" href="http://www.it-career-coach.net/category/career/">career</a> accelerates when we embrace the implications of Moore&#8217;s Law or stop acting like it doesn&#8217;t exist or influence over our lives.</p>
<p>The right question is not <strong>how we can preserve our skills &#8230; because we can&#8217;t</strong>.</p>
<p><strong>Our skills are useful because employers are willing to pay for them.</strong></p>
<blockquote><p>And as technology changes, employers revise what they will pay for, so tech workers have to learn new skills or risk losing their jobs!</p>
</blockquote>
<p>The question really is one of : &#8220;<strong>How To Stay Ahead Of The Technology Curve</strong>&#8221; and the answer to that is:</p>
<h3>How To Stay Ahead Of The Technology Curve</h3>
<ol>
<li>
<p><strong>Always Be Learning</strong> &#8211; make a habit out of studying, learning technology or improving your skills.</p>
</li>
<li>
<p><strong>Keep Your Skills Current</strong> &#8211; update your skills before they become obsolete. Because it&#8217;s far better to be ahead of the technology curve than to be behind it.</p>
</li>
<li>
<p><strong>Study Effectively</strong> &#8211; we can&#8217;t stop the future and we can&#8217;t ignore that it&#8217;s driven by technology. But we can learn <em>how to study new technology effectively</em>, and live <a title="successful" href="http://www.it-career-coach.net/category/successful/">successful</a>, productive or rewarding lives. </p>
</li>
</ol>
<blockquote><p>Success comes by accepting technological changes as part of life, adopting a lifestyle of learning and by staying ahead of the technology curve.</p>
</blockquote>
<blockquote><p><a target="_blank" href="http://www.feedblitz.com/f/?Sub=82790">
<div id="subscribe_newsletter_image" class="wp-caption alignleft" style="width: 42px"><img src="http://www.it-career-coach.net/images/newsletter_40p.jpg" alt="Subscribe to IT Career Coach Newsletter" title="Subscribe to IT Career Coach Newsletter" width="42" height="42"/></div>
<p></a> <a target="_blank" href="http://www.feedblitz.com/f/?Sub=82790" title="Subscribe to IT Career Coach Newsletter"><strong>If you enjoyed reading this <a title="article" href="http://www.it-career-coach.net/category/article/">article</a>, Subscribe to IT <a title="Career Coach" href="http://www.it-career-coach.net/category/career-coach/">Career Coach</a> Newsletter</strong></a> </p></blockquote>                <p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                            <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F02%2F17%2Falways-be-learning%2F&amp;linkname=%235%20Success%20Principle%3A%20Always%20Be%20Learning" target="_blank"><img src="http://www.it-career-coach.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=fCMj9_pszIg:GI0MrmkAZC4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=fCMj9_pszIg:GI0MrmkAZC4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=fCMj9_pszIg:GI0MrmkAZC4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=fCMj9_pszIg:GI0MrmkAZC4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=fCMj9_pszIg:GI0MrmkAZC4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=fCMj9_pszIg:GI0MrmkAZC4:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=fCMj9_pszIg:GI0MrmkAZC4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=fCMj9_pszIg:GI0MrmkAZC4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=fCMj9_pszIg:GI0MrmkAZC4:-WwxidANLS4"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=-WwxidANLS4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BecomeAProgrammer/~4/fCMj9_pszIg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/02/17/always-be-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Success Principles]]></series:name>
	<feedburner:origLink>http://www.it-career-coach.net/2010/02/17/always-be-learning/</feedburner:origLink></item>
		<item>
		<title>5 Steps to a New Business Analyst Career</title>
		<link>http://feedproxy.google.com/~r/BecomeAProgrammer/~3/WVqdbSMwXVg/</link>
		<comments>http://www.it-career-coach.net/2010/02/16/5-steps-to-a-new-business-analyst-career/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 06:03:41 +0000</pubDate>
		<dc:creator>IT Career Coach</dc:creator>
				<category><![CDATA[Business Analysis Training]]></category>
		<category><![CDATA[Business Analyst Job Description]]></category>
		<category><![CDATA[business analyst book]]></category>
		<category><![CDATA[business analyst classes]]></category>
		<category><![CDATA[business analyst courses]]></category>
		<category><![CDATA[business analyst jobs]]></category>
		<category><![CDATA[business analyst resumes]]></category>
		<category><![CDATA[business analyst training]]></category>
		<category><![CDATA[job description]]></category>
		<category><![CDATA[job opportunities]]></category>
		<category><![CDATA[job search]]></category>
		<category><![CDATA[junior business analyst]]></category>
		<category><![CDATA[business analysis]]></category>
		<category><![CDATA[business analyst job]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2834</guid>
		<description><![CDATA[5 Steps to a New Business Analyst Career
I talk to a number of business analysts interested in changing careers to new domains.
They come from diverse backgrounds (insurance, sales, financial, etc.) and they all share a common goal &#8230; that of switching careers to new domains.
So, when one of these business analysts asked; if I would [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2837" class="wp-caption alignleft" style="width: 373px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/02/business-analyst-in-5-steps.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/02/business-analyst-in-5-steps.jpg" alt="business analyst in 5 steps" title="business analyst in 5 steps" width="363" height="331" class="size-full wp-image-2837" /></a><p class="wp-caption-text">business analyst in 5 steps</p></div>
<h3>5 Steps to a New Business Analyst Career</h3>
<blockquote><p>I talk to a number of business analysts interested in changing <a title="careers" href="http://www.it-career-coach.net/careers/">careers</a> to new domains.</p>
<p>They come from diverse backgrounds (insurance, sales, financial, etc.) and they all share a common goal &#8230; that of switching <strong><a title="careers" href="http://www.it-career-coach.net/careers/">careers</a> to new domains</strong>.</p>
<p>So, when one of these business analysts asked; if I would like to throw more light on changing BA <a target="_blank" title="careers" href="http://www.it-career-coach.net/careers/">careers</a> / domains at <a title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a> interviews, I was glad to say yes <img src='http://www.it-career-coach.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</blockquote>
<h3>How To Switch Business Analyst Domains</h3>
<p>Some degree of sales or marketing skills is needed to get a <a target="_blank" title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a>. And your understanding of the sales process determines how successful your career switch will be.</p>
<p><strong>Here is what you need to know about switching business analyst careers:</strong></p>
<ol>
<li>
<p><strong>Put Yourself In Employers Shoes</strong>:</p>
<p>Don&#8217;t make the classic mistake of approaching the business analyst <a target="_blank" title="job" href="http://www.myjobsearchcoaching.com/more-information/">job</a> <a target="_blank" title="interview" href="http://www.myjobsearchcoaching.com/more-information/">interview</a> from the standpoint of what you can get out of it!<br />
<blockquote><p>Rather, put yourself in the employer&#8217;s shoes and talk to their interests and needs &#8230; that is <strong>basic human nature and selling 101</strong>.</p>
</blockquote>
<p>This matters because job interviewers will not care about you or get interested in you, if you don&#8217;t care about or show a genuine interest in them (read <i>Dale Carnegie&#8217;s classic &#8211; &#8220;How To Win Friends and Influence People&#8221;</i>).</p>
</li>
<li>
<p><strong>Emphasize Cross Functional Skills</strong>:</p>
<p>Accept that employers will be skeptical of your <a target="_blank" title="resume" href="http://www.myjobsearchcoaching.com/more-information/">resume</a>, skill-sets and suitability for the job, when switching careers or domains.</p>
<p>Now, resolve the employer&#8217;s doubts by showing how your skill-sets are a better match to their needs.</p>
<blockquote><p>Do this by emphasizing cross-functional skills like your communication and <a title="presentation skills" href="http://www.it-career-coach.net/category/presentation-skills/">presentation skills</a>. Then, go further and explain how your business analysis skills (like those taught at the <a title="business analyst boot camp" href="http://www.it-career-coach.net/category/business-analyst-boot-camp/">business analyst boot camp</a>) will be useful to the employer inspite of your previous domain or background.</p>
</blockquote>
</li>
<li>
<p><strong>Tailor your <a target="_blank" title="Resume" href="http://www.myjobsearchcoaching.com/more-information/">Resume</a> to the Job</strong>:</p>
<p>Yes, tailoring your <a target="_blank" title="resume" href="http://www.myjobsearchcoaching.com/more-information/">resume</a> to the job helps, when you have some relevant background information that will be lost in your traditional resume.</p>
<p>Several years ago, I transitioned from a chemical engineering job to an <a title="information technology" href="http://www.it-career-coach.net/category/information-technology/">information technology</a> (IT) <a title="consulting" href="http://www.it-career-coach.net/outsourcing/">consulting</a> career.</p>
<p>I only had a few months of relevant IT experience but several more years of irrelevant chemical engineering training and experience.</p>
<blockquote><p>Following the advice of a recruiter, I re-wrote my resume to focus, expand and highlight my strong>limited</strong> <a title="information technology" href="http://www.it-career-coach.net/category/information-technology/">information technology</a> background while reducing my chemical engineering background to a foot note &#8230; which worked like a charm!</p>
</blockquote>
<p>The lesson hear is to &#8220;<i>reduce the employer&#8217;s doubt and anxiety by rewriting sections of your resume that doesn&#8217;t directly relate to the job you&#8217;re interviewing for</i>&#8220;.</p>
</li>
<li>
<p><strong>Leave your Pride at the Door</strong>:</p>
<p>Don&#8217;t let any negative behavior or comments cause you to lose your cool at the job <a target="_blank" title="interview" href="http://www.myjobsearchcoaching.com/more-information/">interview</a>.</p>
<blockquote><p>Instead, carry yourself as a true professional regardless of what you see or hear at the <a target="_blank" title="interview" href="http://www.myjobsearchcoaching.com/more-information/">interview</a>.</p>
</blockquote>
<p>I was fortunate to be interviewed for a Procter &#038; Gamble Management Trainee program out-of-college.</p>
<p></</p>
<p>However, before I was hired, I had to maintain my composure under some negative, psycho-analysis by an interviewer whose main goal was to see if I would lose my cool under the pressure of the interview.</p>
<p>So, do whatever it takes to get the job interview &#8230; that is your sole mission and objective.</p>
</li>
<li>
<p><strong>Study your Prospective Employer&#8217;s Industry</strong>:</p>
<p>I have been to a few job interviews where I used my knowledge of the company&#8217;s market place to advantage.</p>
<p>This is not something that you can do, if you&#8217;re looking for an easy job. But it is definitely something that you can do, if you&#8217;re really interested in the company.</p>
<blockquote><p>Research the prospective <strong>employer&#8217;s competitors, industry, technology, business processes</strong> and come prepared with suggestions, ideas or information that would genuinely help the prospective employer.</p>
</blockquote>
</li>
</ol>
<p>So., now I have given it to you &#8230; skills, techniques or steps for changing your <a title="business analyst career" href="http://www.it-career-coach.net/category/business-analyst-career/">business analyst career</a> or domain. What are you going to do with it?</p>
<p><strong>If you would like to leave discuss more about your experience at job interviews, just go ahead and leave a comment below.</strong></p>
<blockquote><p><a target="_blank" href="http://www.businessanalystbootcamp.com/more-information/">
<div id="subscribe_newsletter_image" class="wp-caption alignleft" style="width: 42px"><img src="http://www.it-career-coach.net/images/newsletter_40p.jpg" alt="Subscribe to Business Analysts Boot Camp Newsletter" title="Subscribe to Business Analysts Boot Camp Newsletter" width="42" height="42"/></div>
<p></a> <a target="_blank" href="http://www.businessanalystbootcamp.com/more-information/" title="Subscribe to Business Analysts Boot Camp Newsletter"><strong>If you enjoyed reading this article, Subscribe to Business Analyst(s) Boot Camps Newsletter</strong></a> </p></blockquote>                <p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                            <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F02%2F16%2F5-steps-to-a-new-business-analyst-career%2F&amp;linkname=5%20Steps%20to%20a%20New%20Business%20Analyst%20Career" target="_blank"><img src="http://www.it-career-coach.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=WVqdbSMwXVg:il7rDQoX2zM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=WVqdbSMwXVg:il7rDQoX2zM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=WVqdbSMwXVg:il7rDQoX2zM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=WVqdbSMwXVg:il7rDQoX2zM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=WVqdbSMwXVg:il7rDQoX2zM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=WVqdbSMwXVg:il7rDQoX2zM:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=WVqdbSMwXVg:il7rDQoX2zM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?i=WVqdbSMwXVg:il7rDQoX2zM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BecomeAProgrammer?a=WVqdbSMwXVg:il7rDQoX2zM:-WwxidANLS4"><img src="http://feeds.feedburner.com/~ff/BecomeAProgrammer?d=-WwxidANLS4" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BecomeAProgrammer/~4/WVqdbSMwXVg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/02/16/5-steps-to-a-new-business-analyst-career/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[The Business Analyst Job Description]]></series:name>
	<feedburner:origLink>http://www.it-career-coach.net/2010/02/16/5-steps-to-a-new-business-analyst-career/</feedburner:origLink></item>
	</channel>
</rss>
