From ffd4c588f3723d573512ff382421d540fb8e6378 Mon Sep 17 00:00:00 2001 From: mory91 Date: Tue, 9 Oct 2018 00:51:14 +0330 Subject: [PATCH 1/3] Add new tutorial in golang --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f02c12..52fbd5d 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Part 6: Transactions 2](https://jeiwan.cc/posts/building-blockchain-in-go-part-6/) - [Part 7: Network](https://jeiwan.cc/posts/building-blockchain-in-go-part-7/) - [Build Web Application with GoLang](https://legacy.gitbook.com/book/astaxie/build-web-application-with-golang/details) +- [Building a container from scratch in Go - Liz Rice (Microscaling Systems)](https://www.youtube.com/watch?v=Utf-A4rODH8) ## PHP: From 12ebf2f85236097e51f0104ddcdb49f813f6748e Mon Sep 17 00:00:00 2001 From: Soumya Ranjan Mohanty Date: Thu, 11 Oct 2018 04:49:03 +0530 Subject: [PATCH 2/3] Removed duplicate entries --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 4f02c12..f63a05b 100644 --- a/README.md +++ b/README.md @@ -512,14 +512,3 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Michael Herman's Blog](http://mherman.org/) - [Thinkster.io](http://thinkster.io) - [C Project Based Tutorials](https://www.reddit.com/r/C_Programming/comments/872rlt/c_project_based_tutorials/) -* [React Redux Links](https://github.com/markerikson/react-redux-links) -* [Full Stack Python](https://www.fullstackpython.com/) -* [Node School](https://nodeschool.io/) -* [ScotchIO](https://scotch.io/) -* [Exercism](http://www.exercism.io/) -* [Egghead.io](http://www.egghead.io/) -* [Michael Herman's Blog](http://mherman.org/) -* [Thinkster.io](http://thinkster.io) -* [C Project Based Tutorials](https://www.reddit.com/r/C_Programming/comments/872rlt/c_project_based_tutorials/) -* [Enlight](https://enlight.nyc/) -* [Hack Club Workshops](https://hackclub.com/workshops/) From f84e704171544b0bafdf360eb3687d16d0e265d2 Mon Sep 17 00:00:00 2001 From: Soumya Ranjan Mohanty Date: Thu, 11 Oct 2018 04:51:40 +0530 Subject: [PATCH 3/3] Re-Added missing links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f63a05b..7c04007 100644 --- a/README.md +++ b/README.md @@ -512,3 +512,5 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Michael Herman's Blog](http://mherman.org/) - [Thinkster.io](http://thinkster.io) - [C Project Based Tutorials](https://www.reddit.com/r/C_Programming/comments/872rlt/c_project_based_tutorials/) +- [Enlight](https://enlight.nyc/) +- [Hack Club Workshops](https://hackclub.com/workshops/)