<?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>fromthepantothefire &#187; Udacity</title>
	<atom:link href="http://fromthepantothefire.com/category/udacity/feed/" rel="self" type="application/rss+xml" />
	<link>http://fromthepantothefire.com</link>
	<description>&#34;...we are not pans and barrows, nor even porters of the fire and torchbearers, but children of the fire, made of it...&#34; -- Ralph Waldo Emerson, The Poet</description>
	<lastBuildDate>Mon, 02 Jan 2023 06:32:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>Udacity CS 262 Programming Languages</title>
		<link>http://fromthepantothefire.com/2012/12/22/udacity-cs-262-programming-languages/</link>
		<comments>http://fromthepantothefire.com/2012/12/22/udacity-cs-262-programming-languages/#comments</comments>
		<pubDate>Sun, 23 Dec 2012 00:59:29 +0000</pubDate>
		<dc:creator><![CDATA[Zia]]></dc:creator>
				<category><![CDATA[Udacity]]></category>

		<guid isPermaLink="false">http://fromthepantothefire.com/?p=347</guid>
		<description><![CDATA[Since I announced completing CS253, I might as well note that I completed the Udacity Programming Languages class (CS262) as well. I had a lot of fun with this class. Wes Wiemer is a fantastic lecturer, keeping it interesting with extensive literary and historical references in examples, ranging from Jane Austen and Urdu poetry to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Since I announced completing <a title="Completed Udacity CS 253 Web Application Engineering Class" href="http://fromthepantothefire.com/2012/12/18/completed-udacity-cs-253-web-application-engineering-class/">CS253</a>, I might as well note that I completed the Udacity Programming Languages class (<a href="http://www.udacity.com/overview/Course/cs262/CourseRev/apr2012">CS262</a>) as well. I had a lot of fun with this class. Wes Wiemer is a <strong>fantastic</strong> lecturer, keeping it interesting with extensive literary and historical references in examples, ranging from Jane Austen and Urdu poetry to <a href="http://en.wikipedia.org/wiki/Dark_City_(1998_film)">The Dark City</a>. I spent a significant amount of time just chasing down the references for fun.</p>
<p>This course was focused on lexing, parsing and interpreting javascript and html. It was a good reminder of how to build a lexer and parser and the wonders of recursion.</p>
<p>I don&#8217;t remember exactly when I finished this course (I think in the summer), but apparently I applied for the certificate in October.</p>
<p><a href="http://fromthepantothefire.com/wp-content/uploads/2012/12/CS262.png"><img class="alignnone size-full wp-image-348" title="CS262" src="http://fromthepantothefire.com/wp-content/uploads/2012/12/CS262.png" alt="" width="548" height="390" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fromthepantothefire.com/2012/12/22/udacity-cs-262-programming-languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Completed Udacity CS 253 Web Application Engineering Class</title>
		<link>http://fromthepantothefire.com/2012/12/18/completed-udacity-cs-253-web-application-engineering-class/</link>
		<comments>http://fromthepantothefire.com/2012/12/18/completed-udacity-cs-253-web-application-engineering-class/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 16:41:40 +0000</pubDate>
		<dc:creator><![CDATA[Zia]]></dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Udacity]]></category>

		<guid isPermaLink="false">http://fromthepantothefire.com/?p=343</guid>
		<description><![CDATA[This week I completed the Udacity Web Application Engineering Class (CS253). It was a super useful introduction to: Google App Engine (my first web app framework) How to architect a site Glimpses of the complexity of scaling a big site Password/login management, hashing, salting and secret keys Cookies! (with hashes to avoid hijacking) Basics of [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>This week I completed the Udacity Web Application Engineering Class (<a href="http://www.udacity.com/overview/Course/cs253/CourseRev/apr2012">CS253</a>). It was a super useful introduction to:</p>
<ul>
<li>Google App Engine (my first web app framework)</li>
<li>How to architect a site</li>
<li>Glimpses of the complexity of scaling a big site</li>
<li>Password/login management, hashing, salting and secret keys</li>
<li>Cookies! (with hashes to avoid hijacking)</li>
<li>Basics of HTTP requests, GET and POST and when to use each</li>
<li>memcache, (reducing the number of database queries to speed things up)</li>
<li>using an external API</li>
<li>providing an alternate API (.json version of site)</li>
<li>permalinks</li>
<li>escaping input (to avoid code injection)</li>
</ul>
<p>We built a blog and a wiki (since I don&#8217;t care to make them robust to spam, I won&#8217;t share them here, sorry). It was a very worthwhile introduction for me!</p>
<p><a href="http://fromthepantothefire.com/wp-content/uploads/2012/12/CS253.png"><img class="alignnone size-full wp-image-345" title="CS253" src="http://fromthepantothefire.com/wp-content/uploads/2012/12/CS253.png" alt="" width="548" height="390" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fromthepantothefire.com/2012/12/18/completed-udacity-cs-253-web-application-engineering-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
