November 2010
2 posts
Endtable, an ORM for CouchDB on Node.JS
Two important facts about me: I hate relational-databases, and I absolutely love Node.JS (I would have its JavaScript babies). Why do I hate relational-databases? it comes down to the way they’re usually used: If I am modeling an automobile, I really don’t care that it can be stored in and retrieved from my garage. Furthermore, my garage really shouldn’t care about the attributes...
Writing Clean Maintainable JavaScript →
Some helpful tips for writing clean, maintainable, and easily testable, JavaScript.