If you are going to Fosdem 2012, here is some useful hotel info. Hotels near to Grand Place and to the Delirium Cafe (yes, the […]
Category: nodejs
Put some Agile into your community
Finding a way to stimulate/encourage your community to do stuff can be a very difficult task. I will show you an Agile-like approach to do […]
Face Recognition with Node.js
It’s pretty simple to have a basic face recognition in Node.js using the Face.com API. Pre-Requirements : 0. You will need apikey and api-secret from […]
MongoDB, Node.js and admin auth
There is a big challenge to make MongoDB driver to work with Node.js, but here is an cool and working example to do that: Require: […]
Full HTTPS REST server in Node.js
I will show you now, how to write a simple HTTPS JSON REST server using node.js components. Grab a beer, open your IDE and let’s […]