Marcus Node Bits - supertest is a nice way to test an API

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 a testing framework for HTTP:...

Read More

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