Marcus Node Bits - Express is best without generators

I’m writing down some of the things I’ve picked up when I started to learn about Node, Express, and Mongo. Here are all the posts in the series:

This post is about the most commonly used web...

Read More

Marcus Node Bits - monk is an easy way to access MongoDb

I’m writing down some of the things I’ve picked up when I started to learn about Node, Express, and Mongo. Here are all the posts in the series:

This post is about monk, a nice framework that makes...

Read More

Marcus Node Bits - Should is a nice way to do asserts

I’m writing down some of the things I’ve picked up when I started to learn about Node, Express, and Mongo. Here are all the posts in the series:

This post is about an assertion framework that I’ve come to love:...

Read More

Marcus Node Bits - mocha is cool both as framework and test runner

I’m writing down some of the things I’ve picked up when I started to learn about Node, Express, and Mongo. Here are all the posts in the series:

When it comes to testing frameworks on the JavaScript and Node...

Read More

Marcus Node Bits - Callback function is cool stuff, and I even know how to write them

I’m writing down some of the things I’ve picked up when I started to learn about Node, Express, and Mongo. Here are all the posts in the series:

This is not Node related but rather a Javascript...

Read More

Marcus Node Bits - Git is not that hard, but I need to refresh my knowledge

I’m writing down some of the things I’ve picked up when I started to learn about Node, Express, and Mongo. Here are all the posts in the series:

This post is not at all about Javascript or Node. But...

Read More

Marcus Node Bits - Package.json is a mighty tool

I’m writing down some of the things I’ve picked up when I started to learn about Node, Express, and Mongo. Here are all the posts in the series:

This post is about the package.json file that is...

Read More

Marcus Node Bits - npm is not only for getting packages

I’m writing down some of the things I’ve picked up when I started to learn about Node, Express, and Mongo. Here are all the posts in the series:

This post is about the Node Package Manager, npm, and some...

Read More

Marcus Node Bits - Doing stuff in the terminal is not scary at all

I’m writing down some of the things I’ve picked up when I started to learn about Node, Express, and Mongo. Here are all the posts in the series:

This post is about the terminal and how I...

Read More

Marcus Node Bits - Writing stuff down is great to remember it

I have been playing with NodeJs during the evenings. Really late onto that train, but here we are. In fact, this is just by coincidence; I happened to bring “JavaScript - the good parts” to Indonesia and it was the only book I had. Once I had read that awesome book, I got invited to write a review for the NancyFx book by Christian Horsdal and got a free book for my effort. I just picked one and it happened to be Mastering Node.js.

After that book and my head had stopped spinning, we still had to wait for our belongings to arrive in Indonesia. I had nothing to read or code. So I thought I would put my Node-knowledge into action and started to check out Express.

Here we are. I haven’t really coded anything real, but rather read, labbed, and followed...

Read More