I have been trying Node.js+MongoDB tutorials from Googling and old stackoverflow answers, such as http://dailyjs.com/tags.html#lmawa, http://howtonode.org/express-mongodb, and videos online. Since these tutorials are out-dated by a couple of years (which is a lot for the fast-evolving Node.js), I've been struggling to figure out how to make them work, in vain and pain.
Do you know any RECENT tutorials that work with the latest version of Node.js and MongoDB? Thanks!
Have you looked at:
All these resources are up to date.
I know node.js is fast evolving, and sometimes documentation lags, but this case you should not have any problems.
Also: Inside the official docs you find a few other resources.
You did not mention any specific module you are using to use mongodb. So to begin with choose one. If you check the joyent/node modules page it shows so many modules you can use to work with mongodb.
Please check the page: https://github.com/joyent/node/wiki/modules#wiki-db-nosql-mongo. Most of the packages listed have proper documentation. And you can find tutorials on their pages too. The two most used are mongodb and mongoose.
Its documentation page has
Project page