Skip to content
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.

Pelirrojo/node-certification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-certification

SCND Strongloop Certification Exam work out

Info about the exam

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:

$ node src/03-Node_Concepts/buffers.js

or use the interactive menu:

$ npm start

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

Sections covered in the exam:

  1. What is Node?
  2. Working with npm and modules
  3. Node Concepts
  4. Working with Express
  5. Working with the Process API
  6. Error Handling
  7. Sockets
  8. Clustering and Multi-Process
  9. Deployment
  10. Troubleshooting

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.

License

Read the LICENSE file (MIT, anyway)

About

Strongloop Certification Exam work out

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.6%
  • HTML 12.4%