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
- Host: GitHub
- URL: https://github.com/wilk/node-certification
- Owner: wilk
- License: mit
- Created: 2014-08-18T13:07:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T22:02:34.000Z (over 9 years ago)
- Last Synced: 2025-04-13T00:41:29.458Z (6 months ago)
- Topics: certification, exam, javascript, node-certification, nodejs
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 59
- Watchers: 7
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)