From abf64180db7922d9ff200f1656d345559c11efea Mon Sep 17 00:00:00 2001 From: Nhat Dao Date: Fri, 28 Apr 2017 15:24:47 -0500 Subject: [PATCH 1/3] Added build web app with Go lang and Gin framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e71e06..a3aedc5 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## Go: * [Create a Real Time Chat App with Golang, Angular 2, and WebSocket](https://www.thepolyglotdeveloper.com/2016/12/create-real-time-chat-app-golang-angular-2-websockets/) +* [Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin) ## Ruby: * [Build Instagram From Scratch with Ruby on Rails](https://www.dropbox.com/s/9vq430e9s3q7pu8/Let%27s%20Build%20Instagram%20with%20Ruby%20on%20Rails%20-%20Free%20Edition.pdf?dl=0) From 9babe126859a9267f02bcfb54cd72d7289813ab7 Mon Sep 17 00:00:00 2001 From: Nhat Dao Date: Fri, 28 Apr 2017 15:25:36 -0500 Subject: [PATCH 2/3] Added tutorial on BDD with Go with Godog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3aedc5..7bab9ee 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## Go: * [Create a Real Time Chat App with Golang, Angular 2, and WebSocket](https://www.thepolyglotdeveloper.com/2016/12/create-real-time-chat-app-golang-angular-2-websockets/) * [Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin) +* [How to Use Godog for Behavior-driven Development in Go et started with Godog](https://semaphoreci.com/community/tutorials/how-to-use-godog-for-behavior-driven-development-in-go) ## Ruby: * [Build Instagram From Scratch with Ruby on Rails](https://www.dropbox.com/s/9vq430e9s3q7pu8/Let%27s%20Build%20Instagram%20with%20Ruby%20on%20Rails%20-%20Free%20Edition.pdf?dl=0) From 30412c16f0bb57411d4e95a04552767cc843fea8 Mon Sep 17 00:00:00 2001 From: Ravi Ojha Date: Sat, 29 Apr 2017 01:55:18 +0530 Subject: [PATCH 3/3] Create a blog webapp in Django --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e71e06..0b60704 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Scrape a Website with Scrapy and MongoDB](https://realpython.com/blog/python/web-scraping-with-scrapy-and-mongodb/) * [Build a Todo List with Flask and RethinkDB](https://realpython.com/blog/python/rethink-flask-a-simple-todo-list-powered-by-flask-and-rethinkdb/) * [Building a Gas Pump Scanner with OpenCV/Python/iOS](https://hackernoon.com/building-a-gas-pump-scanner-with-opencv-python-ios-116fe6c9ae8b) +* [Create a blog webapp in Django](https://tutorial.djangogirls.org/en/) ## Go: * [Create a Real Time Chat App with Golang, Angular 2, and WebSocket](https://www.thepolyglotdeveloper.com/2016/12/create-real-time-chat-app-golang-angular-2-websockets/)