Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hackygolucky committed Mar 14, 2018
2 parents e3e5055 + 41fb58e commit e8b9ae9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
###Education in Node.js
### Education in Node.js
![welcome-taco](https://media.giphy.com/media/l2JHZ0dIcyFo5UQGQ/giphy.gif)

Here we will ask fun questions like, 'what is education in [Node.js](https://nodejs.org/en/)?'
Expand All @@ -17,6 +17,6 @@ A few people who are exploring this currently:

Interested in what's going on with Education initiatives from the Node.js Foundation? Check out the [roadmap](https://github.com/nodejs/education/blob/master/ROADMAP.md).

Please participate. File issues, PRs, and create the community you'd like to be a part of. If you need inspiration or have questions that you'd like to ask outside of issues, reach out to tracy.hinds@linuxfoundation.org
Please participate. File issues, PRs, and create the community you'd like to be a part of. If you need inspiration or have questions that you'd like to ask outside of issues, reach out to @hackygolucky on GitHub, Slack, or Twitter.


16 changes: 10 additions & 6 deletions certification.md
Expand Up @@ -8,13 +8,17 @@ The certification program aims to establish a baseline for competency in
Node.js. While not an expert in all areas, developers who pass the certification
will be able to hit the ground running with Node.js professionally.

The Job Task Analyis(JTA) working group determined specific topics for the exam
and the skills, knowledge and abilities a certified candidate should be able to
The Job Task Analysis (JTA) working group determined specific topics for the exam
and the skills, knowledge, and abilities a certified candidate should be able to
demonstrate to become a Node.js Certified Developer.

The process for our workshop is explained below. We’ll start with a few
premises!

**Please see [this repo](https://github.com/nodejs-certified-developer/certification) for activity specific to certification development.**

------------

#### We are certifying early Intermediate level developers.

Developers who certify cannot do everything, but hit the ground running with a
Expand Down Expand Up @@ -167,7 +171,7 @@ A subset of these will be provided as part of the isolated exam environment.
- [Node Up and Running](http://chimera.labs.oreilly.com/books/1234000001808/index.html)
- [Node.js in Action](https://www.manning.com/books/node-js-in-action-second-edition)
- [Node.js the Right Way](https://pragprog.com/book/jwnode/node-js-the-right-way)
- [You Don’t Know JS](https://pragprog.com/book/jwnode/node-js-the-right-way)
- [You Don’t Know JS](https://github.com/getify/You-Dont-Know-JS)

#### URLs

Expand All @@ -179,6 +183,6 @@ A subset of these will be provided as part of the isolated exam environment.
#### Training Materials

- [NodeSchool.io](https://nodeschool.io/)
- learnyounode
- scope-chains-closures
- stream-adventure
- [learnyounode](https://github.com/workshopper/learnyounode)
- [scope-chains-closures](https://github.com/workshopper/scope-chains-closures)
- [stream-adventure](https://github.com/workshopper/stream-adventure)
6 changes: 3 additions & 3 deletions getting-started-learning-nodejs.md
@@ -1,4 +1,4 @@
####Getting started learning Node.js
#### Getting started learning Node.js
In Node.js, it’s a challenge to keep learning materials up to date. There are a lot of great tutorials out there that may not be maintained for versions, so our short list here is some great ways to jump in. It is by no means the comprehensive list of ways to get started in learning Node.js!

[NodeSchool.io](http://nodeschool.io) is an online, distributed community of Node.js folks learning and teaching one another. Take a look at https://github.com/maxogden/art-of-node alongside choosing some of these modules http://nodeschool.io/#workshoppers (a buddy to work with can be helpful here).
Expand All @@ -11,6 +11,6 @@ RisingStack also offers a great walkthrough. https://blog.risingstack.com/node-h

There are a few courses that are low cost and offer a more comprehensive getting-started experience(<$50 USD) as well:
- https://www.coursera.org/learn/server-side-development (free but can pay a little for more services such as a certificate of completion and grading)
- https://www.udemy.com/the-complete-node-js-developer-course/ $19 USD
- https://www.udemy.com/the-complete-nodejs-developer-course-2/ $19 USD

We can’t stress enough the power of others in helping your Node.js learning experience. Please check out our [docs](https://nodejs.org/en/docs/) and look for [your local Node.js event](https://nodejs.org/en/get-involved/events/). We’re also [on IRC](http://webchat.freenode.net/?channels=node.js) and happy to answer questions. Say hi!
We can’t stress enough the power of others in helping your Node.js learning experience. Please check out our [docs](https://nodejs.org/en/docs/) and look for [your local Node.js event](https://nodejs.org/en/get-involved/events/). Check out [help](https://github.com/nodejs/help) for some great community members answering your queries asynchronously. We’re also [on IRC](http://webchat.freenode.net/?channels=node.js) and happy to answer questions. Say hi!

0 comments on commit e8b9ae9

Please sign in to comment.