From f683948961b0004be16083a6c5dc9fb7488ce037 Mon Sep 17 00:00:00 2001 From: kartik khandelwal Date: Tue, 10 Oct 2017 14:34:23 +0530 Subject: [PATCH] Update README.md Optimization of Node.js Application --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6346b68..f8ddf99 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,10 @@ More free resources can be found on [codeburst.io](https://codeburst.io) * [Building a modern backend API with Node](https://scotch.io/tutorials/building-and-securing-a-modern-backend-api?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) * [Node JS Login with Passport - YouTube](https://www.youtube.com/watch?v=Z1ktxiqyiLA) * [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/) + + --- ### Learn Python