From 97ef4e954dcc83e556112ea266d46a7cf8dfe062 Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Fri, 28 Apr 2017 01:14:37 -0400 Subject: [PATCH] add build story with mern and webtask.io --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 53bc5c5..548b0dc 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ Learning by doing is important and more effective than plainly following a docum * [Build a URL Shortener with Node, MongoDB and Hapi.js](https://www.codetuts.tech/build-a-url-shortener-node-hapi-js/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more) * [Build an Instagram Clone](https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/) * [How to Build a Web Framework in Less Than 20 Lines of Code](https://www.pubnub.com/blog/build-yourself-a-web-framework-in-less-than-20-lines-of-code/) +* Build a Serverless MERN Story App with Webtask.io + * [Part 1](!https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-1) + * [Part 2](!https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-2) ## Python: * [Build a Reddit Bot](http://pythonforengineers.com/build-a-reddit-bot-part-1/)