From 012d5f49c0706dbe85c42c68c7e5fbed80a8029e Mon Sep 17 00:00:00 2001 From: abhif22 Date: Thu, 19 Oct 2017 01:51:39 +0530 Subject: [PATCH] Added a new source for understanding Node basics and an optimization technique to improve concurrency and scalability. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 13bd74d..023ad48 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [Colt Steele's Bootcamp](https://goo.gl/qTzEtx) * [Node School](https://nodeschool.io/#workshoppers) * [Medium - Why the hell would you use Node?](https://medium.com/the-node-js-collection/why-the-hell-would-you-use-node-js-4b053b94ab8e#.9s49rbove) + * [Learn and Understand NodeJS](https://www.udemy.com/understand-nodejs/) * Courses/Tutorials * [Three awesome courses for learning Node.js (Paid courses under $20)](https://codeburst.io/three-awesome-courses-for-learning-node-js-d7f761437101) * [Build a simple Twitter Bot with Node.js in just 38 lines of code](https://codeburst.io/build-a-simple-twitter-bot-with-node-js-in-just-38-lines-of-code-ed92db9eb078) @@ -227,6 +228,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [10 Best Practices for Writing Node.js REST APIs](https://blog.risingstack.com/10-best-practices-for-writing-node-js-rest-apis/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) * Optimization Techniques * [Make your node server faster by caching responses with redis](https://community.risingstack.com/redis-node-js-introduction-to-caching/) + * [How to Develop a Highly Scalable Express Server](https://www.sitepoint.com/how-to-create-a-node-js-cluster-for-speeding-up-your-apps/)