diff --git a/Articles.md b/Articles.md index 0513040d..8cfaf0e5 100644 --- a/Articles.md +++ b/Articles.md @@ -28,6 +28,7 @@ Table of Contents ## General + * [Best Practices for a new Go Developer](https://medium.com/@IndianGuru/best-practices-for-a-new-go-developer-8660384302fc) _2015-09-01_ * [Golang Refactoring Tools](http://blog.ralch.com/tutorial/golang-tools-refactoring/) _2015-08-30_ * [Working with Files in Go](http://devdungeon.com/content/working-files-go) _2015-08-23_ * [Joining the Docker Ship and Go](http://thenewstack.io/make-a-restful-json-api-go/) _2015-07-01_ diff --git a/Home.md b/Home.md index 942cb562..1fcf4776 100644 --- a/Home.md +++ b/Home.md @@ -53,6 +53,7 @@ Ready to write some Go code of your own? Here are a few links to help you get s Once you have an overview of the language, here are resources you can use to learn more. - [Learning Go](Learn) - A collection of resources for learning Go - beginner to advanced. + - [Best Practices for a New Go Developer](https://medium.com/@IndianGuru/best-practices-for-a-new-go-developer-8660384302fc) - Insights from Go community members. - [Server programming](LearnServerProgramming) - Building web, mobile, and API servers. - [The Go Bridge Foundry](https://github.com/gobridge) - A member of the [Bridge Foundry](http://bridgefoundry.org/) family, offering a complete set of free Go training materials with the goal of bringing Go to underrepresented communities. - [More on concurrency](LearnConcurrency)