From ad5e6923c264838c3d535aa874258844badce737 Mon Sep 17 00:00:00 2001 From: Matt Hargett Date: Thu, 26 Jan 2017 11:24:21 -0800 Subject: [PATCH 01/12] Point to version 2.0 of NodeJS Course on Udemy --- getting-started-learning-nodejs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started-learning-nodejs.md b/getting-started-learning-nodejs.md index 6320b4a..43dca52 100644 --- a/getting-started-learning-nodejs.md +++ b/getting-started-learning-nodejs.md @@ -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! From 46f0488f36a300a7fad68dac93f0370608a487af Mon Sep 17 00:00:00 2001 From: Adrien Becchis Date: Tue, 31 Jan 2017 12:29:02 +0100 Subject: [PATCH 02/12] Fix url of you don't know JS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You Don’t Know JS url was the one of Node.js the Right Way --- certification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certification.md b/certification.md index 306423d..553baa6 100644 --- a/certification.md +++ b/certification.md @@ -174,7 +174,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 From f6461bc7b907473a59d8295d66789f56837e6d1c Mon Sep 17 00:00:00 2001 From: JP Wesselink Date: Fri, 24 Mar 2017 18:57:13 +0100 Subject: [PATCH 03/12] Fixed markdown rendering of heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 908d807..8516980 100644 --- a/README.md +++ b/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/)?' From 18cc209ea0becfad641d533079f5d940a664c749 Mon Sep 17 00:00:00 2001 From: JP Wesselink Date: Fri, 24 Mar 2017 19:02:23 +0100 Subject: [PATCH 04/12] Improved markdown rendering of lists, added links to NodeSchool workshoppers --- certification.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/certification.md b/certification.md index 306423d..e0612ba 100644 --- a/certification.md +++ b/certification.md @@ -129,20 +129,21 @@ Recertification requirements and interval: 1. Regulatory requirements:  there are no regulatory requirements for Node.js. 2. The exam will reflect changes to normative documents annually with LTS cycle. -3. The exam will reviewed and updated every 2 years   4. The LTS release +3. The exam will reviewed and updated every 2 years +4. The LTS release support cycle reflects the nature and maturity of the industry or field in which -the certified person is working.   5. The risks resulting from an incompetent +the certified person is working. +5. The risks resulting from an incompetent person include the following:  bad hire; lost recruitment money; incremental -training costs; missed deadlines. 6. Ongoing changes in technology, and -requirements for certified persons are reflected in ES releases   7. -Requirements of interested parties were taken into account in formulating the +training costs; missed deadlines. +6. Ongoing changes in technology, and +requirements for certified persons are reflected in ES releases +7. Requirements of interested parties were taken into account in formulating the task force, and will be included in guiding bodies for updating and revision of the exam.  Interested parties include: - -- Programmers Training companies Foundation Consultancy companies -- Organizations using Node Hiring managers - -1. No surveillance activities are planned to evaluate certificants on an ongoing + - Programmers Training companies Foundation Consultancy companies + - Organizations using Node Hiring managers +8. No surveillance activities are planned to evaluate certificants on an ongoing basis. ### Test Retake Interval @@ -186,6 +187,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) From ef99958bec8102bbf0ac5301b8c4a2cbc99a9111 Mon Sep 17 00:00:00 2001 From: Tracy Date: Mon, 3 Apr 2017 14:59:33 -0400 Subject: [PATCH 05/12] Fix markdown header --- getting-started-learning-nodejs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started-learning-nodejs.md b/getting-started-learning-nodejs.md index 6320b4a..adca1fd 100644 --- a/getting-started-learning-nodejs.md +++ b/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). From 60faf76b849725dd2625f8a41eceecd193a67165 Mon Sep 17 00:00:00 2001 From: Tracy Date: Mon, 3 Apr 2017 15:29:37 -0400 Subject: [PATCH 06/12] Add nodejs/help as a great place to look for help --- getting-started-learning-nodejs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started-learning-nodejs.md b/getting-started-learning-nodejs.md index adca1fd..bc9b157 100644 --- a/getting-started-learning-nodejs.md +++ b/getting-started-learning-nodejs.md @@ -13,4 +13,4 @@ There are a few courses that are low cost and offer a more comprehensive getting - 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 -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! From 84ce51f5c035d1c36d76c1f6357f14e7f237ff4f Mon Sep 17 00:00:00 2001 From: Todd Kennedy Date: Thu, 6 Apr 2017 08:47:52 -0700 Subject: [PATCH 07/12] Fix list & bullet points --- certification.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/certification.md b/certification.md index 306423d..b2b925d 100644 --- a/certification.md +++ b/certification.md @@ -129,21 +129,14 @@ Recertification requirements and interval: 1. Regulatory requirements:  there are no regulatory requirements for Node.js. 2. The exam will reflect changes to normative documents annually with LTS cycle. -3. The exam will reviewed and updated every 2 years   4. The LTS release -support cycle reflects the nature and maturity of the industry or field in which -the certified person is working.   5. The risks resulting from an incompetent -person include the following:  bad hire; lost recruitment money; incremental -training costs; missed deadlines. 6. Ongoing changes in technology, and -requirements for certified persons are reflected in ES releases   7. -Requirements of interested parties were taken into account in formulating the -task force, and will be included in guiding bodies for updating and revision of -the exam.  Interested parties include: - -- Programmers Training companies Foundation Consultancy companies -- Organizations using Node Hiring managers - -1. No surveillance activities are planned to evaluate certificants on an ongoing -basis. +3. The exam will reviewed and updated every 2 years   +4. The LTS releasesupport cycle reflects the nature and maturity of the industry or field in which the certified person is working.   +5. The risks resulting from an incompetent person include the following:  bad hire; lost recruitment money; incremental training costs; missed deadlines. +6. Ongoing changes in technology, and requirements for certified persons are reflected in ES releases   +7. Requirements of interested parties were taken into account in formulating the task force, and will be included in guiding bodies for updating and revision of the exam.  Interested parties include: + - Programmers Training companies Foundation Consultancy companies + - Organizations using Node Hiring managers +8. No surveillance activities are planned to evaluate certificants on an ongoing basis. ### Test Retake Interval From e5b159a3a92c99462b690abc90fa804ed5742919 Mon Sep 17 00:00:00 2001 From: Tracy Date: Tue, 16 May 2017 12:37:18 -0400 Subject: [PATCH 08/12] Update certification.md --- certification.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/certification.md b/certification.md index 4d1d30b..c030c0c 100644 --- a/certification.md +++ b/certification.md @@ -15,6 +15,10 @@ 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 From d1fee051ddfda42e442d6a22b4a8d74ccd4e6edf Mon Sep 17 00:00:00 2001 From: Carl Mungazi Date: Fri, 28 Jul 2017 21:38:40 +0100 Subject: [PATCH 09/12] Update README.md Fixed typo in Tracy's e-mail address. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8516980..a20ae85 100644 --- a/README.md +++ b/README.md @@ -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 tracyhinds@linuxfoundation.org From b2f83787404e76dc554f9e25403c764c0208363b Mon Sep 17 00:00:00 2001 From: Brook Riggio Date: Wed, 18 Oct 2017 11:07:34 -0700 Subject: [PATCH 10/12] Update certification.md Corrected a small typo --- certification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certification.md b/certification.md index c030c0c..02aefb7 100644 --- a/certification.md +++ b/certification.md @@ -8,8 +8,8 @@ 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 From b03beea93134569fcc1cb19afccf845c038b9046 Mon Sep 17 00:00:00 2001 From: Chua Bing Quan Date: Mon, 23 Oct 2017 06:17:53 +0800 Subject: [PATCH 11/12] Corrected error with language. Added "be" into "The exam will reviewed and updated every 2 years" on line 136. --- certification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certification.md b/certification.md index c030c0c..0a9d0ad 100644 --- a/certification.md +++ b/certification.md @@ -133,7 +133,7 @@ Recertification requirements and interval: 1. Regulatory requirements:  there are no regulatory requirements for Node.js. 2. The exam will reflect changes to normative documents annually with LTS cycle. -3. The exam will reviewed and updated every 2 years   +3. The exam will be reviewed and updated every 2 years   4. The LTS releasesupport cycle reflects the nature and maturity of the industry or field in which the certified person is working.   5. The risks resulting from an incompetent person include the following:  bad hire; lost recruitment money; incremental training costs; missed deadlines. 6. Ongoing changes in technology, and requirements for certified persons are reflected in ES releases   From d26cf2762cdd33f52d4bbab5584207944830532b Mon Sep 17 00:00:00 2001 From: Tracy Date: Wed, 14 Mar 2018 11:50:21 -0400 Subject: [PATCH 12/12] Updated for different contact mediums. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a20ae85..0e74b36 100644 --- a/README.md +++ b/README.md @@ -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 tracyhinds@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.