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

http://www.golang-book.com/


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

https://go101.org

A book focusing on Go syntax/semantics and all kinds of details.


Go Bootcamp

http://golangbootcamp.com


Go Succinctly

https://github.com/thedevsir/gosuccinctly

in Persian.


GoBooks

https://github.com/dariubs/GoBooks

A curated list of Go books.


Learning Go

https://www.miek.nl/downloads/Go/Learning-Go-latest.pdf


The Go Programming Language

http://www.gopl.io/


Writing A Compiler In Go

https://compilerbook.com

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

https://interpreterbook.com

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.