hungle00 / hungle00.github.io

My Personal Blog
https://hungle00.github.io/
1 stars 0 forks source link

新年学 golang #7

Open hungle00 opened 1 year ago

hungle00 commented 1 year ago

过年了, 新年我制定一个目标 - 学习 Golang 语言。去年我也学过了Golang, 但年底工作有点儿忙, 没有时间,所以效果不满意。 从前我只通过英语文件学代码, 这次我决定使用配合英语文件和中文文件学新编程语言。
为了提高学习效果, 我收藏了很多学习 Go 语言的网站和资源 (包括教程、博客,电子书, 等。。。)

入门阶段

  1. Golangbot: Golang tutorial series (英语)https://golangbot.com/learn-golang-series/
  2. go编程模式的系列 https://coolshell.cn/articles/series/go编程模式
  3. Go编程时光: 这分教程是由一个学 Go 四个多月的人写成的。发布在Github上 https://github.com/iswbm/GolangCodingTime 还是 https://golang.iswbm.com/ 。 对于基础知识他讲的还是比较全面,细致的,可以当做 wiki 查阅。
  4. Go by Example: 网站里收集了很多的小例子,来, 新手快速了解 Go 语言里那些基础的知识点。
  5. TopGoer: https://www.topgoer.com/
    这个网站的内容非常多, 网络编程、并发编程,很多主流的 Web 框架都有。

Web开发 & 进阶阶段

  1. https://tutorialedge.net/course/golang/
  2. 跟煎鱼学Go https://eddycjy.gitbook.io/golang/
  3. . https://polarisxu.studygolang.com/
  4. Go Leetcode https://gocn.vip/column/9yRBdLclwn/doc/E9wABWuJol
  5. Go 面试题集合 https://gocn.vip/column/MqwjJZCEwD/doc/qjw6M0CYQm
hungle00 commented 1 year ago

https://www.practical-go-lessons.com/