<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title><![CDATA[Hero4Hire.com]]></title>
  <link href="http://www.hero4hire.com/atom.xml" rel="self"/>
  <link href="http://www.hero4hire.com/"/>
  <updated>2012-01-12T22:41:58-06:00</updated>
  <id>http://www.hero4hire.com/</id>
  <author>
    <name><![CDATA[Brian Olson]]></name>
    
  </author>
  <generator uri="http://octopress.org/">Octopress</generator>

  
  <entry>
    <title type="html"><![CDATA[Node Notes]]></title>
    <link href="http://www.hero4hire.com/blog/2012/01/12/node-notes/"/>
    <updated>2012-01-12T22:00:00-06:00</updated>
    <id>http://www.hero4hire.com/blog/2012/01/12/node-notes</id>
    <content type="html"><![CDATA[<p>Recently I have been playing around with Node.js.  And it has been a fun experience.  After dealing with the overhead of the bloated &#8220;enterprise&#8221; Oracle SSO software it has been a breath of fresh air to be able to play around with things like Node.js (phonegap and iOS development as well!)</p>

<p>It seems like every programing technology goes through phases, and one of those phases involves it growing into a bloated mess.  Even the mighty Ruby on Rails is starting to feel a bit over-engineered.</p>

<p>But Node.js is still young enough that it is refreshing to work on.  A nice clean slate.  Pair it with Mongo for an interesting combination.</p>

<p>Anyways, here are some of my notes/links for Node.js.</p>

<ul>
<li>javascript prototypical interface - <a href="http://howtonode.org/prototypical-inheritance">http://howtonode.org/prototypical-inheritance</a></li>
<li>online json viewer.  Not directly related to node, but it has been helpful - <a href="http://jsonviewer.stack.hu/">http://jsonviewer.stack.hu/</a></li>
<li>express.js.  A web framework for Node - <a href="http://expressjs.com/">http://expressjs.com/</a></li>
<li>Node &amp; MongoDb.  The documentation inside the mongodb module helped me more, but these got me started <a href="http://blog.mongodb.org/post/6587009156/cloudfoundry-mongodb-and-nodejs">http://blog.mongodb.org/post/6587009156/cloudfoundry-mongodb-and-nodejs</a></li>
<li>Debug Node in your browser. <a href="https://github.com/dannycoates/node-inspector">https://github.com/dannycoates/node-inspector</a></li>
</ul>


<p>In this project I am playing around with a few other technologies besides Node.  Look for some future posts on some of these:</p>

<ul>
<li>MongoDb <a href="http://www.mongodb.org/">http://www.mongodb.org/</a></li>
<li>Backbone.js <a href="http://documentcloud.github.com/backbone/">http://documentcloud.github.com/backbone/</a></li>
<li>Puppet <a href="http://puppetlabs.com/">http://puppetlabs.com/</a></li>
<li>CentOS - <a href="http://www.centos.org/">http://www.centos.org/</a></li>
</ul>

]]></content>
  </entry>
  
</feed>

