<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Evernotes...</title>
	<atom:link href="http://blog.rajatpandit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rajatpandit.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 11 Mar 2014 12:47:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.2</generator>
	<item>
		<title>Copying NVM node install globally</title>
		<link>http://blog.rajatpandit.com/2014/03/11/copying-nvm-node-install-globally/</link>
		<comments>http://blog.rajatpandit.com/2014/03/11/copying-nvm-node-install-globally/#comments</comments>
		<pubDate>Tue, 11 Mar 2014 12:46:21 +0000</pubDate>
		<dc:creator><![CDATA[rp]]></dc:creator>
				<category><![CDATA[Dev-Ops]]></category>
		<category><![CDATA[Infrastructure Automation]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=1041</guid>
		<description><![CDATA[As the title suggests, if you are setting up node for a server and you want the flexibility to be able to change versions of node, in an ideal world you would want to be able to download and package the versions you need in order to be able to deploy it.  However a quicker &#8230; <a href="http://blog.rajatpandit.com/2014/03/11/copying-nvm-node-install-globally/" class="more-link">Continue reading <span class="screen-reader-text">Copying NVM node install globally</span></a>]]></description>
		<wfw:commentRss>http://blog.rajatpandit.com/2014/03/11/copying-nvm-node-install-globally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serial control flow in node.js</title>
		<link>http://blog.rajatpandit.com/2014/02/23/serial-control-flow-in-node-js/</link>
		<comments>http://blog.rajatpandit.com/2014/02/23/serial-control-flow-in-node-js/#comments</comments>
		<pubDate>Sun, 23 Feb 2014 21:58:47 +0000</pubDate>
		<dc:creator><![CDATA[rp]]></dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[nimble]]></category>
		<category><![CDATA[node]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=1034</guid>
		<description><![CDATA[Node is know for its ability to handle events and async methods etc. but there are plenty of use-cases where might need to get some flow control in place. So not matter what order the callbacks return in, you would like them to be executed in the right order. There is a nifty npm called &#8230; <a href="http://blog.rajatpandit.com/2014/02/23/serial-control-flow-in-node-js/" class="more-link">Continue reading <span class="screen-reader-text">Serial control flow in node.js</span></a>]]></description>
		<wfw:commentRss>http://blog.rajatpandit.com/2014/02/23/serial-control-flow-in-node-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selenium 2 Grid, Webdriver Quickstart Guide</title>
		<link>http://blog.rajatpandit.com/2013/07/21/selenium-2-grid-webdriver-quickstart-guide/</link>
		<comments>http://blog.rajatpandit.com/2013/07/21/selenium-2-grid-webdriver-quickstart-guide/#comments</comments>
		<pubDate>Sun, 21 Jul 2013 16:58:43 +0000</pubDate>
		<dc:creator><![CDATA[rp]]></dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=1021</guid>
		<description><![CDATA[Background Automated Browser based testing help dramatically reduce the time spent on manual smoke testing. In 2013, this might be an obvious thing to do but it always amazes me how even established enterprises actually still rely a lot of manual functional testing. Mostly because of the lack of continuous delivery methodologies or even basic &#8230; <a href="http://blog.rajatpandit.com/2013/07/21/selenium-2-grid-webdriver-quickstart-guide/" class="more-link">Continue reading <span class="screen-reader-text">Selenium 2 Grid, Webdriver Quickstart Guide</span></a>]]></description>
		<wfw:commentRss>http://blog.rajatpandit.com/2013/07/21/selenium-2-grid-webdriver-quickstart-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Perl Modules</title>
		<link>http://blog.rajatpandit.com/2013/06/24/913/</link>
		<comments>http://blog.rajatpandit.com/2013/06/24/913/#comments</comments>
		<pubDate>Mon, 24 Jun 2013 04:40:34 +0000</pubDate>
		<dc:creator><![CDATA[rp]]></dc:creator>
				<category><![CDATA[Dev-Ops]]></category>
		<category><![CDATA[Infrastructure Automation]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=913</guid>
		<description><![CDATA[A couple of notes to build a Perl Module. [crayon-57a98eb23ed4e470606216/] using the module with the require function: [crayon-57a98eb23ed59778864801/] Using the module with the Use function [crayon-57a98eb23ed60406146789/] The difference between the two approaches is that use imports the symbols into the local namespace, so you don&#8217;t have to use the namespace anymore. Making a module Using &#8230; <a href="http://blog.rajatpandit.com/2013/06/24/913/" class="more-link">Continue reading <span class="screen-reader-text">Creating Perl Modules</span></a>]]></description>
		<wfw:commentRss>http://blog.rajatpandit.com/2013/06/24/913/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic hostname for VM&#8217;s generated from Virtualbox</title>
		<link>http://blog.rajatpandit.com/2013/01/26/dynamic-hostname-for-vms-generated-from-virtualbox/</link>
		<comments>http://blog.rajatpandit.com/2013/01/26/dynamic-hostname-for-vms-generated-from-virtualbox/#comments</comments>
		<pubDate>Sat, 26 Jan 2013 08:26:45 +0000</pubDate>
		<dc:creator><![CDATA[rp]]></dc:creator>
				<category><![CDATA[Dev-Ops]]></category>
		<category><![CDATA[Infrastructure Automation]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=776</guid>
		<description><![CDATA[I am currently working on dynamic environment provisioning for baremetal and hypervisors. Going through my notes, I found the following post, it was obviously copied from somewhere and i don&#8217;t have the URL for it. I am posting it here again for future reference as i think it is a very clever idea. These scripts &#8230; <a href="http://blog.rajatpandit.com/2013/01/26/dynamic-hostname-for-vms-generated-from-virtualbox/" class="more-link">Continue reading <span class="screen-reader-text">Dynamic hostname for VM&#8217;s generated from Virtualbox</span></a>]]></description>
		<wfw:commentRss>http://blog.rajatpandit.com/2013/01/26/dynamic-hostname-for-vms-generated-from-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch resizing of images</title>
		<link>http://blog.rajatpandit.com/2012/10/04/batch-resizing-of-images/</link>
		<comments>http://blog.rajatpandit.com/2012/10/04/batch-resizing-of-images/#comments</comments>
		<pubDate>Thu, 04 Oct 2012 15:31:31 +0000</pubDate>
		<dc:creator><![CDATA[rp]]></dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=772</guid>
		<description><![CDATA[[crayon-57a98eb23fa2f146710626/]]]></description>
		<wfw:commentRss>http://blog.rajatpandit.com/2012/10/04/batch-resizing-of-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example code for embedded HSQL for java</title>
		<link>http://blog.rajatpandit.com/2012/10/04/example-code-for-embedded-hsql-for-java/</link>
		<comments>http://blog.rajatpandit.com/2012/10/04/example-code-for-embedded-hsql-for-java/#comments</comments>
		<pubDate>Thu, 04 Oct 2012 12:39:26 +0000</pubDate>
		<dc:creator><![CDATA[rp]]></dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=768</guid>
		<description><![CDATA[I had to write a utility today that requried me to embed a database to do some for of data manipulation, thought i would put the code snippet out here in case someone needs to use this to just get started [crayon-57a98eb23fec4084310771/]]]></description>
		<wfw:commentRss>http://blog.rajatpandit.com/2012/10/04/example-code-for-embedded-hsql-for-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NetworkOnMainThreadException</title>
		<link>http://blog.rajatpandit.com/2012/03/17/networkonmainthreadexception/</link>
		<comments>http://blog.rajatpandit.com/2012/03/17/networkonmainthreadexception/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 13:04:13 +0000</pubDate>
		<dc:creator><![CDATA[rp]]></dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=760</guid>
		<description><![CDATA[I am learning android development. Its fun. Its a different paradigm of programming though it still fits in the standard MVC model but you need to be careful of the memory management and the number of things you are planning to do on a single thread. Where I learned my first lesson was when I &#8230; <a href="http://blog.rajatpandit.com/2012/03/17/networkonmainthreadexception/" class="more-link">Continue reading <span class="screen-reader-text">NetworkOnMainThreadException</span></a>]]></description>
		<wfw:commentRss>http://blog.rajatpandit.com/2012/03/17/networkonmainthreadexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes on Git Part I / Quickstart Guide to Git</title>
		<link>http://blog.rajatpandit.com/2011/12/27/notes-on-git-part-i-quickstart-guide-to-git/</link>
		<comments>http://blog.rajatpandit.com/2011/12/27/notes-on-git-part-i-quickstart-guide-to-git/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 12:25:46 +0000</pubDate>
		<dc:creator><![CDATA[rp]]></dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=753</guid>
		<description><![CDATA[Git stores all the information locally, commit logs, versions etc so there is very little you can&#8217;t do if you are offline everything is check summed before it enters the repo, it uses SHA-1 hash which is a 40 character string composed of hex and calculated based on a file or directory structure in Git. &#8230; <a href="http://blog.rajatpandit.com/2011/12/27/notes-on-git-part-i-quickstart-guide-to-git/" class="more-link">Continue reading <span class="screen-reader-text">Notes on Git Part I / Quickstart Guide to Git</span></a>]]></description>
		<wfw:commentRss>http://blog.rajatpandit.com/2011/12/27/notes-on-git-part-i-quickstart-guide-to-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes on VirtualBox / Quickstart guide to VirtualBox</title>
		<link>http://blog.rajatpandit.com/2011/12/23/notes-on-virtualbox-quickstart-guide-to-virtualbox/</link>
		<comments>http://blog.rajatpandit.com/2011/12/23/notes-on-virtualbox-quickstart-guide-to-virtualbox/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 14:32:04 +0000</pubDate>
		<dc:creator><![CDATA[rp]]></dc:creator>
				<category><![CDATA[Dev-Ops]]></category>
		<category><![CDATA[Infrastructure Automation]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/?p=745</guid>
		<description><![CDATA[General Notes &#8220;hosted&#8221; hypervisor or type 2 hypervisor where as a &#8220;bare-metal&#8221; or &#8220;type 1&#8243; hypervisor would run directly on the hardware open virtualization format (OVF) VirtualBox Remote Desktop Extension (VRDE) &#8211; also support for full client USB Support Extensible RDP authentication USB Over RDP Extension packs available the virtual USB 2.0 (EHCI) device virtual &#8230; <a href="http://blog.rajatpandit.com/2011/12/23/notes-on-virtualbox-quickstart-guide-to-virtualbox/" class="more-link">Continue reading <span class="screen-reader-text">Notes on VirtualBox / Quickstart guide to VirtualBox</span></a>]]></description>
		<wfw:commentRss>http://blog.rajatpandit.com/2011/12/23/notes-on-virtualbox-quickstart-guide-to-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
