1 line
No EOL
14 KiB
JSON
1 line
No EOL
14 KiB
JSON
{"slug": "dariubs--GoBooks", "title": "GoBooks", "description": "List of Golang books", "github_url": "https://github.com/dariubs/GoBooks", "stars": "19K", "tag": "Books", "entry_count": 12, "subcategory_count": 93, "subcategories": [{"name": "General", "parent": "", "entries": [{"name": "Most Popular Golang Books", "url": "#most-popular-go-books", "description": ""}, {"name": "Starter Books", "url": "#starter-books", "description": ""}, {"name": "Advanced Books", "url": "#advanced-books", "description": ""}, {"name": "Web Development", "url": "#web-development", "description": ""}, {"name": "Resources", "url": "#resources", "description": ""}, {"name": "Contributing", "url": "#contributing", "description": ""}, {"name": "License", "url": "#license", "description": ""}]}, {"name": "[The Go Programming Language](https://amzn.to/3MbHW7i)", "parent": "Most Popular Go Books", "entries": []}, {"name": "[Learning Go: An Idiomatic Approach to Real-World Go Programming, 2nd Edition](https://amzn.to/4ceJWWQ)", "parent": "Most Popular Go Books", "entries": []}, {"name": "[100 Go Mistakes and How to Avoid Them](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them)", "parent": "Most Popular Go Books", "entries": []}, {"name": "[Learn Go With Tests](https://quii.gitbook.io/learn-go-with-tests/) *Free*", "parent": "Most Popular Go Books", "entries": []}, {"name": "[Writing An Interpreter In Go](https://amzn.to/45PIyGq)", "parent": "Most Popular Go Books", "entries": []}, {"name": "[Let's Go!](https://lets-go.alexedwards.net/)", "parent": "Most Popular Go Books", "entries": []}, {"name": "[Head First Go](https://amzn.to/4r1FJdA)", "parent": "Most Popular Go Books", "entries": []}, {"name": "[Black Hat Go](https://amzn.to/4tlEqaX)", "parent": "Most Popular Go Books", "entries": []}, {"name": "[Efficient Go: Data-Driven Performance Optimization](https://www.amazon.com/Efficient-Go-Data-Driven-Performance-Optimization/dp/1098105710)", "parent": "Most Popular Go Books", "entries": []}, {"name": "[Let's Go Further](https://lets-go-further.alexedwards.net/)", "parent": "Most Popular Go Books", "entries": []}, {"name": "[Learn Go With Tests](https://quii.gitbook.io/learn-go-with-tests/)", "parent": "Starter Books", "entries": []}, {"name": "[Learn Go with Pocket-Sized Projects](https://amzn.to/4cliBlM)", "parent": "Starter Books", "entries": []}, {"name": "[The Deeper Love of Go](https://bitfieldconsulting.com/books/deeper)", "parent": "Starter Books", "entries": []}, {"name": "[Learning Go: An Idiomatic Approach to Real-World Go Programming, 2nd Edition](hhttps://amzn.to/4ceJWWQ)", "parent": "Starter Books", "entries": []}, {"name": "[Go Programming - From Beginner to Professional, 2nd Edition](https://amzn.to/4agrPgG)", "parent": "Starter Books", "entries": []}, {"name": "[Go 101](https://go101.org/article/101.html)", "parent": "Starter Books", "entries": []}, {"name": "[gRPC Go for Professionals](https://amzn.to/46oiZfC)", "parent": "Starter Books", "entries": []}, {"name": "[Go Faster](https://leanpub.com/gofaster)", "parent": "Starter Books", "entries": []}, {"name": "[Shipping Go](https://amzn.to/4ra6o8q)", "parent": "Starter Books", "entries": []}, {"name": "[gRPC Microservices in Go](https://amzn.to/4rzgHSW)", "parent": "Starter Books", "entries": []}, {"name": "[Go for Javascript Developers](https://www.pazams.com/Go-for-Javascript-Developers/)", "parent": "Starter Books", "entries": []}, {"name": "[Go, from the beginning](https://leanpub.com/go-from-the-beginning) *Free*", "parent": "Starter Books", "entries": []}, {"name": "[Practical Go Lessons](https://www.practical-go-lessons.com/)", "parent": "Starter Books", "entries": []}, {"name": "[Pro Go](https://amzn.to/4rDm43L)", "parent": "Starter Books", "entries": []}, {"name": "[Go for DevOps](https://amzn.to/3LZBwrT)", "parent": "Starter Books", "entries": []}, {"name": "[How to Code in Go](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook)", "parent": "Starter Books", "entries": []}, {"name": "[API Foundations in Go](https://amzn.to/4tkfSPE)", "parent": "Starter Books", "entries": []}, {"name": "[The Go Workshop](https://amzn.to/3MrFZUk)", "parent": "Starter Books", "entries": []}, {"name": "[Head First Go](https://amzn.to/4r1FJdA)", "parent": "Starter Books", "entries": []}, {"name": "[Learning Go](https://www.miek.nl/go)", "parent": "Starter Books", "entries": []}, {"name": "[Get Programming with Go](https://amzn.to/4ts8ylm)", "parent": "Starter Books", "entries": []}, {"name": "[The Go Programming Language](https://amzn.to/3MbHW7i)", "parent": "Starter Books", "entries": []}, {"name": "[Go at Scale: Patterns for Professional Development](https://rezmoss.com/go-at-scale/)", "parent": "Advanced Books", "entries": []}, {"name": "[The Power of Go: Tools](https://bitfieldconsulting.com/books/tools)", "parent": "Advanced Books", "entries": []}, {"name": "[Build an Orchestrator in Go](https://www.manning.com/books/build-an-orchestrator-in-go)", "parent": "Advanced Books", "entries": []}, {"name": "[Explore Go: Cryptography](https://bitfieldconsulting.com/books/crypto)", "parent": "Advanced Books", "entries": []}, {"name": "[Practical guide for building a blockchain from scratch in Go with gRPC (\u2b50520)](https://github.com/volodymyrprokopyuk/go-blockchain) *Free*", "parent": "Advanced Books", "entries": []}, {"name": "[Go programming language secure coding practices guide](https://checkmarx.gitbooks.io/go-scp/) *Free*", "parent": "Advanced Books", "entries": []}, {"name": "[Network Automation with Go](https://www.packtpub.com/en-us/product/network-automation-with-go-9781800560925)", "parent": "Advanced Books", "entries": []}, {"name": "[Microservices with Go](https://www.packtpub.com/product/microservices-with-go/9781804617007)", "parent": "Advanced Books", "entries": []}, {"name": "[Event-Driven Architecture in Golang](https://www.packtpub.com/product/event-driven-architecture-in-golang/9781803238012)", "parent": "Advanced Books", "entries": []}, {"name": "[Efficient Go: Data-Driven Performance Optimization](https://www.amazon.com/Efficient-Go-Data-Driven-Performance-Optimization/dp/1098105710)", "parent": "Advanced Books", "entries": []}, {"name": "[100 Go Mistakes and How to Avoid Them](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them)", "parent": "Advanced Books", "entries": []}, {"name": "[Know Go: Generics](https://bitfieldconsulting.com/books/generics)", "parent": "Advanced Books", "entries": []}, {"name": "[The Power of Go: Tests](https://bitfieldconsulting.com/books/tests)", "parent": "Advanced Books", "entries": []}, {"name": "[Beyond Effective Go: Part 1 - Achieving High-Performance Code](https://coreyscott.dev/book/)", "parent": "Advanced Books", "entries": []}, {"name": "[Domain-Driven Design with Golang](https://www.packtpub.com/product/domain-driven-design-with-golang/9781804613450)", "parent": "Advanced Books", "entries": []}, {"name": "[Building Distributed Applications in Gin](https://www.packtpub.com/product/building-distributed-applications-in-gin/9781801074858)", "parent": "Advanced Books", "entries": []}, {"name": "[Network Programming with Go](https://nostarch.com/networkprogrammingwithgo)", "parent": "Advanced Books", "entries": []}, {"name": "[Powerful Command-Line Applications in Go](https://pragprog.com/titles/rggo/powerful-command-line-applications-in-go/)", "parent": "Advanced Books", "entries": []}, {"name": "[Go by Example](https://www.manning.com/books/go-by-example)", "parent": "Advanced Books", "entries": []}, {"name": "[Cloud Native Go - Building Reliable Services in Unreliable Environments](https://www.amazon.com/Cloud-Native-Go-Unreliable-Environments/dp/1492076333)", "parent": "Advanced Books", "entries": []}, {"name": "[Everyday Go](https://openfaas.gumroad.com/l/everyday-golang)", "parent": "Advanced Books", "entries": []}, {"name": "[Practical Go: Building Scalable Network and Non-Network Applications](https://practicalgobook.net)", "parent": "Advanced Books", "entries": []}, {"name": "[Black Hat Go](https://amzn.to/4tlEqaX)", "parent": "Advanced Books", "entries": []}, {"name": "[Writing An Interpreter In Go](https://amzn.to/45PIyGq)", "parent": "Advanced Books", "entries": []}, {"name": "[Writing A Compiler In Go](https://amzn.to/4bCcFok)", "parent": "Advanced Books", "entries": []}, {"name": "[Hands-On Software Engineering with Golang](https://www.packtpub.com/gb/programming/hands-on-software-engineering-with-golang)", "parent": "Advanced Books", "entries": []}, {"name": "[A Go Developer's Notebook](https://leanpub.com/GoNotebook/)", "parent": "Advanced Books", "entries": []}, {"name": "[Hands-On Dependency Injection in Go](https://amzn.to/4knFw1R)", "parent": "Advanced Books", "entries": []}, {"name": "[Security with Go](https://amzn.to/3MbSHqc)", "parent": "Advanced Books", "entries": []}, {"name": "[Go with the Domain: Building Modern Business Software in Go](https://threedots.tech/go-with-the-domain/) *Free*", "parent": "Advanced Books", "entries": []}, {"name": "[Spaceship Go](https://blasrodri.github.io/spaceship-go-gh-pages/) *Free*", "parent": "Advanced Books", "entries": []}, {"name": "[Ultimate Go Notebook](https://courses.ardanlabs.com/courses/ultimate-go-notebook)", "parent": "Advanced Books", "entries": []}, {"name": "[Mastering Go, 4rd edition](https://www.packtpub.com/en-us/product/mastering-go-9781805127147)", "parent": "Web Development", "entries": []}, {"name": "[Let's Go!](https://lets-go.alexedwards.net/)", "parent": "Web Development", "entries": []}, {"name": "[Let's Go Further](https://lets-go-further.alexedwards.net/)", "parent": "Web Development", "entries": []}, {"name": "[Webapps in Go the anti textbook (\u2b503.2k)](https://github.com/thewhitetulip/web-dev-golang-anti-textbook) *Free*", "parent": "Web Development", "entries": []}, {"name": "[Build SaaS apps in Go](https://buildsaasappingo.com)", "parent": "Web Development", "entries": []}, {"name": "[Go Brain Teasers](https://gum.co/Qkmou)", "parent": "Web Development", "entries": []}, {"name": "[Creative DIY Microcontroller Projects with TinyGo and WebAssembly](https://www.packtpub.com/product/creative-diy-microcontroller-projects-with-tinygo-and-webassembly/9781800560208)", "parent": "Web Development", "entries": []}, {"name": "[Distributed Services with Go Your Guide to Reliable, Scalable, and Maintainable Systems](https://pragprog.com/titles/tjgo/distributed-services-with-go/)", "parent": "Web Development", "entries": []}, {"name": "[Build Systems with Go: Everything a Gopher Must Know](https://www.amazon.com/dp/B091FX4CZX)", "parent": "Web Development", "entries": []}, {"name": "[12 Factor Applications with Docker and Go](https://leanpub.com/12fa-docker-golang)", "parent": "Web Development", "entries": []}, {"name": "[Learn Data Structures and Algorithms with Golang](https://www.packtpub.com/product/learn-data-structures-and-algorithms-with-golang/9781789618501)", "parent": "Web Development", "entries": []}, {"name": "[Web Development with Go: Learn to Create Real World Web Applications using Go](https://www.usegolang.com/)", "parent": "Web Development", "entries": []}, {"name": "[Wasm Cooking with Golang](https://k33g.gumroad.com/l/wasmcooking)", "parent": "Web Development", "entries": []}, {"name": "[Generative Art in Go](https://p5v.gumroad.com/l/generative-art-in-golang)", "parent": "Web Development", "entries": []}, {"name": "[Building Web Apps with Go](https://codegangsta.gitbooks.io/building-web-apps-with-go/content/) *Free*", "parent": "Web Development", "entries": []}, {"name": "[Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/index.html) *Free*", "parent": "Web Development", "entries": []}, {"name": "[A tour of Go](https://tour.golang.org/)", "parent": "Resources", "entries": []}, {"name": "[Video: Learn Go Syntax in one video](https://www.youtube.com/watch?v=CF9S4QZuV30)", "parent": "Resources", "entries": []}, {"name": "[Tutorials: Go by Example](https://gobyexample.com/)", "parent": "Resources", "entries": []}, {"name": "[Go Fundamentals Video Training](https://shop.oreilly.com/category/learning-path/go-fundamentals.do)", "parent": "Resources", "entries": []}, {"name": "[More Books on the Go Wiki (\u2b50132k)](https://github.com/golang/go/wiki/Books)", "parent": "Resources", "entries": []}, {"name": "[TutorialEdge.net Course](https://tutorialedge.net/course/golang/)", "parent": "Resources", "entries": []}, {"name": "[Coursera Specialization: Programming with Go](https://www.coursera.org/specializations/google-golang/)", "parent": "Resources", "entries": []}, {"name": "[Course: Understand Go's In-Depth Mechanics](https://www.udemy.com/course/learn-go-the-complete-bootcamp-course-golang/?referralCode=5CE6EB34E2B1EF4A7D37)", "parent": "Resources", "entries": []}, {"name": "[Course: Mastering Go Programming](https://www.udemy.com/course/mastering-go-programming)", "parent": "Resources", "entries": []}, {"name": "[Course: Web Development with Google's Go Programming Language](https://www.udemy.com/course/go-programming-language)", "parent": "Resources", "entries": []}, {"name": "[Golangbot.com Articles](https://golangbot.com/)", "parent": "Resources", "entries": []}, {"name": "[Tuxerrante repo on go exercises (\u2b5014)](https://github.com/tuxerrante/go_exercises)", "parent": "Resources", "entries": [{"name": "Dev Books", "url": "https://github.com/devtoolsd/DevBooks", "description": "A collection of development and programming books", "stars": "61"}, {"name": "JavaScript Books", "url": "https://github.com/minouou/jsbooks", "description": "A collection of books and learning resources for JavaScript", "stars": "131"}, {"name": "PostgreSQL Books", "url": "https://github.com/sara8086/PostgresBooks", "description": "A curated list of books and guides for PostgreSQL", "stars": "60"}, {"name": "Python Books", "url": "https://github.com/lara-west/PythonBooks", "description": "A comprehensive list of Python books and tutorials", "stars": "22"}, {"name": "AI Books", "url": "https://github.com/mahseema/aibooks", "description": "A curated collection of books and resources on artificial intelligence", "stars": "65"}]}], "name": ""} |