An open API service indexing awesome lists of open source software.

https://github.com/wilk/node-certification

Strongloop Node.js Certification Exam work out
https://github.com/wilk/node-certification

certification exam javascript node-certification nodejs

Last synced: 3 months ago
JSON representation

Strongloop Node.js Certification Exam work out

Awesome Lists containing this project

README

          

node-certification
==================

SCND Strongloop Certification Exam work out

## Info about the exam

- [SCND](http://strongloop.com/node-js/certification)
- [SCND FAQ](http://strongloop.com/node-js/certification/faq)
- [SCND Study Guide](http://strongloop.com/node-js/certification/scnd-study-guide)
- [Additional Resources](https://github.com/rockbot/node-for-beginners)

## About this repo

Every file contains one or more exercise for a particular node topic, like buffer, domain, cluster and so on.
All the exercises are organized by folders for each of the concepts covered in the exam.

To try it out, just launch it with node in the following way:

```bash
$ node src/03-Node_Concepts/buffers.js
```

or use the interactive menu:

```bash
$ npm start
```

And watch the output and later open files to study the code :)

## Contribute
I know that could be some error so if you find any please provide to fix them with a pull request.
To contrib use [pull requests](https://help.github.com/articles/using-pull-requests/).

## License
[Read the LICENSE file (MIT, anyway)](../../LICENSE)