From 0ce780ce6e043ead3acf154dbd3070439050b320 Mon Sep 17 00:00:00 2001 From: Saurabh-hooda <34857609+Saurabh-hooda@users.noreply.github.com> Date: Tue, 26 Dec 2017 19:31:09 +0530 Subject: [PATCH 1/3] A suggestion for a resource page addition Hello, I am Saurabh, co-founder of Hackr.io. Hackr.io is a programming community & a great place to find the best online programming courses and tutorials. It's a one stop solution for tutorial recommendations with 5000+ tutorial of more than 140 programming languages. I was looking at your learning resources page and found it pretty useful. I believe that Hackr.io would be really useful to the developer community in finding the right programming course/tutorial and would make a nice addition to your resource page. Hackr is also listed on other esteemed websites like Lehigh University's resource page and official Official Python wiki page to name a few. Thanks for the list of great resources you have compiled. Enjoy your week:) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b78944f..f39ead9 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ To use Node.js you need to have a decent understanding of JavaScript language. ## Tutorials - http://nodeschool.io/ +- [Node js tutorial](https://hackr.io/tutorials/learn-node-js) - A user ranked online tutorials site hosting many relavant free and paid tutorials to learn Node js online. - https://www.codeschool.com/courses/real-time-web-with-nodejs - [The dead-simple step-by-step guide for front-end developers to getting up and running with node.js, express, jade, and mongodb](http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/) - [Make a RESTful todo app](http://webapplog.com/todo-app-with-express-jsnode-js-and-mongodb/) From b6a445361d3337e845b619be81026c5a17fee670 Mon Sep 17 00:00:00 2001 From: Saurabh-hooda <34857609+Saurabh-hooda@users.noreply.github.com> Date: Tue, 26 Dec 2017 19:31:20 +0530 Subject: [PATCH 2/3] A suggestion for a resource page addition Hello, I am Saurabh, co-founder of Hackr.io. Hackr.io is a programming community & a great place to find the best online programming courses and tutorials. It's a one stop solution for tutorial recommendations with 5000+ tutorial of more than 140 programming languages. I was looking at your learning resources page and found it pretty useful. I believe that Hackr.io would be really useful to the developer community in finding the right programming course/tutorial and would make a nice addition to your resource page. Hackr is also listed on other esteemed websites like Lehigh University's resource page and official Official Python wiki page to name a few. Thanks for the list of great resources you have compiled. Enjoy your week:) From 7c2678c733e09e1913f0323706bd2a3f7051ce4b Mon Sep 17 00:00:00 2001 From: Saurabh-hooda <34857609+Saurabh-hooda@users.noreply.github.com> Date: Tue, 26 Dec 2017 19:33:53 +0530 Subject: [PATCH 3/3] A suggestion for a resource page Hello, I am Saurabh, co-founder of Hackr.io. Hackr.io is a programming community & a great place to find the best online programming courses and tutorials. It's a one stop solution for tutorial recommendations with 5000+ tutorial of more than 140 programming languages. I was looking at your learning resources page and found it pretty useful. I believe that Hackr.io would be really useful to the developer community in finding the right programming course/tutorial and would make a nice addition to your resource page. Hackr is also listed on other esteemed websites like Lehigh University's resource page and official Official Python wiki page to name a few. Thanks for the list of great resources you have compiled. Enjoy your week:) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f39ead9..9f779ea 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ To use Node.js you need to have a decent understanding of JavaScript language. - [Make a simple CRUD app](http://mherman.org/blog/2015/08/24/node-express-swig-mongo-primer/) - [NodeJS and JavaScript for 2016 Onwards](https://vinkaga.gitlab.io/learn-node/) - Slides based tutorial for server side JavaScript with NodeJS 6.x (beginner to intermediate). - [How to add an API-Based CMS to NodeJS](https://www.storyblok.com/tp/node-js-cms) - How to integrate Storyblok, a component composer and headless CMS, to your Express.js app in a few easy steps. +- [Node js tutorial](https://hackr.io/tutorials/learn-node-js) - A user ranked online tutorial site showing essential online tutorials to learn Node js from. ### Authentication - [Authentication](http://scotch.io/tutorials/javascript/easy-node-authentication-setup-and-local) - Goes over local, facebook & twitter authentication.