e-books.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [e-books]
www.codever.land/bookmarks/t/e-books
A Go Developer's Notebook
https://leanpub.com/GoNotebook/read
An Introduction to Programming in Go
Build Web Application with Golang
https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details
build-web-application-with-golang: build-web-application-with-golang
Building Web Apps With Go
https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details
building-web-apps-with-go: Learn how to build and deploy web applications with Go.
Go 101
A book focusing on Go syntax/semantics and all kinds of details.
Go Bootcamp
Go Succinctly
https://github.com/thedevsir/gosuccinctly
in Persian.
- tags: go, e-books
- :octocat: source code
GoBooks
https://github.com/dariubs/GoBooks
A curated list of Go books.
- tags: go, e-books
- :octocat: source code
Learning Go
https://www.miek.nl/downloads/Go/Learning-Go-latest.pdf
The Go Programming Language
Writing A Compiler In Go
This is the sequel to Writing An Interpreter In Go and this time we're writing a compiler and a virtual machine for Monkey. Same codebase, same approach, new goals. Code front and center, step by step...
Writing An Interpreter In Go
This book takes you from 0 lines of code to a fully working interpreter for the Monkey programming language. Step by step. All code shown and included. Fully unit tested.