Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devopshobbies/go-learning
Some useful resources for learning Go
https://github.com/devopshobbies/go-learning
backend devops go golang
Last synced: about 2 months ago
JSON representation
Some useful resources for learning Go
- Host: GitHub
- URL: https://github.com/devopshobbies/go-learning
- Owner: devopshobbies
- Created: 2023-01-09T19:43:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T19:46:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T12:03:10.502Z (almost 2 years ago)
- Topics: backend, devops, go, golang
- Homepage:
- Size: 13.7 KB
- Stars: 28
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-learning
A bunch of links to blog posts, articles, videos, etc for learning Go.
## Table of Contents
* [Books](#books)
* [Videos](#videos)
* [Playlists](#playlists)
* [Presentations](#presentations)
* [Blogs](#blogs)
* [Best practices](#best-practices)
* [Repositories](#repositories)## Books
* [Learning Go](https://www.oreilly.com/library/view/learning-go/9781492077206/)
* [Concurrency in Go](https://www.oreilly.com/library/view/concurrency-in-go/9781491941294/)
* [Let’s Go! Learn to Build Professional Web Applications With Go](https://www.goodreads.com/book/show/43429043-let-s-go)
* [Let’s Go Further! Advanced patterns for building APIs and web applications in Go](https://bitfieldconsulting.com/golang/alex-edwards-lets-go-further)
* [100 Go Mistakes and How to Avoid Them](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them)
* [Data Structures and Algorithmic Thinking with Go: Data Structure and Algorithmic Puzzles](https://www.amazon.com/Data-Structures-Algorithmic-Thinking-Structure/dp/1949870901) - [PDF]()
* [Learn Go with tests](https://github.com/quii/learn-go-with-tests/releases)
* [Mastering Go - Third Edition](https://www.packtpub.com/product/mastering-go-third-edition/9781801079310)## Videos
### Playlists
* [Tech school](https://www.youtube.com/@TECHSCHOOLGURU)
* [gotime](https://changelog.com/gotime/)### Presentations
## Blogs
* [testingwithgo](https://testwithgo.com/)
* [Golang Persian Book](https://book.gofarsi.ir/)
* [Learning Golang through Examples](https://hackernoon.com/time-to-go-learning-golang-through-examples-480a90c5e7f9)## Best Practices
## Repositories
* [project-layout](https://github.com/golang-standards/project-layout)
* [go-by-example](https://github.com/wangkechun/go-by-example)