From ee0f2653dfc5a801477b107d6bffaa03403f9c6a Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Fri, 8 Jul 2016 23:09:26 +0900 Subject: [PATCH 1/6] Add weekly update 2016-07-08 Please review this post. :heart:,@nodejs/evangelism --- .../weekly-update.2016-07-08.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 locale/en/blog/weekly-updates/weekly-update.2016-07-08.md diff --git a/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md new file mode 100644 index 000000000000..a1abe09353ac --- /dev/null +++ b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md @@ -0,0 +1,31 @@ +--- +title: Weekly Update - July 8th, 2016 +author: Minwoo Jung (github.com/JungMinu) +date: 2016-07-08T12:00:00.000Z +status: publish +category: weekly +slug: weekly-update-2016-07-08 +layout: blog-post.hbs +--- + +### Node v6.3.0 (Current) Release + +* [Node v6.3.0 (Current)](https://nodejs.org/en/blog/release/v5.12.0/). Complete changelog from previous releases can be found [on GitHub](https://github.com/nodejs/node/blob/master/CHANGELOG.md). + +### Binaries for Linux on Power Systems + +Community downloads now include binaries for Linux on Power Systems with big endian in addition to the existing little endian binaries. + +See https://nodejs.org/en/download/. + +### Community Updates + +* [Node Hero - Debugging Node.js Applications](https://blog.risingstack.com/node-hero-node-js-debugging-tutorial/): you can learn how to get started with Node.js and deliver software products using it. +* [Node Hero - Node.js Unit Testing Tutorial](https://blog.risingstack.com/node-hero-node-js-unit-testing-tutorial/): you can learn how to get started with Node.js and deliver software products using it. +If you have spotted or written something about Node.js, do come over to our [Evangelism team repo](https://github.com/nodejs/evangelism) and suggest it on the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue. + +### Upcoming Events + +* [NodeConf Argentina](https://2016.nodeconf.com.ar): 18 - 19 November, 2016 + +Have an event about Node.js coming up? You can put your events here through the [Evangelism team repo](https://github.com/nodejs/evangelism) and announce it in the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue. From 32f2e9d8a145666fa2cbe64be98767fb5ff4748e Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Fri, 8 Jul 2016 23:12:38 +0900 Subject: [PATCH 2/6] Update weekly-update.2016-07-08.md --- locale/en/blog/weekly-updates/weekly-update.2016-07-08.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md index a1abe09353ac..238414043c3b 100644 --- a/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md +++ b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md @@ -12,6 +12,12 @@ layout: blog-post.hbs * [Node v6.3.0 (Current)](https://nodejs.org/en/blog/release/v5.12.0/). Complete changelog from previous releases can be found [on GitHub](https://github.com/nodejs/node/blob/master/CHANGELOG.md). +### Node.js Foundation Announces Keynotes and Programming for Node.js Interactive Europe + +Event will showcase workshops, community and technical talks, and use cases that will inform the future development of Node.js and JavaScript. + +See https://nodejs.org/en/blog/announcements/interactive-2016-ams/ for more information. + ### Binaries for Linux on Power Systems Community downloads now include binaries for Linux on Power Systems with big endian in addition to the existing little endian binaries. From 56a2caf3dad89049564cf05c1bad0d41f040b6c7 Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Fri, 8 Jul 2016 23:16:05 +0900 Subject: [PATCH 3/6] Update weekly-update.2016-07-08.md --- locale/en/blog/weekly-updates/weekly-update.2016-07-08.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md index 238414043c3b..9dd34477678b 100644 --- a/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md +++ b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md @@ -10,7 +10,7 @@ layout: blog-post.hbs ### Node v6.3.0 (Current) Release -* [Node v6.3.0 (Current)](https://nodejs.org/en/blog/release/v5.12.0/). Complete changelog from previous releases can be found [on GitHub](https://github.com/nodejs/node/blob/master/CHANGELOG.md). +* [Node v6.3.0 (Current)](https://nodejs.org/en/blog/release/v6.3.0/). Complete changelog from previous releases can be found [on GitHub](https://github.com/nodejs/node/blob/master/CHANGELOG.md). ### Node.js Foundation Announces Keynotes and Programming for Node.js Interactive Europe From 60c6c7942cb82fd28e31f8d123957dcdc6cc7b7c Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Sat, 9 Jul 2016 11:58:02 +0900 Subject: [PATCH 4/6] Update weekly-update.2016-07-08.md --- locale/en/blog/weekly-updates/weekly-update.2016-07-08.md | 1 - 1 file changed, 1 deletion(-) diff --git a/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md index 9dd34477678b..1f6c65797dbb 100644 --- a/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md +++ b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md @@ -27,7 +27,6 @@ See https://nodejs.org/en/download/. ### Community Updates * [Node Hero - Debugging Node.js Applications](https://blog.risingstack.com/node-hero-node-js-debugging-tutorial/): you can learn how to get started with Node.js and deliver software products using it. -* [Node Hero - Node.js Unit Testing Tutorial](https://blog.risingstack.com/node-hero-node-js-unit-testing-tutorial/): you can learn how to get started with Node.js and deliver software products using it. If you have spotted or written something about Node.js, do come over to our [Evangelism team repo](https://github.com/nodejs/evangelism) and suggest it on the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue. ### Upcoming Events From 471368658b3b0bb08f2d3f0d03bde9e500a6b2cc Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Sat, 9 Jul 2016 12:04:21 +0900 Subject: [PATCH 5/6] Update weekly-update.2016-07-08.md --- locale/en/blog/weekly-updates/weekly-update.2016-07-08.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md index 1f6c65797dbb..ec8e4e345148 100644 --- a/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md +++ b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md @@ -31,6 +31,7 @@ If you have spotted or written something about Node.js, do come over to our [Eva ### Upcoming Events -* [NodeConf Argentina](https://2016.nodeconf.com.ar): 18 - 19 November, 2016 +* [NodeConf EU 2016](http://www.nodeconf.eu/): Sunday 16th - Thursday 20th October, Lyrath Estate Kilkenny +* * [NodeConf Argentina](https://2016.nodeconf.com.ar): 18 - 19 November, 2016 Have an event about Node.js coming up? You can put your events here through the [Evangelism team repo](https://github.com/nodejs/evangelism) and announce it in the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue. From 167ccd99cf135df25dab42fccea8b2722c64b66a Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Sat, 9 Jul 2016 12:04:31 +0900 Subject: [PATCH 6/6] Update weekly-update.2016-07-08.md --- locale/en/blog/weekly-updates/weekly-update.2016-07-08.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md index ec8e4e345148..219401885726 100644 --- a/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md +++ b/locale/en/blog/weekly-updates/weekly-update.2016-07-08.md @@ -32,6 +32,6 @@ If you have spotted or written something about Node.js, do come over to our [Eva ### Upcoming Events * [NodeConf EU 2016](http://www.nodeconf.eu/): Sunday 16th - Thursday 20th October, Lyrath Estate Kilkenny -* * [NodeConf Argentina](https://2016.nodeconf.com.ar): 18 - 19 November, 2016 +* [NodeConf Argentina](https://2016.nodeconf.com.ar): 18 - 19 November, 2016 Have an event about Node.js coming up? You can put your events here through the [Evangelism team repo](https://github.com/nodejs/evangelism) and announce it in the [Issues page](https://github.com/nodejs/evangelism/issues), specifically the Weekly Updates issue.