This commit is contained in:
Abhishek Srivastava 2018-05-02 14:19:45 +00:00 committed by GitHub
commit 938e5b6bab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,6 +221,7 @@ More free resources can be found on [codeburst.io](https://codeburst.io)
* [Colt Steele's Bootcamp](http://bit.ly/2yEYsoB) * [Colt Steele's Bootcamp](http://bit.ly/2yEYsoB)
* [Node School](https://nodeschool.io/#workshoppers) * [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) * [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 * Courses/Tutorials
* [Three awesome courses for learning Node.js (Paid courses under $20)](https://codeburst.io/three-awesome-courses-for-learning-node-js-d7f761437101) * [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) * [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)
@ -232,6 +233,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) * [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 * Optimization Techniques
* [Make your node server faster by caching responses with redis](https://community.risingstack.com/redis-node-js-introduction-to-caching/) * [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/)