Monthly Archives: December 2010

Layout of my Node.js + Express Project

One thing I like about Express is that it provides the most important features for web development with a very smooth learning curve. (Of course a lot of credit should also go to Connect middleware on top of which Express … Continue reading

Posted in nodejs, sips | Tagged | 3 Comments

Doing partial updates with Mongoose

I use Mongoose on top of mongodb native driver for Node.js. With Mongoose you can create ORM like objects in Javascript. However, Mongoose is in development stage, that is, not all functions documented are available, yet. One of these functions … Continue reading

Posted in sips | Leave a comment

Javascript Everywhere

Decided to use/learn nodejs + express and mongodb in my toy project, I enjoy using Javascript in every level of my code. I program with Javascript in frontend, webserver and database logics. All my data is either a JS object … Continue reading

Posted in javascript, nodejs, sips | Tagged | Leave a comment