Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duffney/golang-notebook
https://github.com/duffney/golang-notebook
coding-interviews golang leetcode programming-language system-design-interview
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/duffney/golang-notebook
- Owner: duffney
- Created: 2022-05-19T13:45:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T21:03:39.000Z (6 months ago)
- Last Synced: 2024-12-29T05:05:45.030Z (14 days ago)
- Topics: coding-interviews, golang, leetcode, programming-language, system-design-interview
- Language: Go
- Homepage:
- Size: 284 KB
- Stars: 141
- Watchers: 6
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - duffney/golang-notebook - (Go)
README
# Golang Resources
Start-here (pick just 1)
- [Introducing Go](https://www.oreilly.com/library/view/introducing-go/9781491941997/)
- [Learn How To Code: Google's Go (golang) Programming Language](https://www.udemy.com/course/learn-how-to-code/)
- [Exercism Go language track](https://exercism.org/tracks/go)
- [Learning Go](https://www.oreilly.com/library/view/learning-go/9781492077206/)Dive deeper
- [Go in Action, Second Edition](https://www.manning.com/books/go-in-action-second-edition)Turn Pro
- [Ultimate Go](https://www.ardanlabs.com/training/ultimate-go/advanced-concepts/)
- [The Power of Go: Advanced Software Engineering in Go](https://bitfieldconsulting.com/books/tools)Dabble in Web development
- [Web Development w/ Google’s Go (golang) Programming Language](https://www.udemy.com/course/go-programming-language/)
- [Let's Go!](https://lets-go.alexedwards.net/#packages)Reference docs:
- https://go.dev/doc/effective_goCool clips about Golang:
- [Best Programming Language | John Carmack and Lex Fridman](https://youtu.be/RfWGJS7rckk?t=322)
- ["The two twins of doom" Go and Rust](https://youtu.be/H9jMs-Lcyhc?t=479)Articles worth reading:
- [The Best Go framework: no framework?](https://threedots.tech/post/best-go-framework/)quotes:
> "Go suffers no fools" - Todd McLeod