<?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>Life in Balance: Amit Chaudhary&#039;s Blog</title>
	<atom:link href="http://blog.rajgad.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rajgad.com</link>
	<description>Amit Chaudhary&#039;s blog on Life, Technology, Software Development, Spirituality and Information worth knowing</description>
	<lastBuildDate>Sun, 10 Feb 2013 02:06:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Python based Technology Stack at Votizen</title>
		<link>http://blog.rajgad.com/work/2012-04/python-based-technology-stack-at-votizen.html</link>
		<comments>http://blog.rajgad.com/work/2012-04/python-based-technology-stack-at-votizen.html#comments</comments>
		<pubDate>Tue, 17 Apr 2012 01:52:25 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Software development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.rajgad.com/?p=347</guid>
		<description><![CDATA[Deep details of Python based Technology Stack at Votizen from the Inside Votizen post by Paul Stamatiou. Amazon Web Services webservers &#8211; 2 large instances running Apache, Django, Python load balancer &#8211; 1 large instance running HAProxy and Stunnel asynchronous workers &#8211; 3 x-large instances running several hundred Celery workers each reverse geocoding &#38; districts &#8211; 3 [...]]]></description>
				<content:encoded><![CDATA[<p>Deep details of Python based Technology Stack at Votizen from the <a href="http://paulstamatiou.com/inside-votizen">Inside Votizen post by Paul Stamatiou</a>.</p>
<ul>
<li><strong>Amazon Web Services</strong>
<ul>
<li>webservers &#8211; 2 large instances running Apache, Django, Python</li>
<li>load balancer &#8211; 1 large instance running HAProxy and Stunnel</li>
<li>asynchronous workers &#8211; 3 x-large instances running several hundred Celery workers each</li>
<li>reverse geocoding &amp; districts &#8211; 3 x-large instances running what we call politicoder</li>
<li>elastic search for voters &#8211; 2 High-Memory Quadruple Extra Large instance running elastic search with entire corpus of voters loaded into memory (verify 50-75 people/second)</li>
<li>error reporting &#8211; 1 large instance running a sentry server</li>
<li>utility server &#8211; 1 large instance used for various opsy operations</li>
<li>db-misc server &#8211; 1 large instance running redis, memcached, and RabbitMQ</li>
<li>admin server &#8211; 1 large instance used for managing deployment and monitoring site, runs CruiseControl (for deployment) and Nagios (for monitoring)</li>
</ul>
</li>
<li><strong>Puppet\Chef</strong> - We were previously using Puppet to manage server configurations in our admin repository, but are in the process of moving to <strong>Chef</strong>, as our new ops person prefers Chef. Both are Ruby-based tools, but are more mature than any comparable Python solution</li>
<li><strong>Python</strong> - We write almost all our code in Python 2.6, because Python gives you wings</li>
<li><strong>Django</strong> - This is one of the most fully-baked Python web frameworks and we have 2 core contributors on our team. Version 1.4 was just released, but we are still running on 1.3</li>
<li><strong>Redis</strong> - We use redis mostly to handle caching of large lists of ids, because it has really good set/list operations built into it.</li>
<li><strong>Celery</strong> - We have to do a log of user processing after they sign up and even when they sign in: fetch contacts on your social network, find your contacts districts and see if they are voters, find your districts and see if you are a voter</li>
<li><strong>RabbitMQ</strong> - The default message queue used by Celery, and also just a good queuing system. We only use it for celery.</li>
<li><strong>Memcached</strong> - Cache whatever you can, whenever you can. Django has good memcached support and we try to take advantage of it as much as possible.</li>
</ul>
<p>We have unit testing and continuous integration, there&#8217;s no staging environment, everything goes straight to production. We have feature flagging now to limit development features to staff.</p>
<p>We&#8217;re looking to move to Vagrant so the development and production environments can be nearly identical.</p>
<p><a href="http://blog.rajgad.com/wp-content/uploads/2012/04/votizen-button.png"><img class="aligncenter size-medium wp-image-348" title="Votizen button" src="http://blog.rajgad.com/wp-content/uploads/2012/04/votizen-button-300x300.png" alt="" width="300" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajgad.com/work/2012-04/python-based-technology-stack-at-votizen.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RFS 10: Design and Simplicity, a Request for Startup article</title>
		<link>http://blog.rajgad.com/work/entrepreneur/2012-03/rfs-10-design-and-simplicity-a-request-for-startup-article.html</link>
		<comments>http://blog.rajgad.com/work/entrepreneur/2012-03/rfs-10-design-and-simplicity-a-request-for-startup-article.html#comments</comments>
		<pubDate>Sun, 11 Mar 2012 06:24:49 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>

		<guid isPermaLink="false">http://blog.rajgad.com/?p=338</guid>
		<description><![CDATA[RFS 10: Design and Simplicity I wrote an article in the spirit of YCombinator&#8217;s &#8216;s Request for Startup series. It was inspired by the PyCon 2012 keynote by Paul Graham of YCombinator. The talk is covered in the article Frighteningly Ambitious Startup Ideas.]]></description>
				<content:encoded><![CDATA[<h4><a href="http://rajgad.com/articles/rfs10-design.html">RFS 10: Design and Simplicity</a></h4>
<p>I wrote an article in the spirit of <a href="http://ycombinator.com/">YCombinator&#8217;s </a>&#8216;s <a href="http://ycombinator.com/rfs.html">Request for Startup </a>series.</p>
<p>It was inspired by the <a href="http://pyvideo.org/category/17/pycon-us-2012">PyCon 2012</a> keynote by <a href="http://www.paulgraham.com">Paul Graham</a> of <a href="http://ycombinator.com/">YCombinator</a>.<br />
The talk is covered in the article <a href="http://www.paulgraham.com/ambitious.html">Frighteningly Ambitious Startup Ideas</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajgad.com/work/entrepreneur/2012-03/rfs-10-design-and-simplicity-a-request-for-startup-article.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012 Python Meme from Amit: HeapQ, Flask, Python on Quora &amp; Python 3</title>
		<link>http://blog.rajgad.com/work/software-development/2012-01/2012-python-meme-from-amit-heapq-flask-python-on-quora-python-3.html</link>
		<comments>http://blog.rajgad.com/work/software-development/2012-01/2012-python-meme-from-amit-heapq-flask-python-on-quora-python-3.html#comments</comments>
		<pubDate>Sun, 08 Jan 2012 23:18:40 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://blog.rajgad.com/?p=320</guid>
		<description><![CDATA[What is the coolest Python application, framework, or library you have discovered in 2011? Heroku &#38; Facebook App integration which gives a ready made FlaskApp with Facebook Graph API What new programming technique did you learn in 2011? Using Python HeapQ to implement a priority queue, used it to access TEDx videos on Youtube, see parse_tedxvid.py on github.com [...]]]></description>
				<content:encoded><![CDATA[<ol>
<li><strong>What is the coolest Python application, framework, or library you<br />
have discovered in 2011?</strong></li>
<ul>
<li><a href="http://www.heroku.com/facebook">Heroku &amp; Facebook App integration</a> which gives a ready made <a href="flask.pocoo.org">Flask</a>App with Facebook Graph API</li>
</ul>
<li><strong>What new programming technique did you learn in 2011?</strong></li>
<ul>
<li>Using <a href="docs.python.org/library/heapq.html">Python HeapQ</a> to implement a priority queue, used it to access TEDx videos on Youtube, see <a href="https://github.com/amitch/ytube-tedx/blob/master/parse_tedxvid.py">parse_tedxvid.py</a> on <a href="https://github.com/amitch/ytube-tedx/blob/master/parse_tedxvid.py">github.com</a></li>
</ul>
<li><strong>What’s the name of the open source project you contributed the<br />
most in 2011? What did you do?</strong></li>
<ul>
<li>Nothing in particular</li>
</ul>
<li><strong>What was the Python blog or website you read the most in 2011?</strong></li>
<ul>
<li><a href="http://www.quora.com/Python-programming-language-1">Python on Quora</a> &amp; <a href="http://stackoverflow.com/questions/tagged/python">Python on Stackoverflow</a>. Will likely change.</li>
</ul>
<li><strong>What are the three top things you want to learn in 2012?</strong></li>
<ul>
<li>At the top is more public projects on github &amp; else where.</li>
<li>Let doing (public projects) decide what I learn</li>
<li><a href="www.sqlalchemy.org/docs/orm/tutorial.html">SQLAlChemy</a></li>
</ul>
<li><strong>What are the top software, app, or lib you wish someone would </strong><strong>write in 2012?</strong></li>
</ol>
<ol>
<ul>
<li>Would like to see Python 3 support for <a href="http://pypi.python.org/pypi/Werkzeug">Werkzeug</a>, <a href="http://pypi.python.org/pypi/Flask">Flask</a>, <a href="http://pypi.python.org/pypi/Django">Django</a> &amp; <a href="http://pypi.python.org/pypi/MySQL-python">MySQL-python</a>. Update: It will take a while, <a href="http://lucumr.pocoo.org/2011/12/7/thoughts-on-python3/">Flask Creator Armin&#8217;s Thoughts on Python 3</a></li>
</ul>
</ol>
<hr />
<p><a href="http://tarekziade.wordpress.com/2011/12/20/new-years-python-meme-2/">Tarek</a> started this series with these instructions:</p>
<ul>
<li>copy-paste the questions and answer to them in your blog</li>
<li>tweet it with the <a href="https://twitter.com/#!/search/%232012pythonmeme">#2012pythonmeme</a> hashtag</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajgad.com/work/software-development/2012-01/2012-python-meme-from-amit-heapq-flask-python-on-quora-python-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top TEDx Conferences courtesy Youtube API &amp; Python</title>
		<link>http://blog.rajgad.com/work/software-development/2011-12/top-tedx-conferences-courtesy-youtube-api-python.html</link>
		<comments>http://blog.rajgad.com/work/software-development/2011-12/top-tedx-conferences-courtesy-youtube-api-python.html#comments</comments>
		<pubDate>Fri, 23 Dec 2011 00:17:38 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Personal development]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://blog.rajgad.com/?p=311</guid>
		<description><![CDATA[For some good conferences, these were the conferences with most talks in the top 500 talks, the number of talks &#38; video link to top talk from that conference. TEDxTokyo,24 TEDxBuenosAires,18 TEDxCairo,17 TEDxParis,17 TEDxDubai,14 TEDxCaltech,12 TEDxNYED,10 TEDxEast,7 TEDxLahore,7 TEDxTaipei,7 I wrote couple of Python (programming language) scripts that used YouTube API. The approach, find TEDx [...]]]></description>
				<content:encoded><![CDATA[<p>For some good conferences, these were the conferences with most talks in the top 500 talks, the number of talks &amp; video link to top talk from that conference.</p>
<p>TEDxTokyo,24</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/O3CnWavAWzc?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>TEDxBuenosAires,18</p>
<p><iframe width="500" height="375" src="http://www.youtube.com/embed/QZmwbpclGn0?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>TEDxCairo,17</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/yzAVLMdeLoU?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>TEDxParis,17</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/HyNinbbzGuE?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>TEDxDubai,14</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/mTTO43HVFyU?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>TEDxCaltech,12</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/hpjwotips7E?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>TEDxNYED,10</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/BlvKWEvKSi8?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>TEDxEast,7</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/7Iv2nZnZOrM?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>TEDxLahore,7</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/NdeqlPrgdhw?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>TEDxTaipei,7</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/3aYUpzgXSCQ?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>I wrote couple of Python (programming language) scripts that used YouTube API. The approach, find TEDx conference with a larger number of high quality talks, the quality measured by view count.</p>
<p>Some additional notes:<br />
-A check in top 200, brings in TEDxBerlin, TEDxCMU, TEDxNASA &amp; TEDxToronto<br />
-A check in top 1000 brings in TEDxSF, TEDxAmsterdam &amp; TEDxAcademy<br />
-The code is bunch of small Python scripts and is in github at https://github.com/amitch/ytube-tedx</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajgad.com/work/software-development/2011-12/top-tedx-conferences-courtesy-youtube-api-python.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>100 life things to do, 2011 update</title>
		<link>http://blog.rajgad.com/life/2011-12/100-life-things-to-do-2011-update.html</link>
		<comments>http://blog.rajgad.com/life/2011-12/100-life-things-to-do-2011-update.html#comments</comments>
		<pubDate>Tue, 20 Dec 2011 06:15:34 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.rajgad.com/?p=307</guid>
		<description><![CDATA[Three years I posted a list about 100 life things to do, I noticed some changes have happened since then. bold are done since 2011 and underlined are worth a try in the future. 2. Slept under the stars 5. Watched a meteor shower 11. Bungee jumped 12. Visited Paris 17. Walked to the top [...]]]></description>
				<content:encoded><![CDATA[<p>Three years I posted a list about <a href="http://blog.rajgad.com/spiritual/2008-12/100-life-things-to-do.html">100 life things to do</a>, I noticed some changes have happened since then.</p>
<p><strong>bold</strong> are done since 2011 and <u>underlined</u> are worth a try in the future.</p>
<p><u>2. Slept under the stars</u></p>
<p><u>5. Watched a meteor shower</u></p>
<p><u>11. Bungee jumped</u></p>
<p><strong>12. Visited Paris </strong></p>
<p><u>17. Walked to the top of the Statue of Liberty</u></p>
<p><u>22. Hitch hiked</u></p>
<p><u>27. Run a Marathon</u></p>
<p><u>28. Ridden in a gondola in Venice</u></p>
<p><u>29. Seen a total eclipse</u></p>
<p><u>32. Been on a cruise</u></p>
<p><u>37. Had enough money to be truly satisfied</u></p>
<p><strong>43. Bought a stranger a meal at a restaurant</strong></p>
<p><strong>50. Been to the top of the Eiffel Tower in Paris</strong></p>
<p><u>51. Gone scuba diving or snorkeling</u></p>
<p><u>53. Played in the mud</u></p>
<p><u>57. Started a business</u></p>
<p><strong>58. Taken a martial arts class</strong></p>
<p><u>60. Served at a soup kitchen</u></p>
<p><u>65. Gone sky diving  </u></p>
<p><u>68. Flown in a helicopter</u></p>
<p><u>74. Toured the Everglades</u></p>
<p><u>86. Visited the White House</u></p>
<p><u>89. Saved someone’s life</u></p>
<p>Summary:</p>
<p>Done: 4/26</p>
<p>Worth doing someday: 18/26</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajgad.com/life/2011-12/100-life-things-to-do-2011-update.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Quora: Workspace, Problem Solving, Tools for Python Developer, Real time in Python or Ruby</title>
		<link>http://blog.rajgad.com/work/2011-08/on-quora-workspace-problem-solving-tools-for-python-developer-real-time-in-python-or-ruby.html</link>
		<comments>http://blog.rajgad.com/work/2011-08/on-quora-workspace-problem-solving-tools-for-python-developer-real-time-in-python-or-ruby.html#comments</comments>
		<pubDate>Thu, 11 Aug 2011 18:01:56 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Personal development]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.rajgad.com/?p=301</guid>
		<description><![CDATA[Is having all the startup engineers work at the same room a good thing or not? Rooms with different engineers followed by Open space are the best among the other choices. It -Encourages collaboration, idea flow &#38; camaraderie. -promotes visibility &#38; transparency. -is efficient in terms of cost &#38; time to setup. The biggest drawback is that it does not [...]]]></description>
				<content:encoded><![CDATA[<div id="ld_McHXPx_7646">
<div>
<div id="ld_Fobz1H_7018">
<div>
<div id="ld_NJrTiM_5514">
<div>
<h3><a id="__w2_NfYED2c_link" href="http://www.quora.com/Is-having-all-the-startup-engineers-work-at-the-same-room-a-good-thing-or-not">Is having all the startup engineers work at the same room a good thing or not?</a></h3>
</div>
</div>
<div id="ld_NJrTiM_5515">
<div id="__w2_uPpAl6h_answer">
<div>
<div id="ld_NJrTiM_5672">Rooms with different engineers followed by Open space are the best among the other choices. It</div>
</div>
<div id="__w2_uPpAl6h_answer_wrapper">
<div id="ld_NJrTiM_5675">-Encourages <strong>collaboration</strong>, <strong>idea flow &amp; camaraderie</strong>.<br />
-promotes <strong>visibility &amp; transparency</strong>.<br />
-is efficient in terms of <strong>cost &amp; time to setup</strong>.</p>
<p>The biggest drawback is that<strong> it does not leave space (mental, sound &amp; time kind of space) for flow to happen easily</strong>. Hence you will see productive programming start in late afternoon or lots of head phones. This is less so in shared rooms than in Open space.</p>
<p>Personally I prefer silence during work and have worked in startups with Cubicles, Office(great view of Mt. Rainier), Shared rooms &amp; Open space and would rate individual offices as worse of the lot due to the walls, real and virtual.</p></div>
</div>
</div>
</div>
<h3><a id="__w2_BAVBbgU_link" href="http://www.quora.com/How-does-one-become-good-at-problem-solving">How does one become good at problem solving?</a></h3>
</div>
</div>
<div id="ld_Fobz1H_7019">
<div id="__w2_ksxd2cU_answer">
<div>
<div id="ld_Fobz1H_7162">Work at becoming a better solver in addition to solving new problems.</div>
</div>
<div id="__w2_ksxd2cU_answer_wrapper">
<div id="ld_Fobz1H_7165">
See Topcoder tutorials such as How to find solution and how to dissect a problem.<br />
<a href="http://www.topcoder.com/tc?module=Static&amp;d1=tutorials&amp;d2=alg_index" rel="nofollow" target="_blank">http://www.topcoder.com/t<wbr>c?modul&#8230;</wbr></a></p>
<p>Use <a href="http://www.quora.com/Charlie-Munger">Charlie Munger</a>&#8216;s &#8220;Mental models&#8221; method as another approach, they are covered in this pdf <a href="http://www.focusinvestor.com/FocusSeriesPart3.pdf" rel="nofollow" target="_blank">http://www.focusinvestor.<wbr>com/Foc&#8230;</wbr></a> &amp; better in his book, Poor Charlie&#8217;s Almanack, <a href="http://www.poorcharliesalmanack.com/" rel="nofollow" target="_blank">http://www.poorcharliesal<wbr>manack&#8230;.</wbr></a></div>
</div>
</div>
</div>
<h3><a id="__w2_GazdZDr_link" href="http://www.quora.com/What-tools-should-a-modern-Python-developer-have-under-his-belt">What tools should a modern Python developer have under his belt?</a></h3>
<div id="ld_Fobz1H_7015">
<div id="__w2_nxGuv16_answer">
<div>
<div id="ld_Fobz1H_7144"></div>
</div>
<div id="__w2_nxGuv16_answer_wrapper">
<div id="ld_Fobz1H_7147">I would like to propose a 6-12 month list, instead of a 5 year list.</p>
<p>Find out &amp; use<br />
-details of <strong>python REPL </strong>including dir &amp; help command</p>
<p>-the <strong>Python coding standards</strong>, PEP 8 &amp; <strong>Python API documentation standard</strong>, PEP 257.</p>
<p>-Read <strong>pythonic code</strong>, options include Guido&#8217;s essays like<a href="http://www.python.org/doc/essays/graphs.html" rel="nofollow" target="_blank">http://www.python.org/doc<wbr>/essays&#8230;</wbr></a> or Dare Obasanjo&#8217;s python code and followup posts,<br />
<a href="http://www.google.com/search?hl=en&amp;ie=UTF-8&amp;q=python%20site%3Ahttp%3A//www.25hoursaday.com/weblog/" rel="nofollow" target="_blank">http://www.google.com/sea<wbr>rch?hl=&#8230;</wbr></a></p>
<p>-Code to write: <strong>Runtime object alteration</strong>, even if you do not use it latter. Write an <strong>iterator</strong>.</p>
<p>-the <strong>Python standard library </strong>including string, date, persistence, regex, etc.</p>
<p>-create a <strong>python package </strong>&amp; upload to <strong>pypi</strong>.</p>
<p>-write some unit tests with <strong>unittest\PyUnit\nose</strong>, <a href="http://docs.python.org/library/unittest.html" rel="nofollow" target="_blank">http://docs.python.org/li<wbr>brary/u&#8230;</wbr></a></div>
</div>
</div>
</div>
<div id="ld_Fobz1H_7030">
<div>
<h3><a id="__w2_BkSSbON_link" href="http://www.quora.com/How-can-I-learn-to-handle-real-time-interactions-in-Python-or-Ruby">How can I learn to handle real-time interactions in Python or Ruby?</a></h3>
</div>
</div>
<p><span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">For using Python, consider <a href="http://www.quora.com/Tornado-web-framework">Tornado (web framework)</a> by the <a href="http://www.quora.com/FriendFeed">FriendFeed</a> (now<a href="http://www.quora.com/Facebook-Inc-company">Facebook Inc. (company)</a>) team.</span></p>
<div id="ld_Fobz1H_7031">
<div id="__w2_FFwguzh_answer">
<div id="__w2_FFwguzh_answer_wrapper">
<div id="ld_Fobz1H_7219">Go through their documentation &amp; excellent demos, <a href="https://github.com/facebook/tornado/tree/master/demos" rel="nofollow" target="_blank">https://github.com/facebo<wbr>ok/torn&#8230;</wbr></a>.<br />
If you prefer a book, go through &#8220;Building the real time user experience&#8221; by Ted Roden</p>
<p>For using Ruby, you can use what <a href="http://www.quora.com/VMware">VMware</a> <a href="http://www.quora.com/Cloud-Foundry">Cloud Foundry</a> <a href="http://www.quora.com/Platform-as-a-Service-PaaS">Platform-as-a-Service (PaaS)</a> uses, Thin webserver, Ruby 1.9 fibers and async DB drivers, see this article <a href="http://www.igvita.com/2011/04/14/vmware-cloudfoundry-ruby-powered-paas/" rel="nofollow" target="_blank">http://www.igvita<wbr>.com/2011/04/14&#8230;</wbr></a></p>
<p>For Ruby I have also seen references to orbited &amp; juggernaut.</p></div>
</div>
</div>
</div>
</div>
</div>
<div id="ld_McHXPx_7647"></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajgad.com/work/2011-08/on-quora-workspace-problem-solving-tools-for-python-developer-real-time-in-python-or-ruby.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Quora: Best iPad Apps, What to do in LA, Toddler foods, Kettlebells &amp; Making Friends</title>
		<link>http://blog.rajgad.com/life/2011-08/on-quora-best-ipad-apps-what-to-do-in-la-toddler-foods-kettlebells-making-friends.html</link>
		<comments>http://blog.rajgad.com/life/2011-08/on-quora-best-ipad-apps-what-to-do-in-la-toddler-foods-kettlebells-making-friends.html#comments</comments>
		<pubDate>Thu, 11 Aug 2011 17:54:32 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Parenting]]></category>
		<category><![CDATA[Personal development]]></category>

		<guid isPermaLink="false">http://blog.rajgad.com/?p=297</guid>
		<description><![CDATA[What are the best iPad apps? Fantastic Flying Books of Morris Lessmore is an inter-active book for kids, see the making at http://www.morrislessmore.com/?p&#8230; The Disney\Pixar apps Toy Story &#38; Dr. Seuss books are great on iPad.Flipboard is very useful &#38; well design, it is a photo, news &#38; social discovery magazine. KardCombat is a fantasy card game which is quite addictive, [...]]]></description>
				<content:encoded><![CDATA[<div id="ld_fCHBSM_475">
<div>
<h3><a id="__w2_ec7h8OW_link" href="http://www.quora.com/What-are-the-best-iPad-apps">What are the best iPad apps?</a></h3>
<div id="ld_McHXPx_7583">
<div id="__w2_xCR8vPN_answer">
<div id="__w2_xCR8vPN_answer_wrapper">
<div id="ld_McHXPx_7594"><strong>Fantastic Flying Books of Morris Lessmore</strong> is an inter-active book for kids, see the making at <a href="http://www.morrislessmore.com/?p=film" rel="nofollow">http://www.morrislessmore<wbr>.com/?p&#8230;</wbr></a><br />
<strong><br />
</strong>The <strong>Disney\Pixar apps Toy Story</strong> &amp; Dr. Seuss books are great on iPad.<strong>Flipboard</strong> is very useful &amp; well design, it is a photo, news &amp; social discovery magazine.</p>
<p><strong>KardCombat</strong> is a fantasy card game which is quite addictive, it has a nice multi-user mode through OpenFient.</p>
<p><strong>Slice HD</strong> is a puzzle game with good use of multi touch &amp; a nice concept, the blood is so realistic, it is cringe inducing.</p>
<p><strong>Planetary</strong> is a way to play &amp; browse your music using Suns, Planets &amp; Moons. The UI is smooth and easy to get hang of.</p>
</div>
</div>
</div>
</div>
<h3><a id="__w2_vGD3LtL_link" href="http://www.quora.com/What-fun-things-are-there-to-do-in-LA">What fun things are there to do in LA?</a></h3>
</div>
</div>
<div id="ld_fCHBSM_476">
<div id="__w2_DWv8tUA_answer">
<div>
<div id="ld_fCHBSM_484">Some of the beaten path (Disneyland, Universal Studios, Hollywood Star Walk &amp; Madam Tussaud&#8217;s Wax Museum) in addition to those already covered.</div>
</div>
<div id="__w2_DWv8tUA_answer_wrapper">
<div id="ld_fCHBSM_487"><strong>Architecture:</strong> Do the guided or self audio tour of Walt Disney Concert Hall by <a href="http://www.quora.com/Frank-Gehry">Frank Gehry</a><br />
<img src="http://d2o7bfz2il9cb7.cloudfront.net/main-qimg-bcb19ad5d467c59f96200e4a4dc4bec3" alt="" /><br />
<strong>Beach:</strong> If you have visited the Energetic beaches of Venice &amp; Santa Monica, go to Zuma beach for nice sand &amp; water and a bit more quieter setting.<strong>Downtown &amp; Food:</strong> Stay in downtown, watch a modern dance for free (<a href="http://www.grandperformances.org/" rel="nofollow">http://www.grandperforma<wbr>nces.org</wbr></a>) &amp; eat at some fabulous restaurants including Border&#8217;s Grill, Mixt Green (It is a SF original) &amp; Cafe Pinot near the LA library.</p>
</div>
</div>
</div>
<div>
<div id="ld_McHXPx_7519">
<div>
<h3><a id="__w2_AS7G57Z_link" href="http://www.quora.com/My-toddler-is-a-picky-eater-How-do-I-get-her-to-try-new-foods">My toddler is a picky eater. How do I get her to try new foods?</a></h3>
</div>
</div>
<div id="ld_McHXPx_7520">
<div id="__w2_j6nOj4T_answer">
<div>
<div id="ld_McHXPx_7528">Here are some approaches which worked for us. Our little one did not even try ripe mangoes</div>
</div>
<div id="__w2_j6nOj4T_answer_wrapper">
<div id="ld_McHXPx_7531">
<ul>
<li><strong>Eat it a bit yourself.</strong></li>
</ul>
<p>This tickles their curiosity.<strong><br />
</strong></p>
<ul>
<li><strong>Leave it out there and wait for hunger.</strong></li>
</ul>
<p>Some sliced apples in a small bowl get attention when hunger happens</p>
<ul>
<li><strong>Keep the food simple</strong></li>
</ul>
<p>Peas or boiled baby carrots instead of Broccoli, etc.</p>
</div>
</div>
</div>
</div>
<div id="ld_Fobz1H_6996">
<div>
<h3><a id="__w2_aJPko3Y_link" href="http://www.quora.com/What-is-the-best-brand-of-kettlebell">What is the best brand of kettlebell?</a></h3>
</div>
</div>
<div id="ld_Fobz1H_6997">
<div id="__w2_mUt53Bi_answer">
<div id="__w2_mUt53Bi_answer_wrapper">
<div id="ld_Fobz1H_7065"> I liked those used by our trainer &amp; sold by American Kettlebell club\World Kettlebell club best. They work well for Swings as well as more complicated ones like Press &amp; Clean or TGU.</div>
<div id="ld_Fobz1H_7066"><img src="http://d2o7bfz2il9cb7.cloudfront.net/main-qimg-f30758088206736831458855a78e2c61" alt="" /><br />
They have a good medium grip, same size bell for different weights. They are expensive, specially when shipping is added.Kaizen\Budo kettlebells have better prices &amp; have a good finish. The large grip means I use it primarily for Swings.</p>
<p>The best option for beginners or anyone doing one handed routines like TGU, is the adjustable kettlebell by Jillian Michael, available online &amp; in Target stores. It goes from 5 to 20 lb, while classic bells start at 8kg (18 lb.)<br />
<img src="http://d2o7bfz2il9cb7.cloudfront.net/main-qimg-52b3bed2360c88810baf8ef76d14e080" alt="" /></p>
</div>
</div>
<div>
<div id="ld_NJrTiM_5518">
<div>
<h3><a id="__w2_aqy3QfT_link" href="http://www.quora.com/Whats-the-secret-to-making-a-few-good-friends">What&#8217;s the secret to making a few good friends?</a></h3>
</div>
</div>
<div id="ld_NJrTiM_5519">
<div id="__w2_smAA8BN_answer">
<div>
<div id="ld_NJrTiM_5690"><strong>Good or close friendships</strong> will need one or more of these, some can be made more likely to happen.</div>
</div>
<div id="__w2_smAA8BN_answer_wrapper">
<div id="ld_NJrTiM_5693">
<strong>Give it Time: </strong>Good friendships take time to develop. Which would mean, one meets in same place for a few years, school or work are a good example.</p>
<p><strong>Shared mission:</strong> Good friends would have shared something in life, typically a mission, a project with full effort, a great road trip, a hardship.<br />
<strong><br />
Respect:</strong> Eventually, there needs to be respect for each other,<br />
this trumps politeness, good nature, hobbies and other general social traits, they do smoothen the path.</p>
<p><strong>Chemistry:</strong> There are times where things click, it is the human chemistry. Once you notice it happen, help it expand.</p>
<p><strong>Follow through: </strong>Which brings us to, follow through by staying in touch<br />
A great follow through person is <a href="http://www.quora.com/Warren-Buffett">Warren Buffett</a><br />
as per the book Snowball, even earlier in his life, after first meeting with someone, he would decide he wants to be a friend &amp; makes place for them in<br />
his life, invites him\her to golf or tennis, to their company, requested his wife<br />
to ask them to club, etc.</p>
<p><strong>Make place for spontaneity in addition to plans:</strong> This is staying late once something gets going, showing up on request &amp; more.</p>
<p><strong>Make time for outside activities:</strong> Be it Poker, Eating, Yoga, Hike, Pub, Dancing or Squash, make time for outside activities &amp; try to do these with like minded folks. I cannot mostly program, browse the web or meditate &amp; increase</p>
<p><strong>Changes &amp; Time:</strong> After this change will be the big one. As we live, aspects of<strong>our lives change, externally</strong>, we play new sports, our career gives us different interest, have families with kids, move to different locations.<br />
There is also <strong>change internally</strong>, we worry more or less about things than we use to, we enhance our selves to do a few things better, we drink &amp; eat something else or not all.<br />
This will distant one from some earlier friends. It is a time to be open to new friends who will one day become close friends, it is also time to open to a different tribe.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajgad.com/life/2011-08/on-quora-best-ipad-apps-what-to-do-in-la-toddler-foods-kettlebells-making-friends.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Martin Luther King&#8217;s Sermon: Unfulfilled Dreams (Civil war within us, Total bent of our lives &amp; Trying)</title>
		<link>http://blog.rajgad.com/spiritual/2010-12/martin-luther-kings-sermon-unfulfilled-dreams-civil-war-within-us-total-bent-of-our-lives-trying.html</link>
		<comments>http://blog.rajgad.com/spiritual/2010-12/martin-luther-kings-sermon-unfulfilled-dreams-civil-war-within-us-total-bent-of-our-lives-trying.html#comments</comments>
		<pubDate>Sat, 11 Dec 2010 20:41:00 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Quotes]]></category>
		<category><![CDATA[Spiritual]]></category>

		<guid isPermaLink="false">http://blog.rajgad.com/spiritual/2010-12/martin-luther-kings-sermon-unfulfilled-dreams-civil-war-within-us-total-bent-of-our-lives-trying.html</guid>
		<description><![CDATA[I came across a speech by Martin Luther King, first an excerpt at Charity Focus and the complete speech\sermon called Unfulfilled Dreams at Stanford&#8217;s King Institute. If you prefer to listen to it, you can download an mp3 from CharityFocus or as a part of an audio book called A Knock at Midnight. It is [...]]]></description>
				<content:encoded><![CDATA[<p><a title="Martin Luther King" class="imagelink" href="http://blog.rajgad.com/wp-content/uploads/2010/12/martin-luther-king.jpg" /><a title="Martin Luther King" href="http://www.reiht.com/martin-luther-king-jr/"><img id="image295" alt="Martin Luther King" src="http://blog.rajgad.com/wp-content/uploads/2010/12/martin-luther-king.jpg" /></a><br />
I came across a speech by Martin Luther King, first <a href="http://www.ijourney.org/?tid=725">an excerpt at Charity Focus</a> and the complete speech\sermon called <a href="http://mlk-kpp01.stanford.edu/index.php/encyclopedia/multimediaentry/doc_unfulfilled_dreams/">Unfulfilled Dreams at Stanford&#8217;s King Institute</a>.</p>
<p>If you prefer to listen to it, you can <a href="http://www.cf2.org/music/speeches/mlk/mlk_unfulfilled_dreams.mp3">download an mp3 from CharityFocus</a> or as a part of an audio book called <a class="title" href="http://www.amazon.com/Knock-Midnight-Inspiration-Jr-Clayborne/dp/B003U4BFT8/ref=sr_1_2?ie=UTF8&#038;qid=1292098456&#038;sr=8-2">A  Knock at Midnight.<br />
</a></p>
<p>It is sign of a great teacher that he took a verse from Bible to this Sermon.</p>
<p>Some parts specially touched me and I thought of sharing them here. See the complete sermon to find what touches you.</p>
<ul>
<li><strong>Civil war within us</strong></li>
</ul>
<blockquote><p>And in every one of us this morning, there’s a war going on. It’s a  civil war. I don’t care who you are, I don’t care where you live, there  is a civil war going on in your life.  And every time you set out to be  good, there’s something pulling on you, telling you to be evil. It’s  going on in your life. Every time you set out to love, something keeps  pulling on you, trying to get you to hate.  [...] There’s a tension at the heart of human nature.   And whenever we set out to dream our dreams and to build our temples, we  must be honest enough to recognize it.</p></blockquote>
<ul>
<li><strong>Total bent of our lives</strong></li>
</ul>
<blockquote><p>In the final analysis, God does not judge us by the separate incidents  or the separate mistakes that we make, but by the total bent of our  lives. In the final analysis, God knows that his children are weak and  they are frail. In the final analysis, what God requires is that your  heart is right.  Salvation isn’t reaching the destination of absolute  morality, but it’s being in the process and on the right road.</p></blockquote>
<ul>
<li><strong>Trying</strong></li>
</ul>
<blockquote><p>And the question I want to raise this morning with you: is your heart  right?  If your heart isn’t right, fix it up today.  Get somebody to be  able to say about you, &#8220;He may not have reached the highest height, he  may not have realized all of his dreams, but he tried.&#8221;  Isn’t that a  wonderful thing for somebody to say about you? &#8220;He tried to be a good  man.  He tried to be a just man. He tried to be an honest man.  His  heart was in the right place.&#8221;  And I can hear a voice saying, crying  out through the eternities, &#8220;I accept you. You are a recipient of my  grace because it was in your heart.  And it is so well that it was  within thine heart.&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajgad.com/spiritual/2010-12/martin-luther-kings-sermon-unfulfilled-dreams-civil-war-within-us-total-bent-of-our-lives-trying.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.cf2.org/music/speeches/mlk/mlk_unfulfilled_dreams.mp3" length="10903021" type="audio/mpeg" />
		</item>
		<item>
		<title>Entrepreneurship Success Factors, Before &amp; After, Highlights from Survey by Vivek Wadhwa &amp; others</title>
		<link>http://blog.rajgad.com/work/entrepreneur/2010-08/entrepreneurship-success-factors-before-after-highlights-from-survey-by-vivek-wadhwa-others.html</link>
		<comments>http://blog.rajgad.com/work/entrepreneur/2010-08/entrepreneurship-success-factors-before-after-highlights-from-survey-by-vivek-wadhwa-others.html#comments</comments>
		<pubDate>Fri, 20 Aug 2010 01:18:34 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>

		<guid isPermaLink="false">http://blog.rajgad.com/work/entrepreneur/2010-08/entrepreneurship-success-factors-before-after-highlights-from-survey-by-vivek-wadhwa-others.html</guid>
		<description><![CDATA[Following are highlights from Survey and Study by Vivek Wadhwa &#038; others: Anatomy of an Entrepreneur Part II:Making of A Successful Entrepreneur This research is based on a survey of 549 company founders in a variety of industries, including aerospace and defense, computer and electronics, health care, and services. Entrepreneurs Obstacles from their past, Time [...]]]></description>
				<content:encoded><![CDATA[<p>Following are highlights from Survey and Study by <a href="http://wadhwa.com/blog/research/">Vivek Wadhwa</a> &#038; others: <a href="http://ssrn.com/abstract=1507384"><strong>  Anatomy of an Entrepreneur Part II:Making of A Successful Entrepreneur</strong></a></p>
<p>This research is based on a survey of 549 company founders in a variety of industries, including aerospace and defense, computer and electronics, health care,<br />
and services.</p>
<p><strong>Entrepreneurs Obstacles from their past, Time and effort required, capital/financing, and experience in running a business</strong><br />
We asked company founders to rank the challenges they faced in starting their businesses.</p>
<p>• 61 percent said amount of time and effort required was a challenge</p>
<p>• 52 percent said lack of available capital/financing was a challenge</p>
<p>• 52 percent said lack of prior experience in running a business was a challenge</p>
<p><a href="http://www.flickr.com/photos/yotut/303100172/"><img align="left" alt="Machu Pichu, Peru" id="image292" src="http://blog.rajgad.com/wp-content/uploads/2010/08/machupichu-youtut.jpg" /></a></p>
<p><strong>Entrepreneurs Obstacles for others, Lack of willingness to take risks, Time and effort required, Raising capital, Business management skills and Family or financial pressure </strong></p>
<p>• The factor most commonly ranked as important—by 98 percent—was lack of willingness or of ability to take risks, with 50 percent believing this to be an extremely important barrier to entrepreneurship. This clearly indicates that these company founders considered entrepreneurship to be a risky endeavor.</p>
<p>• 93 percent said that the amount of time and effort required was an important barrier.</p>
<p>• 91 percent said that difficulty in raising capital was an important inhibitor.</p>
<p>• 89 percent said business management skills, 84 percent said knowledge of how to start a business, and 83 percent said knowledge about the industry and markets were important issues.</p>
<p>• 73 percent believed that family or financial pressures to keep a traditional, steady job were issues.</p>
<p><strong>Experience, Management, and Luck: The Keys to Success </strong></p>
<p>• 96 percent ranked prior work experience as an important success factor</p>
<p><strong>Professional Networks, Education, Funding, Personal Networks: Important</strong></p>
<p>• 73 percent said professional networks were important to the success of their current businesses.</p>
<p><strong>Location, Investor Advice, Alumni Networks, and Regional Assistance: Not so Important </strong></p>
<p>• Entrepreneurs were almost evenly divided about the importance of the location of their businesses. 50 percent said location was important.</p>
<p><strong>Using Personal Savings is the Norm, Venture Capital Comes to the Experienced, and Friends and Family are Always There</strong></p>
<p>• The most significant source of funding for all businesses was company founders’ personal savings: 70 percent said they had used personal savings as a main source of funding for their first business, more than four times the number chiefly financed by any other type of funding.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajgad.com/work/entrepreneur/2010-08/entrepreneurship-success-factors-before-after-highlights-from-survey-by-vivek-wadhwa-others.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrepreneurship Factors: Age &amp; Family, Highlights from Survey by Vivek Wadhwa &amp; others</title>
		<link>http://blog.rajgad.com/work/entrepreneur/2010-08/entrepreneurship-factors-age-family-highlights-from-survey-by-vivek-wadhwa-others.html</link>
		<comments>http://blog.rajgad.com/work/entrepreneur/2010-08/entrepreneurship-factors-age-family-highlights-from-survey-by-vivek-wadhwa-others.html#comments</comments>
		<pubDate>Fri, 20 Aug 2010 00:40:10 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>

		<guid isPermaLink="false">http://blog.rajgad.com/work/entrepreneur/2010-08/entrepreneurship-factors-age-family-highlights-from-survey-by-vivek-wadhwa-others.html</guid>
		<description><![CDATA[Following are highlights from Survey and Study by Vivek Wadhwa &#038; others: Anatomy of an Entrepreneur I: Family Background and Motivation For this project, we surveyed 549 company founders in a variety of industries, including aerospace and defense, computer and electronics, health care, and services. Company founders tend to be middle-aged and well-educated, and did [...]]]></description>
				<content:encoded><![CDATA[<p>Following are highlights from Survey and  Study by <a href="http://wadhwa.com/blog/research/">Vivek Wadhwa</a> &#038; others: <strong><a href="http://ssrn.com/abstract=1431263">Anatomy of an Entrepreneur I: Family   Background and Motivation</a></strong></p>
<p>For this project, we surveyed 549 company founders in a variety of industries, including aerospace and defense, computer and electronics, health care, and<br />
services.</p>
<p><strong> Company founders tend to be middle-aged and well-educated, and did better in high school than in college</strong></p>
<p>• The average and median age of company founders in our sample when they started their current companies was <strong>40</strong>.</p>
<p>• 75 percent ranked their academic performance among the top 30 percent of the high school class, with a majority (52.4 percent) ranking their performance among the top 10 percent.</p>
<p align="right"><a href="http://www.flickr.com/photos/97938415@N00/4013277319/"><img align="left" alt="Konark Orissa Wheel" id="image291" src="http://blog.rajgad.com/wp-content/uploads/2010/08/konark-wheel-jguppy.jpg" /></a></p>
<p align="right">
<p align="left"><strong>These entrepreneurs tend to come from middle-class or upper-lower-class backgrounds, and were better educated and more entrepreneurial than their parents </strong></p>
<p>• 71.5 percent of respondents came from middle-class backgrounds (34.6 percent upper-middle class and<br />
36.9 percent lower-middle class). Additionally, 21.8 percent said they came from upper-lower-class families (blue-collar workers in some form of<br />
manual labor).</p>
<p><strong>Most entrepreneurs are married and have children </strong></p>
<p>• 69.9 percent of respondents indicated they were married when they launched their first business. An additional 5.2 percent were divorced, separated, or<br />
widowed.</p>
<p>• <strong>59.7 percent of respondents indicated they had at least one child </strong>when they launched their first business, and 43.5 percent had two or more<br />
children.</p>
<p>• 52 percent of respondents had some interest in becoming an entrepreneur when they were in college, but 34.7 percent didn&#8217;t even think about it,<br />
and 13.3 percent had little or no interest.</p>
<p><strong>Motivations for becoming entrepreneurs: building wealth, owning a company, startup culture, and capitalizing on a business idea</strong></p>
<p><strong>Most had significant industry experience when starting their companies</strong><br />
• The majority of respondents (75.4 percent) had worked as employees at other companies for more than six years before launching their own companies. Nearly half (47.9 percent) launched their first companies with more than ten years of work experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajgad.com/work/entrepreneur/2010-08/entrepreneurship-factors-age-family-highlights-from-survey-by-vivek-wadhwa-others.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming &amp; Software Engineering Podcasts: SE Radio, Pragmatic, Java &amp; more</title>
		<link>http://blog.rajgad.com/work/technology/2010-07/programming-software-engineering-podcasts-se-radio-java-more.html</link>
		<comments>http://blog.rajgad.com/work/technology/2010-07/programming-software-engineering-podcasts-se-radio-java-more.html#comments</comments>
		<pubDate>Thu, 29 Jul 2010 04:21:10 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.rajgad.com/work/technology/2010-07/programming-software-engineering-podcasts-se-radio-java-more.html</guid>
		<description><![CDATA[Below are some Programming &#038; Software Engineering Podcasts which I listen to during my commute Software Engineering Radio This is one of my current favorites, topics tend to be general programming and at other times on Scalability, Architecture or New trends. Note: iTunes does not show all episodes due to an issue they are working [...]]]></description>
				<content:encoded><![CDATA[<p>Below are some Programming &#038; Software Engineering Podcasts which I listen to during my commute</p>
<ul>
<li><a href="http://www.se-radio.net/"><strong>Software Engineering Radio</strong></a></li>
</ul>
<blockquote><p>This is one of my current favorites, topics tend to be general programming and at other times on Scalability, Architecture or New trends. Note: iTunes does not show all episodes due to an issue they are working on. Some episodes:</p></blockquote>
<blockquote><p><a title="Episode 165: NoSQL and MongoDB with Dwight Merriman" href="http://www.se-radio.net/podcast/2010-07/episode-165-nosql-and-mongodb-dwight-merriman"> Episode 165: NoSQL and MongoDB with Dwight Merriman</a><a title="Episode 162: Project Voldemort with Jay Kreps" href="http://www.se-radio.net/podcast/2010-05/episode-162-project-voldemort-jay-kreps" /></p>
<p><a title="Episode 162: Project Voldemort with Jay Kreps" href="http://www.se-radio.net/podcast/2010-05/episode-162-project-voldemort-jay-kreps"> </a><a title="Episode 162: Project Voldemort with Jay Kreps" href="http://www.se-radio.net/podcast/2010-05/episode-162-project-voldemort-jay-kreps"> </a></p></blockquote>
<p><a title="Episode 162: Project Voldemort with Jay Kreps" href="http://www.se-radio.net/podcast/2010-05/episode-162-project-voldemort-jay-kreps"> </a></p>
<blockquote><p><a title="Episode 162: Project Voldemort with Jay Kreps" href="http://www.se-radio.net/podcast/2010-05/episode-162-project-voldemort-jay-kreps"> </a><a title="Episode 162: Project Voldemort with Jay Kreps" href="http://www.se-radio.net/podcast/2010-05/episode-162-project-voldemort-jay-kreps">Episode 162: Project Voldemort with Jay Kreps</a><a title="Episode 160: AspectJ and Spring AOP with Ramnivas Laddad" href="http://www.se-radio.net/podcast/2010-04/episode-160-aspectj-and-spring-aop-ramnivas-laddad" /></p>
<p><a title="Episode 160: AspectJ and Spring AOP with Ramnivas Laddad" href="http://www.se-radio.net/podcast/2010-04/episode-160-aspectj-and-spring-aop-ramnivas-laddad"> </a><a title="Episode 160: AspectJ and Spring AOP with Ramnivas Laddad" href="http://www.se-radio.net/podcast/2010-04/episode-160-aspectj-and-spring-aop-ramnivas-laddad"> </a></p></blockquote>
<p><a title="Episode 160: AspectJ and Spring AOP with Ramnivas Laddad" href="http://www.se-radio.net/podcast/2010-04/episode-160-aspectj-and-spring-aop-ramnivas-laddad"> </a></p>
<blockquote><p><a title="Episode 160: AspectJ and Spring AOP with Ramnivas Laddad" href="http://www.se-radio.net/podcast/2010-04/episode-160-aspectj-and-spring-aop-ramnivas-laddad"> </a><a title="Episode 160: AspectJ and Spring AOP with Ramnivas Laddad" href="http://www.se-radio.net/podcast/2010-04/episode-160-aspectj-and-spring-aop-ramnivas-laddad">Episode 160: AspectJ and Spring AOP with Ramnivas Laddad</a></p></blockquote>
<ul>
<li><a href="http://teachmetocode.com/podcast/"><strong>Pragmatic Podcasts<br />
</strong></a></li>
</ul>
<blockquote><p>Covers a wide range of topics, many from their authors. Some episodes:</p></blockquote>
<blockquote><p><a href="http://pragprog.com/podcasts/show/33">Jonathan Rasmusson Interview</a><a href="http://pragprog.com/podcasts/show/15" /></p></blockquote>
<blockquote><p><a href="http://pragprog.com/podcasts/show/15">Michael J Mangino on Facebook Applications</a><a href="http://pragprog.com/podcasts/show/2" /></p></blockquote>
<blockquote><p><a href="http://pragprog.com/podcasts/show/2">Michael Nygard Interview</a></p></blockquote>
<ul>
<li><strong><a href="http://www.javaworld.com/podcasts/jtech/">JavaWorld&#8217;s Java Technology Insider</a></strong></li>
</ul>
<blockquote><p>Not updated for an year, but still good one, topics tend to be Java focused. Some  episodes:</p></blockquote>
<blockquote><p><a href="http://www.javaworld.com/podcasts/jtech/2008/112608jtech.html">High scalability and Javawith Todd Hoff</a></p>
<p><a href="http://www.javaworld.com/podcasts/jtech/2009/022609jtech-rocher.html">Grails 1.1: A conversation with Graeme Rocher</a></p></blockquote>
<ul>
<li><strong><a href="http://javaposse.com/">Java Posse</a></strong></li>
</ul>
<blockquote><p>A Java focused podcast, more of panel discussion on current Java topics. Regularly updated.</p></blockquote>
<ul>
<li><strong><a href="http://blog.stackoverflow.com/category/podcasts/">Stack OverFlow</a></strong></li>
</ul>
<blockquote><p>The creators are from Windows background, the topics vary, the episodes are mix of discussion, news &#038; interviews, and there are at times some good indepth interviews.</p></blockquote>
<blockquote><p><a title="Permanent Link to Podcast #59" rel="bookmark" href="http://blog.stackoverflow.com/2009/06/podcast-59/">Podcast #59 had </a><a href="http://damienkatz.net/">Damien Katz</a> on CouchDB &#038; Erlang.</p></blockquote>
<p><strong>More Podcasts:</strong></p>
<ul>
<li><a href="http://podcast.rubyonrails.org/"><strong>The Ruby on Rails Podcast</strong></a><strong>.</strong><strong> </strong>On Rails<a href="http://podcast.rubyonrails.org/"><strong><br />
</strong></a></li>
</ul>
<ul>
<li><strong><a href="http://herdingcode.com/">Herding Code</a>. </strong>Windows Focus</li>
</ul>
<ul>
<li><strong><a href="http://www.twit.tv/floss">FLOSS</a>. </strong>All about Free Libre Open Source Software</li>
</ul>
<ul>
<li><strong><a href="http://teachmetocode.com/podcast/"><strong>Teach Me to Code (was RailsCoach)</strong></a></strong></li>
</ul>
<p>A similar list, <a href="http://accidentaltechnologist.com/podcast/my-updated-developer-podcast-list/">Accidental Technologist</a><a href="http://accidentaltechnologist.com/podcast/my-updated-developer-podcast-list/">: My Updated Developer Podcast List</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rajgad.com/work/technology/2010-07/programming-software-engineering-podcasts-se-radio-java-more.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.397 seconds -->
<!-- Cached page served by WP-Cache -->
