Manning, 2016. — 314 p. — ISBN: 9781633430075 Go in Practice guides you through 70 real-world techniques in key areas like package management, microservice communication, and more. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces specific strategies you can use in your...
Packt Publishing, 2018. — 606 p. Exploring the major features and packages of Go, along with its types and data-structures, enabling the reader to write threadsafe, concurrent cloud, and network applications The Go programming language, often referred to as Golang (albeit wrongly), is really making strides, with some masterclass developments, architected by the greatest...
Manning Publications Co., 2015. — 266 p. — ISBN: 978-1-61729-178-4. Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. Then, you’ll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and...
Packt Publishing, 2017. — 353 p. — ISBN10: 1786468662, ISBN13: 978-1786468666. Microservice architecture is sweeping the world as the de facto pattern to build web-based applications. Golang is a language particularly well suited to building them. Its strong community, encouragement of idiomatic style, and statically-linked binary artifacts make integrating it with other...
Addison-Wesley Professional, 2015. — 400 p. — ISBN: 978-0134190440. The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible whether you’re...
232 p. We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey programming language. Monkey has been specifically designed for this book: it's a language that looks a lot like C, has first class functions, closures, strings, hashes and arrays and its only implementation is the one we build in the book. In contrast to text books on...
Packt Publishing, 2018. — 345 p. — ISBN: 1787125386. Distributed Computing with Go gives developers with a good idea how basic Go development works the tools to fulfill the true potential of Golang development in a world of concurrent web and cloud applications. Nikhil starts out by setting up a professional Go development environment. Then you'll learn the basic concepts and...
Manning, 2016. — 314 p. — ISBN: 9781617292569. Go Web Programming teaches you how to build web applications in Go using modern design principles. You’ll learn how to implement the dependency injection design pattern for writing test doubles, use concurrency in web applications, and create and consume JSON and XML in web services. Along the way, you’ll discover how to minimize...
Introducing Go: Build Reliable, Scalable Programs Caleb Doxsey O’Reilly Media 2016 124 p Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language’s core features with step-by-step instructions and exercises in each chapter to help...
Packt Publishing, 2017. — 459 p. — ISBN10: 1787125645, ISBN13: 978-1787125643. Go is the new systems programming language for Linux and Unix systems. It is also the language in which some of the most prominent cloud-level systems have been written, such as Docker. Where C programmers used to rule, Go programmers are in demand to write highly optimized systems programming code....
O’Reilly Media, 2017. — 238 p. Concurrency can be notoriously difficult to get right, but fortunately, the Go open-source programming language makes working with concurrency tractable and even easy. If you’re a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems. Author Katherine...
2018. — 463 p. This is the sequel to Writing An Interpreter In Go. We're picking up right where we left off and write a compiler and a virtual machine for Monkey. Runnable and tested code front and center, built from the ground up, step by step ” just like before. But this time, we're going to define bytecode, compile Monkey and execute it in our very own virtual machine. It's...
Apress, 2016. — 289 p. — ISBN: 978-1-4842-1053-6. Take a deep dive into web development using the Go programming language to build web apps and RESTful services to create reliable and efficient software. Web Development with Go provides Go language fundamentals and then moves on to advanced web development concepts and successful deployment of Go web apps to the cloud. Web...
Packt Publishing, 2018. — 338 p. — ISBN: 1787286746. 86 recipes on how to build fast, scalable, and powerful web services and applications with Go. Go is an open-source programming language that is designed to scale and support concurrency at the language level. This gives you the liberty to write large concurrent web applications with ease. From creating web application to...
Packt Publishing, 2018. — 340 p. — ISBN: 978-1788627917. The first stop for your security needs when using Go, covering host, network, and cloud security for ethical hackers and defense against intrusion Key Features First introduction to Security with Golang Adopting a Blue Team/Red Team approach Take advantage of speed and inherent safety of Golang Works as an introduction to...
New York: CreateSpace, 2017. — 562 p. "Problem Solving in Data Structures & Algorithms" is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for interview preparation point of view. In various books, the examples are solved in various languages like Go, C, C++, Java, C#, Python, VB, JavaScript...
Packt Publishing, 2018. — 176 p. Learn Go programming with concise examples providing solutions to common problems With its C-like speed, simplicity, and power for a growing number of system-level programming domains, Go has become increasingly popular among programmers. Hands-On Go Programming teaches you the Go programming by solving commonly faced problems with the help of...
Packt Publishing, 2017. — 672 p. Function literals, Monads, Lazy evaluation, Currying, and more Functional programming is a popular programming paradigm that is used to simplify many tasks and will help you write flexible and succinct code. It allows you to decompose your programs into smaller, highly reusable components, without applying conceptual restraints on how the...
Packt Publishing, 2017. — 316 p. Explore the necessary concepts of REST API development by building few real world services from scratch. REST is an architectural style that tackles the challenges of building scalable web services and in today's connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has...
PE Press, 2015. — 136 p. in color. — ISBN: N\A Go, commonly referred to as golang, is a programming language initially developed at Google in 2007. This book helps you to get started with Go programming. It describes all the elements of the language and illustrates their use with code examples. The following is highlight topics in this book: Development Environment Go...
Addison-Wesley, 2017. — 256 p. — ISBN: 978-0-672-33779-6. The Complete Guide to Building Cloud-Based Services Cloud Native Go shows developers how to build massive cloud applications that meet the insatiable demands of today’s customers, and will dynamically scale to handle virtually any volume of data, traffic, or users. Kevin Hoffman and Dan Nemeth describe the modern...
Packt Publishing, 2015. — 264 p. — ISBN10: 178398130X, ISBN13: 978-1-78398-130-4. This book will take you through the most important aspects of designing, building, and deploying a web service utilizing idiomatic REST practices with a focus on speed, security, and flexibility. You will begin by building your first API in Go using the HTTP package. You will look at designing and...
Packt Publishing Ltd., 2014. — ISBN: 978-1-78398-348-3. Discover and harness Go's powerful concurrency features to develop and build fast, scalable network systems. Overview. Explore the core syntaxes and language features that enable concurrency in Go. Understand when and where to use concurrency to keep data consistent and applications non-blocking, responsive, and reliable....
Manning Publications, 2018. — 360 p. — ISBN10: 1617293091. Get Programming with Go introduces you to the powerful Go language without confusing jargon or high-level theory. By working through 32 quick-fire lessons, you'll quickly pick up the basics of the innovative Go programming language! Purchase of the print book includes a free eBook in PDF, Kindle, and EPUB formats from...
Packt Publishing, 2017. — 400 p. — ISBN: 9781783286836. True PDF Bridge the gap between basic understanding of Go and use of its advanced features Go (a.k.a. Golang) is a statically-typed programming language first developed at Google. It is derived from C with additional features such as garbage collection, type safety, dynamic-typing capabilities, additional built-in types,...
Addison-Wesley Professional, 2012. — 496 p. — (Developer's Library). — ISBN10: 0-13-276408-3, ISBN13: 978-0-13-276408-7. Your Hands-On Guide to Go, the Revolutionary New Language Designed for Concurrency, Multicore Hardware, and Programmer Convenience Today’s most exciting new programming language, Go, is designed from the ground up to help you easily leverage all the power of...
O’Reilly Media, 2019. — 832 p. — ISBN: 978-1-491-96955-7. Go represents an attempt to improve on some weaknesses of traditional compiled programming languages. It de-emphasizes or removes error-prone language structures like class inheritance and exception handling. It features great concurrency support and automatic memory management (garbage collection). Existing Go books...
Apress, 2017. — 274 p. — ISBN: 978-1484226919. Dive into key topics in network architecture and Go, such as data serialization, application level protocols, character sets and encodings. This book covers network architecture and gives an overview of the Go language as a primer, covering the latest Go release. Beyond the fundamentals, Network Programming with Go covers key...
Packt Publishing, 2016. — 665 p. — ISBN: 9781787123496. Go is an open-source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and...
Packt Publishing, 2018. — 416 p. Learn to build, secure, deploy, and manage your serverless application in Golang with AWS Lambda Serverless architecture is popular in the tech community due to AWS Lambda. Go is simple to learn, straightforward to work with, and easy to read for other developers; and now it's been heralded as a supported language for AWS Lambda. This book is...
2018.-450 p.-ISBN10: 1491969555 Go represents an attempt to improve on some weaknesses of traditional compiled programming languages. It de-emphasizes or removes error-prone language structures like class inheritance and exception handling. It features great concurrency support and automatic memory management (garbage collection). Existing Go books tend to be highly technical...
2nd. ed. — Birmingham: Packt Publishing, 2019. — 426 p. — ISBN: 1789800986. Tackle the trickiest of problems in Go programming with this practical guide ! Key Features Develop applications for different domains using modern programming techniques. Tackle common problems when it comes to parallelism, concurrency, and reactive programming in Go. Work with ready-to-execute code...
Addison-Wesley Professional, 2015. — 400 p. — ISBN10: 0134190440, ISBN13: 978-0134190440. The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it...
Packt Publishing, 2017. — 516 p. Learning about isomorphic development in Go leads to a unified view of web and back-end development: It extends the remit of a server-side programming language to the browser. Isomorphic Go is the methodology to create isomorphic web applications using the Go programming language. Isomorphic web applications have the capability to reuse code...
Bookboon.com, 2018. — 265 p. A concise introduction to data structures and algorithms in Go. Data structures are presented in a container hierarchy that includes stacks and queues as non-traversable dispensers, and lists, sets, and maps as traversable collections. Algorithm analysis is introduced and applied to linear and binary search, bubble sort, selection sort, insertion...
2nd ed. — Packt Publishing, 2019. — 783 p. — ISBN: 1838559337. Key Features Second edition of the bestselling guide to advanced Go programming, expanded to cover machine learning , more Go packages and a range of modern development techniques. Completes the Go developer's education with real-world guides to building high-performance production systems. Packed with practical...
Packt Publishing, 2017. - 399 p. - ASIN: B01IHOVFIQ +Sample Files Key Features A highly practical guide filled with numerous examples unleashing the power of design patterns with Go. Discover an introduction of the CSP concurrency model by explaining GoRoutines and channels. Get a full explanation, including comprehensive text and examples, of all known GoF design patterns in...
CreateSpace Independent Publishing Platform, 2012. — 166 p. — ISBN: 1478355824, 9781478355823. This book is a short, concise introduction to computer programming using the language Go. Designed by Google, Go is a general purpose programming language with modern features, clean syntax and a robust well-documented common library, making it an ideal language to learn as your first...
SitePoint, 2015. — 258 p. — ISBN: 9780992461294 Go is an open-source language from Google that's a bit like C. Designed for programmer productivity, it's got a clean syntax, and emphasizes concurrency. This book gives you all you need to use Go in your web applications. You'll learn the basic concepts - language structures, the standard library, and Go tools - then tackle more...
Sams Publishing, 2017. — 368 p. In just 24 sessions of one hour or less, Sams Teach Yourself Go in 24 Hours will help new and experienced programmers build software that’s simpler, more reliable, and far more scalable. This book’s straightforward, step-by-step approach guides you from setting up your environment through testing and deploying powerful solutions. Using practical...
Apress, 2016. — 248 p. — ISBN: 978-1-4842-1189-2. Solve your Go problems using a problem-solution approach. Each recipe is a self-contained answer to a practical programming problem in Go. Go Recipes contains recipes that deal with the fundamentals of Go, allowing you to build simple, reliable, and efficient software. Other topics include working with data using modern NoSQL...
Packt Publishing, 2016. — 138 p. Build frontend-to-backend web applications using the best practices of a powerful, fast, and easy-to-deploy server language Go is an open-source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type...
Everything you need to know to get started with Go. — Matt Aimonetti, 2015. — 114 p. The basics Types Collaction types Control flow Methods Interfaces Concurrency Get setup Get your feet wet Tips and tricks Exercises
Packt Publishing, 2018. — 345 p. — ISBN: 1787125386. Distributed Computing with Go gives developers with a good idea how basic Go development works the tools to fulfill the true potential of Golang development in a world of concurrent web and cloud applications. Nikhil starts out by setting up a professional Go development environment. Then you'll learn the basic concepts and...
Packt Publishing, 2015. — 274 p. Chat Application with Web Sockets. Adding Authentication. Three Ways to Implement Profile Pictures. Command-line Tools to Find Domain Names. Building Distributed Systems and Working with Flexible Data. Exposing Data and Functionality through a RESTful Data Web Service API. Random Recommendations Web Service. Filesystem Backup. Appendix: Good...
2019. — 160 p. This book has been created as resource for people interested in the Go language within the context of computer science. The approach taken is to provide computer science and programming concepts, principles, definitions and explanations, and then to relate the language capabilities to each concept or principle. The content is assigned into separate chapters...
2nd Edition. — O’Reilly Media, Inc. — 2024. — 494 p. — (Final). — ISBN: 978-1-098-13929-2. Go has rapidly become the preferred language for building web services. Plenty of tutorials are available to teach Go's syntax to developers with experience in other programming languages, but tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns...
Packt Publishing, 2017. — 400 p. — ISBN: 9781783286836. Bridge the gap between basic understanding of Go and use of its advanced features Go (a.k.a. Golang) is a statically-typed programming language first developed at Google. It is derived from C with additional features such as garbage collection, type safety, dynamic-typing capabilities, additional built-in types, and a...
Packt Publishing, 2018. — 340 p. — ISBN: 978-1788627917. Only CODE files! The first stop for your security needs when using Go, covering host, network, and cloud security for ethical hackers and defense against intrusion Key Features First introduction to Security with Golang Adopting a Blue Team/Red Team approach Take advantage of speed and inherent safety of Golang Works as...
Syncfusion, 2017. — 104 p. The Go programming language is relatively small and concise, but its depth makes it an ideal option for solving modern-day development problems. In Go Succinctly, author Mark Lewin guides readers through the basics of Go, and he provides documentation and resources that allow users to dive into the language and learn it for themselves. By the end of...
Syncfusion, 2017. — 89 p. Go is a modern programming language built to deal with modern programming challenges, such as concurrency and compilation. Designed specifically with the web in mind, Go is an excellent language for writing web applications, specifically for web services. In his second book on Go, Mark Lewin will take you through serving, routing, connecting to a data...
Apress, 2016. — 289 p. — ISBN: 978-1-4842-1053-6. Take a deep dive into web development using the Go programming language to build web apps and RESTful services to create reliable and efficient software. Web Development with Go provides Go language fundamentals and then moves on to advanced web development concepts and successful deployment of Go web apps to the cloud. Web...
Addison-Wesley, 2012. — 276 p. — ISBN: 9780321817143 This guide gives you the code "phrases" you need to quickly and effectively complete a wide variety of projects with Go, today's most exciting new programming language. Tested, easy-to-adapt code examples illuminate every step of Go development, helping you write highly scalable, concurrent software. You'll master Go-specific...
Independently published, 2019. — 514 p. Go 101 is a book focusing on Go syntax/semantics and all kinds of details. The book also tries to help gophers gain a deep and thorough understanding of Go. The book is expected to be helpful for both beginner and experienced Go programmers. Go 101 goes the followings: Emphasizes on basic concepts and terminologies. Without understanding...
Book Details Author: Jeremy Saenz Publisher: Gitbook Published: November 2014 Number of pages: 39 If you are reading this then you have just started your journey from noob to pro. No seriously, web programming in Go is so fun and easy that you won’t even notice how much information you are learning along the way! Topics included: - Introduction - Go Makes Things Simple - The...
Packt Publishing, 2019. — 450 p. Conceptualize and build state-of-art GUI applications with Golang (Go) Tackle the complexity of varying GUI application sizes with a structured and scalable approach Get hands-on experience of GUI development with Shiny, and labs/ui, Fyne, and Walk Objectives Understand the benefits and complexities of building native graphical applications Gain...
Manning Publications, 2022. — 385 p. — ISBN: 978-1617299599. 100 Go Mistakes and How to Avoid Them puts a spotlight on common errors in Go code you might not even know you’re making. You’ll explore key areas of the language such as concurrency, testing, data structures, and more — and learn how to avoid and fix mistakes in your projects. As you go, you’ll navigate the tricky...
Packt Publishing, 2018. — 338 p. — ISBN: 1787286746. 86 recipes on how to build fast, scalable, and powerful web services and applications with Go. Go is an open-source programming language that is designed to scale and support concurrency at the language level. This gives you the liberty to write large concurrent web applications with ease. From creating web application to...
Packt Publishing, 2017. — 358 p. — ISBN13: 978-1786468666. Microservice architecture is sweeping the world as the de facto pattern to build web-based applications. Golang is a language particularly well suited to building them. Its strong community, encouragement of idiomatic style, and statically-linked binary artifacts make integrating it with other technologies and managing...
Packt Publishing - ebooks Account, 2017. — 353 p. — ISBN10: 1786468662, ISBN13: 978-1786468666. Microservice architecture is sweeping the world as the de facto pattern to build web-based applications. Golang is a language particularly well suited to building them. Its strong community, encouragement of idiomatic style, and statically-linked binary artifacts make integrating it...
Packt Publishing, 2016. — 903 p. — ASIN B01LD8K5C0. Go is an open-source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and...
O’Reilly Media, 2019. — 560 p. — ISBN: 978-1-491-96955-7. Go represents an attempt to improve on some weaknesses of traditional compiled programming languages. It de-emphasizes or removes error-prone language structures like class inheritance and exception handling. It features great concurrency support and automatic memory management (garbage collection). Existing Go books...
Packt Publishing, 2018. — 606 p. Exploring the major features and packages of Go, along with its types and data-structures, enabling the reader to write threadsafe, concurrent cloud, and network applications The Go programming language, often referred to as Golang (albeit wrongly), is really making strides, with some masterclass developments, architected by the greatest...
Packt Publishing, 2017. — 404 p. Discover practical techniques to build cloud-native apps that are scalable, reliable, and always available. Cloud computing and microservices are two very important concepts in modern software architecture. They represent key skills that ambitious software engineers need to acquire in order to design and build software applications capable of...
2018. — 463 p. This is the sequel to Writing An Interpreter In Go. We're picking up right where we left off and write a compiler and a virtual machine for Monkey. Runnable and tested code front and center, built from the ground up, step by step ” just like before. But this time, we're going to define bytecode, compile Monkey and execute it in our very own virtual machine. It's...
Addison-Wesley Professional, 2012. — 496 p. — (Developer's Library). — ISBN10: 0-13-276408-3, ISBN13: 978-0-13-276408-7. Your Hands-On Guide to Go, the Revolutionary New Language Designed for Concurrency, Multicore Hardware, and Programmer Convenience Today’s most exciting new programming language, Go, is designed from the ground up to help you easily leverage all the power of...
4th ed. — Birmingham: Packt Publishing, 2024. — 733 p. — ISBN: 1805127144. Dive into the core of Go programming and cover advanced topics like generics, concurrency, web services, and cutting-edge testing techniques in this comprehensive fourth edition. Key Features. Fully updated with coverage of web services, TCP/IP, REST APIs, Go Generics, and Fuzzy Testing. Apply your new...
Packt Publishing, 2017. — 316 p. Explore the necessary concepts of REST API development by building few real world services from scratch. REST is an architectural style that tackles the challenges of building scalable web services and in today's connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has...
Packt Publishing, 2018. — 345 p. — ISBN: 1787125386. Distributed Computing with Go gives developers with a good idea how basic Go development works the tools to fulfill the true potential of Golang development in a world of concurrent web and cloud applications. Nikhil starts out by setting up a professional Go development environment. Then you'll learn the basic concepts and...
Packt Publishing, 2015. — Code Only. — ISBN10: 178398130X, This book will take you through the most important aspects of designing, building, and deploying a web service utilizing idiomatic REST practices with a focus on speed, security, and flexibility. You will begin by building your first API in Go using the HTTP package. You will look at designing and building your...
Packt Publishing, 2018. — 340 p. — ISBN: 978-1788627917. The first stop for your security needs when using Go, covering host, network, and cloud security for ethical hackers and defense against intrusion Key Features First introduction to Security with Golang Adopting a Blue Team/Red Team approach Take advantage of speed and inherent safety of Golang Works as an introduction to...
Packt Publishing, 2017. — 672 p. Function literals, Monads, Lazy evaluation, Currying, and more Functional programming is a popular programming paradigm that is used to simplify many tasks and will help you write flexible and succinct code. It allows you to decompose your programs into smaller, highly reusable components, without applying conceptual restraints on how the...
Apress, 2016. — Code Only. — ISBN: 978-1-4842-1053-6. Take a deep dive into web development using the Go programming language to build web apps and RESTful services to create reliable and efficient software. Web Development with Go provides Go language fundamentals and then moves on to advanced web development concepts and successful deployment of Go web apps to the cloud. Web...
O’Reilly Media, 2016. — 124 p. Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language’s core features with step-by-step instructions and exercises in each chapter to help you practice what you learn. Go is a general-purpose...
New York: O’Reilly Media, 2017. — 226 p. Concurrency can be notoriously difficult to get right, but fortunately, the Go open-source programming language makes working with concurrency tractable and even easy. If you’re a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems. Author...
CreateSpace, 2017. — 562 p. "Problem Solving in Data Structures & Algorithms" is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for interview preparation point of view. In various books, the examples are solved in various languages like Go, C, C++, Java, C#, Python, VB, JavaScript and PHP....
Packt Publishing, 2017. — ISBN: 978-1-78712-564-3. Learning the new system’s programming language for all Unix-type systems Go is the new systems programming language for Linux and Unix systems. It is also the language in which some of the most prominent cloud-level systems have been written, such as Docker. Where C programmers used to rule, Go programmers are in demand to...
Packt Publishing, 2017. — 516 p. Learning about isomorphic development in Go leads to a unified view of web and back-end development: It extends the remit of a server-side programming language to the browser. Isomorphic Go is the methodology to create isomorphic web applications using the Go programming language. Isomorphic web applications have the capability to reuse code...
Miek Gieben, 2011. — 121 p. Learning Go is a book that gives an introduction into the Go language of Google. It is licensed under a copy-left license . The book currently consists out the following chapters: A short introduction and history of Go. It tells how to get the source code of Go itself. It assumes a Unix-like environment, although Go should fully usable on Windows....
Apress, 2016. — 289 p. — ISBN: 978-1-4842-1053-6. Take a deep dive into web development using the Go programming language to build web apps and RESTful services to create reliable and efficient software. Web Development with Go provides Go language fundamentals and then moves on to advanced web development concepts and successful deployment of Go web apps to the cloud. Web...
O’Reilly Media, 2017. — 238 p. Concurrency can be notoriously difficult to get right, but fortunately, the Go open-source programming language makes working with concurrency tractable and even easy. If you’re a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems. Author Katherine...
Packt Publishing, 2017. — 516 p. Learning about isomorphic development in Go leads to a unified view of web and back-end development: It extends the remit of a server-side programming language to the browser. Isomorphic Go is the methodology to create isomorphic web applications using the Go programming language. Isomorphic web applications have the capability to reuse code...
Manning Publications Co., 2015. — 266 p. — ISBN: 978-1-61729-178-4. Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. Then, you’ll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and...
Packt Publishing, 2018. — 416 p. Learn to build, secure, deploy, and manage your serverless application in Golang with AWS Lambda Serverless architecture is popular in the tech community due to AWS Lambda. Go is simple to learn, straightforward to work with, and easy to read for other developers; and now it's been heralded as a supported language for AWS Lambda. This book is...
Lean Publishing, 2018. — 136 p. — ISBN: n/a. This version was published on 2018-11-03. With its focus on simplicity and getting things done, Go is a great language for developing performant, robust and maintainable applications. Production Go first teaches the basics of the Go language, then discusses how to bring an application from development to real users. The authors draw...
Packt Publishing, 2017. — 514 p. — ISBN10: 1787125645, ISBN13: 978-1787125643. Go is the new systems programming language for Linux and Unix systems. It is also the language in which some of the most prominent cloud-level systems have been written, such as Docker. Where C programmers used to rule, Go programmers are in demand to write highly optimized systems programming code....
Packt Publishing, 2017. — 459 p. — ISBN10: 1787125645, ISBN13: 978-1787125643. Go is the new systems programming language for Linux and Unix systems. It is also the language in which some of the most prominent cloud-level systems have been written, such as Docker. Where C programmers used to rule, Go programmers are in demand to write highly optimized systems programming code....
Packt Publishing, 2017. — 304 p. Build simple, maintainable, and easy to deploy machine learning applications The mission of this book is to turn readers into productive, innovative data analysts who leverage Go to build robust and valuable applications. To this end, the book clearly introduces the technical aspects of building predictive models in Go, but it also helps the...
Manning, 2016. — 314 p. — ISBN: 9781617292569. Go Web Programming teaches you how to build scalable, high-performance web applications in Go using modern design principles. The Go language handles the demands of scalable, high-performance web applications by providing clean and fast compiled code, garbage collection, a simple concurrency model, and a fantastic standard library....
Manning Publications, 2024. — 392 p. — ISBN: 978-1633438385. Write concurrent code in Go that improves application performance, scales up to handle bigger loads, and takes full advantage of modern multi-processor hardware. In Learn Concurrent Programming with Go you will learn how to: Implement effective concurrency for more responsive, higher-performing, scalable software....
Packt Publishing, 2018. — 176 p. Learn Go programming with concise examples providing solutions to common problems With its C-like speed, simplicity, and power for a growing number of system-level programming domains, Go has become increasingly popular among programmers. Hands-On Go Programming teaches you the Go programming by solving commonly faced problems with the help of...
Packt Publishing, 2015. — 264 p. — ISBN10: 178398130X, ISBN13: 978-1-78398-130-4. This book will take you through the most important aspects of designing, building, and deploying a web service utilizing idiomatic REST practices with a focus on speed, security, and flexibility. You will begin by building your first API in Go using the HTTP package. You will look at designing and...
Sams Publishing, 2017. — 368 p. In just 24 sessions of one hour or less, Sams Teach Yourself Go in 24 Hours will help new and experienced programmers build software that’s simpler, more reliable, and far more scalable. This book’s straightforward, step-by-step approach guides you from setting up your environment through testing and deploying powerful solutions. Using practical...
Packt Publishing, 2017. — 304 p. Build simple, maintainable, and easy to deploy machine learning applications The mission of this book is to turn readers into productive, innovative data analysts who leverage Go to build robust and valuable applications. To this end, the book clearly introduces the technical aspects of building predictive models in Go, but it also helps the...
Arundel John (self-published), 2024. — 270 p. Hello, and welcome to Learning Go! It's great to have you here. This is the bundled edition of ‘For the Love of Go’, a book introducing the Go programming language, suitable for complete beginners. If you don't know anything about Go yet, or programming, but would like to learn, you're in the right place! If you already know...
Arundel John (self-published), 2024. — 156 p. If you are just starting to learn Go and generics and are wondering why there is so much buzz around them, this course is for you! If you already have some experience with Go but want to master the new possibilities of generics, this course is also for you. And if you have been eagerly awaiting the arrival of generics and iterators...
Arundel John (self-published), 2024. — 270 p. Built-in testing support in Go places tests at the center of any project from command-line tools to complex servers and APIs. This book will introduce you to all the testing capabilities in Go, teach you how to write tests for the most complex tasks and share the accumulated experience of the Go community on best testing practices....
O’Reilly Media, 2023. - 368 p. - ISBN: 1098122119. Go is an increasingly popular language for programming everything from web applications to distributed network services. This practical guide provides recipes to help you unravel common problems and perform useful tasks when working with Go. Each recipe includes self-contained code solutions that you can freely use, along with...
O’Reilly Media, 2017. — 200 p. — ISBN13: 9781491941195. Concurrency can be notoriously difficult to get right, but fortunately, the Go programming language was designed with concurrency in mind. In this practical book, you’ll learn how Go was written to help introduce and master these concepts, as well as how to use basic concurrency patterns to form large systems that are...
Apress, 2015. — 182 p. — ISBN: 978-1-4842-1474-9. This book enables you to unleash the entertainment potential of your Windows 10 PC, tablet, or phone?or any combination of the three! Learn how to stream movies and TV shows, manage your media collection, purchase new media, and upload your music collection to the cloud. Ian Dixon and Garry Whittaker take the hassle out of...
Addison-Wesley, 2017. — 256 p. — ISBN: 978-0-672-33779-6. The Complete Guide to Building Cloud-Based Services Cloud Native Go shows developers how to build massive cloud applications that meet the insatiable demands of today’s customers, and will dynamically scale to handle virtually any volume of data, traffic, or users. Kevin Hoffman and Dan Nemeth describe the modern...
Packt Publishing, 2017. — 672 p. Function literals, Monads, Lazy evaluation, Currying, and more Functional programming is a popular programming paradigm that is used to simplify many tasks and will help you write flexible and succinct code. It allows you to decompose your programs into smaller, highly reusable components, without applying conceptual restraints on how the...
Packt Publishing, 2017. — 316 p. Explore the necessary concepts of REST API development by building few real world services from scratch. REST is an architectural style that tackles the challenges of building scalable web services and in today's connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has...
Packt Publishing, 2017. — 316 p. — ISBN: 978-1-78829-428-7. Explore the necessary concepts of REST API development by building few real world services from scratch. REST is an architectural style that tackles the challenges of building scalable web services and in today's connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems...
Independently published, 2024. — 209 p. — ISBN: NA. This book assumes no previous knowledge of programming and gently introduces you to Go step-by-step, challenging you to apply each new concept as you learn it. If you’ve used Go before but feel somehow you skipped something important, this book will build your confidence in the fundamentals. Take your first steps toward...
CRC Press, 2023. — 299 p. — ISBN: 978-1-032-31591-1. Mastering GoLang helps readers quickly understand the core concepts and then move on to practical projects using the Go programming language. GoLang is often dubbed a game-changer in the world of programming languages. Instead of starting from scratch, Go was created using the C programming language. GoLang inherits C’s...
Packt Publishing, 2024. — 680 p. Harness the power of Go through hands-on coding examples, covering basic to advanced topics like modules, database interfacing, RESTful APIs, concurrency, and beyond. Key Features. Leverage Go's standard library through practical examples and simplify development tasks using best practices. Master effective idiomatic Go syntax, including...
Manning Publications, 2023. — 248 p. Build and upgrade an automated software delivery pipeline that supports containerization, integration testing, semantic versioning, automated deployment, and more. In Shipping Go you will learn how to: Develop better software based on feedback from customers. Create a development pipeline that turns feedback into features. Reduce bugs with...
Packt Publishing - ebooks Account, 2017. — 510 p. — ISBN10: 1786468662, ISBN13: 978-1786468666. Microservice architecture is sweeping the world as the de facto pattern to build web-based applications. Golang is a language particularly well suited to building them. Its strong community, encouragement of idiomatic style, and statically-linked binary artifacts make integrating it...
CreateSpace, 2017. — 562 p. "Problem Solving in Data Structures & Algorithms" is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for interview preparation point of view. In various books, the examples are solved in various languages like Go, C, C++, Java, C#, Python, VB, JavaScript and PHP....
Packt Publishing, 2016. — 138 p. Build frontend-to-backend web applications using the best practices of a powerful, fast, and easy-to-deploy server language Go is an open-source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type...
Independently published, 2024. — 244 p. Advanced Golang Programming: Beyond the Basics; Explore the Cutting-Edge of Golang Development. Concurrency in Action! Master Goroutines, Channels, and Synchronization. This book isn't for the faint of heart. It's your roadmap to mastering Go's hidden potential, a treasure trove of advanced techniques and best practices that will...
Birmingham: Packt Publishing, 2024. — 402 p. — ISBN: 1837634130. Go beyond web development to learn system programming, building secure, concurrent, and efficient applications with Go's unique system programming capabilities. Key Features Get a deep understanding of how Go simplifies system-level memory management and concurrency. Gain expert guidance on essential topics like...
John Wiley & Sons, 2022 — 419 p. — ISBN: 1119773814. Step-by-step instruction on writing your first production-ready servers with Golang Google's Go language, otherwise known as Golang, is a fast, simple, and reliable language that is rapidly becoming a highly popular choice for developers of all kinds. With particular utility in cloud-native environments, Golang is being...
Packt Publishing, 2017. — 672 p. — ISBN: 978-1-78728-139-4. Function literals, Monads, Lazy evaluation, Currying, and more Functional programming is a popular programming paradigm that is used to simplify many tasks and will help you write flexible and succinct code. It allows you to decompose your programs into smaller, highly reusable components, without applying conceptual...
Orange Education Pvt Ltd, AVA, 2024. — 257 p. — ISBN: 978-81-97223-98-3. Develop production-ready, high-performance, and scalable microservices with Go. Key Features: Learn to design and implement resilient RESTful APIs using Go, with a focus on scalability and maintainability. Discover how Kubernetes empowers reliable microservice architecture, covering deployment, scaling,...
No Starch Press, 2019. — 342 p. — ISBN13: 978-1-59327-865-6. Like the best-selling Black Hat Python, Black Hat Go explores the darker side of the popular Go programming language. This collection of short scripts will help you test your systems, build and automate tools to fit your needs, and improve your offensive security skillset. Black Hat Go explores the darker side of Go,...
Packt Publishing, 2023. — 302 p. A Go programmer's hands-on guide to go from building basic server-side templates to full single-page apps using Tailwind CSS, Vue.js, and more. Key Features Learn how to structure your Go projects, be smarter with SQLc, create middleware, and secure your apps. Explore different frontend frameworks and dive into Vue and Tailwind CSS. Use...
Packt Publishing, 2017. — 400 p. — ISBN: 9781783286836. Bridge the gap between basic understanding of Go and use of its advanced features Go (a.k.a. Golang) is a statically-typed programming language first developed at Google. It is derived from C with additional features such as garbage collection, type safety, dynamic-typing capabilities, additional built-in types, and a...
Packt Publishing, 2017. — 407 p. — ISBN10: 1787125645, ISBN13: 978-1787125643. Go is the new systems programming language for Linux and Unix systems. It is also the language in which some of the most prominent cloud-level systems have been written, such as Docker. Where C programmers used to rule, Go programmers are in demand to write highly optimized systems programming code....
Apress, 2016. — 248 p. — ISBN: 978-1-4842-1189-2. Solve your Go problems using a problem-solution approach. Each recipe is a self-contained answer to a practical programming problem in Go. Go Recipes contains recipes that deal with the fundamentals of Go, allowing you to build simple, reliable, and efficient software. Other topics include working with data using modern NoSQL...
Arundel John (self-published), 2024. — 254 p. Would you like to learn how passwords are securely stored? What makes a password strong? How are codes and ciphers created and broken? Where do random numbers come from and why are they considered random? What connections exist between lava lamps, cosmic games, digital signatures, black holes, and bitcoins? Let's find out! Join the...
CRC Press, 2023. — 366 p. — ISBN: 978-1032312316. Go, also known as GoLang, is a Google-developed open-source, compiled, and statically typed computer language. Go is a general-purpose programming language with a straightforward syntax and a large standard library. The building of highly accessible and scalable web apps is one of the primary areas where GoLang is widely used....
2nd Edition. — O’Reilly Media, Inc. — 2024. — 494 p. — ISBN: 978-1-098-13929-2. Go has rapidly become the preferred language for building web services. Plenty of tutorials are available to teach Go's syntax to developers with experience in other programming languages, but tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't...
Independently published, 2024. — 174 p. — ISBN: 979-8327251601, ASIN B0D5WS4DV6, B0D8J5QL8K. How to get better at spotting issues by eye. Logging patterns and how to build an enterprise logging strategy. What are metrics, how to create them, and how to build great dashboards. What distributed tracing is, and how to set it up in your company. How to use Go's profiling tools to...
Manning, 2016. — 314 p. — ISBN: 9781617292569. Go Web Programming teaches you how to build scalable, high-performance web applications in Go using modern design principles. The Go language handles the demands of scalable, high-performance web applications by providing clean and fast compiled code, garbage collection, a simple concurrency model, and a fantastic standard library....
Manning, 2016. — 314 p. — ISBN: 9781617292569. Go Web Programming teaches you how to build scalable, high-performance web applications in Go using modern design principles. The Go language handles the demands of scalable, high-performance web applications by providing clean and fast compiled code, garbage collection, a simple concurrency model, and a fantastic standard library....
Independently published, 2020. — 255 p. — ISBN B08BFXNTFF. Discover how graph algorithms can help you leverage the relationships within your data to develop more intelligent solutions and enhance your algorithms. You’ll learn how graph analytics are uniquely suited to unfold complex structures and reveal difficult-to-find patterns lurking in your data. this book illustrates how...
CareerMonk Publications, 2020. — 520 p. Peeling Data Structures and Algorithms: This book is about the fundamentals of data structures and algorithms – the basic elements from which large and complex software projects are built. To develop a good understanding of a data structure requires three things: first, you must learn how the information is arranged in the memory of the...
Packt Publishing, 2015. — 264 p. — ISBN10: 178398130X, ISBN13: 978-1-78398-130-4. This book will take you through the most important aspects of designing, building, and deploying a web service utilizing idiomatic REST practices with a focus on speed, security, and flexibility. You will begin by building your first API in Go using the HTTP package. You will look at designing and...
Packt Publishing, 2016. — 138 p. Build frontend-to-backend web applications using the best practices of a powerful, fast, and easy-to-deploy server language Go is an open-source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type...
O’Reilly Media, 2019. — 560 p. — ISBN: 978-1-491-96955-7. Go represents an attempt to improve on some weaknesses of traditional compiled programming languages. It de-emphasizes or removes error-prone language structures like class inheritance and exception handling. It features great concurrency support and automatic memory management (garbage collection). Existing Go books...
Apress, 2017. — 274 p. — ISBN13: 978-1-4842-2691-9. Dive into key topics in network architecture and Go, such as data serialization, application level protocols, character sets and encodings. This book covers network architecture and gives an overview of the Go language as a primer, covering the latest Go release. Beyond the fundamentals, Network Programming with Go covers key...
London: BPB Publications, 2023. — 412 p. — ISBN: 9355518536. A comprehensive guide to mastering Golang and boosting your career prospects. Key Features. Gain a solid foundation in Golang application development, covering essential concepts and techniques. Explore the complete lifecycle of Golang applications, from development to successful deployment in production environments....
2nd edition. — Independently published, 2021. — 411 p. — ASIN : B094NKLL3Q. v0.2.0: 2021-05-05 New Cgo chapter, revisited and enhanced explanations, typos, and readers’ suggestions. Mentions to changes in Go 1.16. Everything a Gopher must know in a single book! Second edition (v0.2.0) with revisited content, enhanced explanations, a new chapter about Cgo, and more awesome...
Packt Publishing, 2017. — 400 p. — ISBN: 9781783286836. Bridge the gap between basic understanding of Go and use of its advanced features Go (a.k.a. Golang) is a statically-typed programming language first developed at Google. It is derived from C with additional features such as garbage collection, type safety, dynamic-typing capabilities, additional built-in types, and a...
Independently published, 2024. — 209 p. — ISBN: NA. This book assumes no previous knowledge of programming, and gently introduces you to Go step-by-step, challenging you to apply each new concept as you learn it. If you’ve used Go before but feel somehow you skipped something important, this book will build your confidence in the fundamentals. Take your first steps toward...
Arundel John (self-published), 2024. — 263 p. Are you ready to unlock the power of Go, master obviousness-oriented programming, and learn the secrets of Zen mountaineering? If so, The Power of Go: Tools is the perfect next step on your software engineering journey, explaining how to write simple, powerful, robust, and even delightful programs in Go. Includes free updates for...
O’Reilly Media, Inc, 2023. — 445 p. — ISBN: 978-1-098-12211-9. Go is an increasingly popular language for programming everything from web applications to distributed network services. This practical guide provides recipes to help you unravel common problems and perform useful tasks when working with Go. Each recipe includes self-contained code solutions that you can freely use,...
Apress, 2015. — 182 p. — ISBN: 978-1-4842-1474-9. This book enables you to unleash the entertainment potential of your Windows 10 PC, tablet, or phone?or any combination of the three! Learn how to stream movies and TV shows, manage your media collection, purchase new media, and upload your music collection to the cloud. Ian Dixon and Garry Whittaker take the hassle out of...
Pragmatic Bookshelf, 2022. — 499 p. — ISBN: 168050696X. Whether you want to automate tasks, analyze data, parse logs, talk to network services, or address other systems requirements, writing your command-line tool may be the fastest - and perhaps the most fun - way to do it. The Go programming language is a great choice for developing tools that are fast, reliable, and...
Packt Publishing, 2017. — 358 p. — ISBN13: 978-1786468666. Microservice architecture is sweeping the world as the de facto pattern to build web-based applications. Golang is a language particularly well suited to building them. Its strong community, encouragement of idiomatic style, and statically-linked binary artifacts make integrating it with other technologies and managing...
101 Books, 2024. — 308 p. — ISBN: 978-9355518897. Why Learn Data Structures and Algorithms? Data structures and algorithms (DSA) form the foundation of efficient programming. They enable developers to organize data optimally, solve complex problems, and build scalable applications. Whether you are crafting a search engine, developing a database, or optimizing code performance,...
Manning Publications Co., 2015. — 266 p. — ISBN: 978-1-61729-178-4. Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. Then, you’ll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and...
Packt Publishing, 2016. — 903 p. — ASIN B01LD8K5C0. Go is an open-source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and...
Packt Publishing, 2016. — 138 p. Build frontend-to-backend web applications using the best practices of a powerful, fast, and easy-to-deploy server language Go is an open-source programming language that makes it easy to build simple, reliable, and efficient software. It is a statically typed language with syntax loosely derived from that of C, adding garbage collection, type...
Packt Publishing, 2015. — 264 p. — ISBN13: 978-1-78398-130-4. This book will take you through the most important aspects of designing, building, and deploying a web service utilizing idiomatic REST practices with a focus on speed, security, and flexibility. You will begin by building your first API in Go using the HTTP package. You will look at designing and building your...
Lean Publishing, 2018. — 136 p. — ISBN: n/a. This version was published on 2018-11-03. With its focus on simplicity and getting things done, Go is a great language for developing performant, robust and maintainable applications. Production Go first teaches the basics of the Go language, then discusses how to bring an application from development to real users. The authors draw...
Birmingham: Packt Publishing, 2023. - 337 p. - ISBN: 1803247878. Explore Go testing techniques and leverage TDD to deliver and maintain microservices architecture, including contract, end-to-end, and unit testing. Key Features Write Go test suites using popular mocking and testing frameworks. Leverage TDD to implement testing at all levels of web applications and microservices...
Early Access. — No Starch Press, 2019. — 368 p. — ISBN: 1593278656. Like the best-selling Black Hat Python, Black Hat Go explores the darker side of the popular Go programming language. This collection of short scripts will help you test your systems, build and automate tools to fit your needs, and improve your offensive security skillset. Black Hat Go explores the darker side...
No Starch Press, 2019. — 342 p. — ISBN13: 978-1-59327-865-6. Like the best-selling Black Hat Python, Black Hat Go explores the darker side of the popular Go programming language. This collection of short scripts will help you test your systems, build and automate tools to fit your needs, and improve your offensive security skillset. Black Hat Go explores the darker side of Go,...
GitforGits, 2024. — 298 p. The Go Programming Cookbook ensures Go programmers may confidently and effectively navigate the complex software development landscape. Both newcomers to the world of Go programming and seasoned professionals looking to sharpen their skills will find something of interest in this carefully written book. This cookbook covers a wide range of topics,...
2nd Edition. — O’Reilly Media, 2025. — 619 p. — ISBN: 978-1-098-15642-8. Learn how to use Go's strengths to develop scalable and resilient services even in an unpredictable environment. With this book's expanded second edition, Go developers will explore the composition and construction of cloud-native applications, from lower-level Go features and mid-level patterns to...
Apress Media, LLC., 2023. — 407 p. — ISBN-13: 978-1-4842-8730-9. Gain insights into the different challenges that can be solved using Go, with a focus on containers, Linux, security, networking, user interfaces, and other relevant cloud-based topics. This book reviews the necessary tools to create container-based cloud solutions with Go, a programming language that was born out...
2nd Edition. — Packt Publishing, 2019. — 893 p. — ISBN: 978-1-83855-933-5. Dive deep into the Go language and become an expert Go developer Often referred to (incorrectly) as Golang, Go is the high-performance systems language of the future. Mastering Go, Second Edition helps you become a productive expert Go programmer, building and improving on the groundbreaking first...
Apress, 2022. — 590 p. Advance your understanding of generic data structures and algorithms and their applications using Go and the effective use of concurrency. You are invited on a journey that aims to improve your programming and problem-solving skills. This book takes you to the next step by showing how to get your programs to work efficiently as well as correctly. As you...
Packt Publishing, 2017. — 316 p. — ISBN: 978-1-78829-428-7. Explore the necessary concepts of REST API development by building few real world services from scratch. REST is an architectural style that tackles the challenges of building scalable web services and in today's connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems...
Packt Publishing, 2018. — 338 p. — ISBN: 1787286746. 86 recipes on how to build fast, scalable, and powerful web services and applications with Go. Go is an open-source programming language that is designed to scale and support concurrency at the language level. This gives you the liberty to write large concurrent web applications with ease. From creating web application to...
Arundel John (self-published), 2025. - 123p. This book assumes no previous knowledge of programming and gently introduces you to Go step-by-step, challenging you to apply each new concept as you learn it. If you’ve used Go before but feel somehow you skipped something important, this book will build your confidence in the fundamentals. Take your first steps toward mastery with...
Wiley, 2022. — 704 p. — ISBN13: 978-1-119-88981-6. Tackle GoLang with practical and employment-focused instruction. In Job Ready Go, software education guru Dr. Haythem Balti delivers an essential and hands-on guide to Go, an open-source programming language developed by Google engineers to combine the most sought-after capabilities of other programming languages, including...
Independently published, 2021. — 95 p. — ISBN-13: 979-8736111916. A condensed list of lessons for new to intermediate gophers, including experienced developers who are new to Go. While simplicity is at the core of Go philosophy you’ll find it nevertheless enables numerous creative ways of shooting yourself in the foot. The goal of this book is to collect in one place various...
O’Reilly Media, Inc., 2021. — 360 p. — ISBN: 978-1492077213 Go is rapidly becoming the preferred language for building web services. While there are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages, tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make...
GitforGits, 2024. — 469 p. This book takes its time to go over every important aspect of backend programming, from the fundamentals to more advanced techniques, so that you can become an expert in Go scripting and all the things Go can do. Quickly introducing readers to Go and its ecosystem, the book walks them through installing the language and creating a development...
O’Reilly Media, Inc, 2023. — (Third Early Release). — ISBN: 978-1-098-12205-8. Go is an increasingly popular language for programming everything from web applications to distributed network services. This practical guide provides recipes to help you unravel common problems and perform useful tasks when working with Go. Each recipe includes self-contained code solutions that you...
Manning, 2016. — 314 p. — ISBN: 9781617292569. Go Web Programming teaches you how to build scalable, high-performance web applications in Go using modern design principles. The Go language handles the demands of scalable, high-performance web applications by providing clean and fast compiled code, garbage collection, a simple concurrency model, and a fantastic standard library....
Manning Publications, 2024. — 392 p. — ISBN: 978-1633438385. Write concurrent code in Go that improves application performance, scales up to handle bigger loads, and takes full advantage of modern multi-processor hardware. In Learn Concurrent Programming with Go you will learn how to: Implement effective concurrency for more responsive, higher performing, scalable software....
Delio D'Anna, Andrew Hayes, Sam Hennessy, Jeremy Leasor, Gobin Sougrakpam, Dániel Szabó. — Packt Publishing, 2020. — 820 p. — ISBN: 978-1-83864-794-0. Cut through the noise and get real results with a step-by-step approach to learning Go programming You already know you want to learn Go, and the smart way to learn anything is to learn by doing. The Go Workshop focuses on...
Birmingham: Packt Publishing, 2022. — 633 p. — ISBN: 1801818894. Achieve reliable release automation and get zero troublesome notifications on your release day Key Features Develop the skills to build command-line tools to control thousands of nodes. Use Go to create Terraform providers and GitHub actions and extend Kubernetes. Gain the knowledge to build DevOps workflows that...
O’Reilly Media, 2016. — 124 p. — ISBN: 978-1-491-94195-9. Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language’s core features with step-by-step instructions and exercises in each chapter to help you practice what you learn....
O’Reilly Media, 2016. — 124 p. — ISBN: 978-1-491-94195-9. Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language’s core features with step-by-step instructions and exercises in each chapter to help you practice what you learn....
Brandberg Ltd, 2021-05-20. — 394 p. — Version 1.6.1. Code Files Only! Go is a great language for building web applications. However, teaching yourself from blog posts and the standard-library documentation can often leave you with more questions than answers. You might be wondering: Where can I see a concrete example of a real-world web application? How is it best to structure...
OpenFaaS Ltd, 2021. — 118 p. This book is a compilation of practical examples, lessons, and techniques for Go developers. The topics cover the software lifecycle from learning the fundamentals to software testing, to distribution and monitoring. If you feel like you may have seen some of these techniques before, you would be right. I've been writing about Go since 2015 and...
The Pragmatic Bookshelf, 2024. — 147 p. — ISBN: 9798888650509. Take control of your home and your data with the power of the Go programming language. Build extraordinary and robust home automation solutions that rival much more expensive, closed commercial alternatives, using the same tools found in high-end enterprise computing environments. Best-selling Pragmatic Bookshelf...
Manning Publications, 2022. — 618 p. — ISBN: 978-1617299599. 100 Go Mistakes and How to Avoid Them puts a spotlight on common errors in Go code you might not even know you’re making. You’ll explore key areas of the language such as concurrency, testing, data structures, and more — and learn how to avoid and fix mistakes in your projects. As you go, you’ll navigate the tricky...
Packt Publishing, 2023. — 260 p. — ISBN: 978-1837638840. In recent years, the popularity of microservice architecture has surged, bringing forth a new set of requirements. Among these, efficient communication between the different services takes center stage, and that's where gRPC shines. This book will take you through creating gRPC servers and clients in an efficient, secure,...
Manning Publications Co., 2015. — 266 p. — ISBN: 978-1-61729-178-4. Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. Then, you’ll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and...
Packt Publishing Ltd., 2014. — ISBN: 978-1-78398-348-3. Discover and harness Go's powerful concurrency features to develop and build fast, scalable network systems. Overview. Explore the core syntaxes and language features that enable concurrency in Go. Understand when and where to use concurrency to keep data consistent and applications non-blocking, responsive, and reliable....
Wiley, 2021. — 339 p. — (For Dummies). — ISBN: 978-1119786191. Ready, set, program with Go! Now is the perfect time to learn the Go Programming Language. It’s one of the most in-demand languages among tech recruiters and developers love its simplicity and power. Go Programming Language For Dummies is an easy way to add this top job skill to your toolkit. Written for novice and...
Apress Media LLC, 2023. — 382 p. — ISBN-13: 978-1-4842-9665-3. Go beyond the basics of Go and build complete applications using open-source libraries or the Go programming language by Google. This book will take you deep into the memory lane of the Go language with crunchy details straight from outer space. The applications in this book include the framework for a 2D Go-based...
2nd Edition. — Apress Media, LLC, 2022. — 589 p. — ISBN: 978-1484280942. Dive into key topics in network architecture implemented with the Google-backed open-source Go programming language. Networking topics such as data serialization, application-level protocols, character sets, and encodings are discussed and demonstrated in Go. This book has been updated to the Go version...
Leanpub, 2023. — 215 p. This version was published on 2023-02-18. Working with Go effectively requires proficiency and understanding beyond learning the simple syntax. It can take developers months or even years to acquire this experience, especially those coming from OOP. This book sets out to short-circuit that process and get you there faster! Includes Generics. Go Faster is...
O’Reilly Media, 2022. - 495 p. - ISBN: 1098105710. With technological advancements, fast markets, and higher complexity of systems, software engineers tend to skip the uncomfortable topic of software efficiency. However, tactical, observability-driven performance optimizations are vital for every product to save money and ensure business success. With this book, any engineer...
O’Reilly Media, Inc., 2023. — 574 p. — ISBN: 978-1-098-10571-6. Software engineers today typically put performance optimizations low on the list of development priorities. But despite significant technological advancements and lower-priced hardware, software efficiency still matters. With this book, Go programmers will learn how to approach performance topics for applications...
Packt Publishing, 2024. — 350 p. Key Features: Discover easy-to-implement recipes for all types of programming projects. Learn idiomatic solutions to common problems. Gain comprehensive knowledge of core Go concepts. Book Description: With its simple syntax and sensible conventions, Go has emerged as the language of choice for developers in network programming, web services,...
No Starch Press, 2019. — 368 p. — ISBN: 1593278656. Like the best-selling Black Hat Python, Black Hat Go explores the darker side of the popular Go programming language. This collection of short scripts will help you test your systems, build and automate tools to fit your needs, and improve your offensive security skillset. Black Hat Go explores the darker side of Go, the...
No Starch Press, 2019. — 342 p. — ISBN13: 978-1-59327-865-6. Like the best-selling Black Hat Python, Black Hat Go explores the darker side of the popular Go programming language. This collection of short scripts will help you test your systems, build and automate tools to fit your needs, and improve your offensive security skillset. Black Hat Go explores the darker side of Go,...
No Starch Press, 2020. Black Hat Go explores the darker side of Go, the popular programming language revered by hackers for its simplicity, efficiency, and reliability. It provides an arsenal of practical tactics from the perspective of security practitioners and hackers to help you test your systems, build and automate tools to fit your needs, and improve your offensive...
Orange Education, 2023. — 444 p. — ISBN: 978-93-95968-36-2. Build fast, scalable web server applications by harnessing the power of solution-driven programming with Go. Key Features: Understanding the core concepts of the Go programming language. Designing and developing of modern Web Server applications. Dealing with different kinds of database management solutions. Deploying...
The Pragmatic Programmers, 2021 — 112 p. — ISBN: 1680508997. This book contains 25 short programs that will challenge your understanding of Go. Like any big project, the Go developers had to make some design decisions that at times seemed surprising. This book uses those quirks as a teaching opportunity. By understanding the gaps in your knowledge, you'll become better at what...
Independently published, 2021. — 472 p. — ASIN B091FX4CZX. Everything a Gopher must know in a single book! Do not stay in the basics, move forward and learn how you can use Go to build systems using restful APIs, gRPC messaging, powerful loggers, middlware, SQL/noSQL databases, data streaming, and more. A book written for new adopters and experienced developers. More than 200...
2nd ed. — O’Reilly Media, 2024. — 537 p. — ISBN: 1098156420. Learn how to use Go's strengths to develop services that are scalable and resilient even in an unpredictable environment. With this book's expanded second edition, Go developers will explore the composition and construction of cloud-native applications, from lower-level Go features and mid-level patterns to high-level...
O’Reilly Media, 2021. — 436 p. — ISBN: 9781492076339. What do Docker, Kubernetes, and Prometheus have in common? All of these cloud native technologies are written in the Go programming language. This practical book shows you how to use Go’s strengths to develop cloud native services that are scalable and resilient, even in an unpredictable environment. You’ll explore the...
2nd Edition. — Packt Publishing, 2019. — 783 p. — ISBN: 978-1-83855-933-5. Dive deep into the Go language and become an expert Go developer Often referred to (incorrectly) as Golang, Go is the high-performance systems language of the future. Mastering Go, Second Edition helps you become a productive expert Go programmer, building and improving on the groundbreaking first...
2nd Edition. — Packt Publishing, 2019. — 783 p. — ISBN: 978-1-83855-933-5. Code files only! Dive deep into the Go language and become an expert Go developer Often referred to (incorrectly) as Golang, Go is the high-performance systems language of the future. Mastering Go, Second Edition helps you become a productive expert Go programmer, building and improving on the...
Apress, 2016. — 248 p. — ISBN: 978-1-4842-1189-2. Solve your Go problems using a problem-solution approach. Each recipe is a self-contained answer to a practical programming problem in Go. Go Recipes contains recipes that deal with the fundamentals of Go, allowing you to build simple, reliable, and efficient software. Other topics include working with data using modern NoSQL...
No Starch Press, 2021. — 393 p. — ISBN: 978-1718500884. Network Programming with Go teaches you how to write clean, secure network software with the programming language designed to make it seem easy. Go combines the best parts of many other programming languages. It’s fast, scalable, and designed for high-performance networking and multiprocessing — in other words, it’s...
Leanpub, 2023. — 114 p. Learn programming, data structures, and algorithms using the Go programming language. This book is first about programming, algorithms, and data structures. Of course, Go will be our reference language, and for sure, you will learn Go along the way. But the techniques presented in this book will also be transferable to a large extent to other programming...
Leanpub, 2023. — 114 p. Learn programming, data structures, and algorithms using the Go programming language. This book is first about programming, algorithms, and data structures. Of course, Go will be our reference language, and for sure, you will learn Go along the way. But the techniques presented in this book will also be transferable to a large extent to other programming...
Packt Publishing, 2018. — 345 p. — ISBN: 1787125386. Distributed Computing with Go gives developers with a good idea how basic Go development works the tools to fulfill the true potential of Golang development in a world of concurrent web and cloud applications. Nikhil starts out by setting up a professional Go development environment. Then you'll learn the basic concepts and...
John Arundel April 18, 2022, 142 p. This book is about generics in Go. We’ll talk about exactly what that means in more detail later on, but, briefly, it’s about defining (and using) generic functions and generic types. First, what’s a generic function? It’s one that doesn’t specify the types of all its parameters in advance. Instead, some types are represented by placeholders,...
Bitfield Consulting, 2025. — 278 p. What does it mean to program with confidence? How do you build self-testing software? What even is a test, anyway? Welcome to the thrilling world of fuzzy mutants and spies, guerilla testing, mocks and crocks, design smells, mirage tests, deep abstractions, exploding pointers, sentinels and six-year-old astronauts, coverage ratchets and...
Addison-Wesley Professional, 2022. — 135 p. Start Writing Production-Ready Go Code Fast--No Go Experience Necessary! Thousands of developers and teams want to start taking advantage of Go, the powerful language used in projects ranging from Kubernetes to Docker and Vault. Go Fundamentals is specifically designed to get you up-to-speed fast, leverage your existing knowledge of...
447 p. by Mark Bates, Cory LaNou, and Tim Raymond. Supported by DigitalOceanISBN: 978-0-9997730-6-2. This book is designed to introduce you to writing programs with the Go programming language. You'll learn how to write useful tools and applications that can run on remote servers, or local Windows, macOS, and Linux systems for development. The topics that it covers include how...
First Release (2021-05-14). — O’Reilly Media, Inc., 2021. — 360 p. — ISBN: 978-1492077213. Go is rapidly becoming the preferred language for building web services. While there are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages, tutorials aren't enough. They don't teach Go's idioms, so developers end up...
First Release (2021-05-14). — O’Reilly Media, Inc., 2021. — 360 p. — ISBN: 978-1-492-07721-3. Go is rapidly becoming the preferred language for building web services. While there are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages, tutorials aren't enough. They don't teach Go's idioms, so developers end up...
Birmingham: Packt Publishing, 2022. — 203 p. — ISBN: 1804613452. Understand the concept of Domain-driven design and build two DDD systems from scratch that can be showcased as part of your portfolio. Key Features Explore Domain-driven design as a timeless concept and learn how to apply it with Go. Build a domain-driven monolithic application and a microservice from scratch....
Independently published, 2025. — 332 p. — ISBN-13: 979-8317074944. "Go Data Structures Explained: A Practical Guide with Examples" delves into the foundational and advanced aspects of data structures within the Go programming language, offering a detailed exploration suitable for both students and seasoned programmers. The book begins by guiding readers through the intricacies...
CompreQuest Books, 2024. — 417 p. The Ultimate Go Programming Book With its straightforward syntax and robust standard library, Go has gained popularity in various domains, from web development to cloud-native applications. This book dives deep into the core concepts of Go programming and equips you with the knowledge to build scalable, efficient software. Maximizing Go...
Brandberg Ltd, 2021-05-20. — 394 p. — Version 1.6.1. Go is a great language for building web applications. But teaching yourself from blog posts and the standard-library documentation can often leave you with more questions than answers. You might be wondering: Where can I see a concrete example of a real-world web application? How is it best to structure and organize my code?...
Apress Media, LLC, 2022. — 596 p. — ISBN13: 978-1-4842-7198-8. Get an in-depth introduction to the Go programming language and its associated standard runtime libraries. This book is targeted towards programmers that already know the Java programming language and use that Java knowledge to direct the learning of Go. You will get a deep understanding of the Go language and...
Pragmatic Programmers, 2021. — 250 p. Whether you want to automate tasks, analyze data, parse logs, talk to network services, or address other systems requirements, writing your command-line tool may be the fastest – and perhaps the most fun – way to do it. The Go programming language is a great choice for developing tools that are fast, reliable, and cross-platform. Create...
Manning, 2023. — 444 p. The book is a practical guide to writing high-quality code that’s easy to test and maintain. The book is full of best practices to adopt and anti-patterns to dodge. It explores what makes Go so dramatically different from other languages and how you can still leverage your existing skills into writing excellent Go code. By concentrating on Go’s unique...
Manning Publications, 2023. — 248 p. Build and upgrade an automated software delivery pipeline that supports containerization, integration testing, semantic versioning, automated deployment, and more. In Shipping Go you will learn how to: Develop better software based on feedback from customers. Create a development pipeline that turns feedback into features. Reduce bugs with...
3rd Edition. — Apress, 2013. — 270 p. — ISBN: 1430261366. Mobiledevices such as smartphones and tablets are set to become the main computersthat virtually all people will own and carry with them at all times. And yet,mobile devices are not yet used for all computing tasks. A project at MicrosoftResearch was created to answer a simple question: It is possible to...
3rd Edition. — Apress, 2013. — 270 p. — ISBN: 1430261366. Mobiledevices such as smartphones and tablets are set to become the main computersthat virtually all people will own and carry with them at all times. And yet,mobile devices are not yet used for all computing tasks. A project at MicrosoftResearch was created to answer a simple question: It is possible to...
Apress Media LLC, 2022. — 277 p. — ISBN13: 978-1-4842-8857-3. Understand and write programs in Go, a multi-paradigm language with built-in features for concurrent programming. This book enables developers to build software that is simple, reliable, and efficient. It’ll also help beginners to start programming Go-based applications. Beginning Go Programming begins by explaining...
Packt Publishing, 2023. — 260 p. Key Features: Discover essential guidelines to steer clear of pitfalls when designing and evolving your gRPC services. Develop your understanding of advanced gRPC concepts such as authentication and security. Put your knowledge into action as you build, test, and deploy a TODO list microservice. Book Description: In recent years, the popularity...
Leanpub, 2021. — 166 p. — ISBN13: 978-1080944002. This version was published on 2021-06-10 By teaching familiar implementations found in Ruby, you will see the correlation between the two languages, establishing familiar concepts to give you enough knowledge to be comfortable with Go and to start programming with it. Imagine that you like to learn a new programming language,...
Manning Publications Co., 2015. — 266 p. — ISBN: 978-1-61729-178-4. Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. Then, you’ll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and...
2nd Edition. — Manning Publications, 2025. — 379 p. — ISBN: 978-1633436886. Practical techniques for building concurrent, cloud-native, and high-performance Go applications — all accelerated with productivity-boosting AI tools. Go in Practice, Second Edition is a cookbook-style collection of the techniques and best practices you need to build production-quality Go applications....
2nd Edition. — Manning Publications, 2025. — 379 p. — ISBN: 978-1633436886. Practical techniques for building concurrent, cloud-native, and high-performance Go applications — all accelerated with productivity-boosting AI tools. Go in Practice, Second Edition is a cookbook-style collection of the techniques and best practices you need to build production-quality Go applications....
Independently published, 2019. — without pagination. Go 101 is a book focusing on Go syntax/semantics and all kinds of details. The book also tries to help gophers gain a deep and thorough understanding of Go. The book is expected to be helpful for both beginner and experienced Go programmers. Go 101 goes the followings: Emphasizes on basic concepts and terminologies. Without...
Leanpu, Liu Tapir, 2022. — 71 p. — (v.1.19.c). Want to understand the Go language better? Here are about 80 Go programming details and tips for you! This book collects many details and provides several tips in Go programming. The details and tips are categorized into: About Go Details & Tips 101. Syntax and Semantics Related. Conversions Related. Comparisons Related. Runtime...
Apress, 2023. — 326 p. — ISBN13: 978-1-4842-9025-5. This book begins by introducing the structure of the Kubernetes API and which operations it serves. The following chapters demonstrate how to write native Kubernetes resource definitions using Go structures defined in the API and API Machinery libraries. Miscellaneous utilities are described to help you work with different...
Birmingham, Packt Publishing, 2023. — 248 p. ISBN-10: 1801811164. ISBN-13: 978-1801811163. Learn how to leverage core functional programming (FP) concepts to write more maintainable and testable code in Go. Key Features Learn functional programming techniques at the architectural level, and use the lessons learned to solve real-world problems. Get a deeper understanding of how...
Independently published, 2024. — 362 p. Advanced Golang Programming: Beyond the Basics; Explore the Cutting-Edge of Golang Development. Concurrency in Action! Master Goroutines, Channels, and Synchronization. This book isn't for the faint of heart. It's your roadmap to mastering Go's hidden potential, a treasure trove of advanced techniques and best practices that will...
2nd Edition. — Apress, 2022. — 385 p. Dive into key topics in network architecture implemented with the Google-backed open-source Go programming language. Networking topics such as data serialization, application level protocols, character sets, and encodings are discussed and demonstrated in Go. This book has been updated to the Go version 1.18 which includes modules,...
Lean Publishing, 2020. — 154 p. — ISBN: n/a. This version was published on 2020-05-21. Production Go is the book about creating and maintaining modern production applications written in Go. It assumes prior programming knowledge, and is recommended for professional programmers. With its focus on simplicity and getting things done, Go is a great language for developing...
Orange Education Pvt Ltd, 2024. — 220 p. — ISBN: 978-8197223983. Develop production-ready, high-performance, and scalable microservices with Go. Book Description Embark on a comprehensive journey through microservices architecture with a focus on harnessing the power of Go in modern cloud-based solutions. This book begins with a succinct introduction to microservices and their...
No Starch Press, 2019. — 342 p. — ISBN13: 978-1-59327-865-6. Like the best-selling Black Hat Python, Black Hat Go explores the darker side of the popular Go programming language. This collection of short scripts will help you test your systems, build and automate tools to fit your needs, and improve your offensive security skillset. Black Hat Go explores the darker side of Go,...
No Starch Press, 2019. — 342 p. — ISBN13: 978-1-59327-865-6. Like the best-selling Black Hat Python, Black Hat Go explores the darker side of the popular Go programming language. This collection of short scripts will help you test your systems, build and automate tools to fit your needs, and improve your offensive security skillset. Black Hat Go explores the darker side of Go,...
No Starch Press, 2020. — 368 p. — ISBN13: 978-1-59327-865-6. Like the best-selling Black Hat Python, Black Hat Go explores the darker side of the popular Go programming language. This collection of short scripts will help you test your systems, build and automate tools to fit your needs, and improve your offensive security skillset. Black Hat Go explores the darker side of Go,...
Pragmatic Bookshelf, 2024. — 524 p. Version: P1.0 (April 2024). — ISBN-13 978-1680508468. Programmers love Go because it is lightweight, easy to work with, and easy to read. Go gives you the benefits of dynamically typed languages (speed of development) while keeping the upsides of strongly typed languages (security and performance). Go is a simple language, but programming in...
O’Reilly Media, 2021. — 422 p. — ISBN: 978-1108473026. What do Docker, Kubernetes, and Prometheus have in common? All of these cloud-native technologies are written in the Go programming language. This practical book shows you how to use Go's strengths to develop cloud-native services that are scalable and resilient, even in an unpredictable environment. You'll explore the...
2nd Edition. — Packt Publishing, 2019. — 893 p. — ISBN: 978-1-83855-933-5. Dive deep into the Go language and become an expert Go developer Often referred to (incorrectly) as Golang, Go is the high-performance systems language of the future. Mastering Go, Second Edition helps you become a productive expert Go programmer, building and improving on the groundbreaking first...
Apress, 2016. — 248 p. — ISBN: 978-1-4842-1189-2. Solve your Go problems using a problem-solution approach. Each recipe is a self-contained answer to a practical programming problem in Go. Go Recipes contains recipes that deal with the fundamentals of Go, allowing you to build simple, reliable, and efficient software. Other topics include working with data using modern NoSQL...
Independently published, 2022. — 184 p. — ISBN13: 979-8353247326. Learn Golang Essentials in a Weekend! Go is one of the most powerful, and yet the simplest, modern programming languages. We go through all the important features of the modern Go programming language (as of 1.18 and 1.19 – 2022), including generics! Why Go? Go is a simple, easy-to-learn and use,...
Independently published, 2021. — 738 p. — ISBN: 9798201636753. Revision 1.2.0, 2021-07-27. Learn programming in Go for fun. Go is one of the most popular programming languages. Go is an interesting language. It is much simpler than most other modern programming languages. It is easier to learn. It is easier to use. It is safer to use. It is more fun to use. If you are just...
Independently published, 2021. — 549 p. — ASIN : B08WYNG6YP. Learn programming in Go for fun. Go is one of the most popular programming languages. Go is an interesting language. It is much simpler than most other modern programming languages. It is easier to learn. It is easier to use. It is safer to use. It is more fun to use. If you are just starting with programming, then Go...
Packt Publishing, 2020. — 625 p. — ISBN: 978-1-83855-449-1. Explore software engineering methodologies, techniques, and best practices in Go programming to build easy-to-maintain software that can effortlessly scale on demand Over the last few years, Go has become one of the favorite languages for building scalable and distributed systems. Its opinionated design and built-in...
Packt Publishing, 2019. — 309 p. — ISBN: 978-1-78913-075-1. Create a real-world application in Go and explore various frameworks and methodologies for full-stack development Key Features Build a responsive front end by using the powerful React framework Build web APIs and middleware in the Go language by making use of the popular Gin framework Build an Isomorphic Go React...
Bitfield Consulting, 2025. — 257 p. Go 1.24 edition Can you keep a secret? I hope so because much of the modern world is built on cryptography: the art of secret messages. This book will show you what it’s all about and how it works, with dozens of example programs in Go. About the book Have you ever wondered how passwords are stored securely? What makes a good password? How...
Bitfield Consulting, 2025. — 165 p. (Go 1.24 edition) If you know Go, then you need to know all about interfaces, generics, and iterators: they’re key parts of modern Go. Learn all about type parameters and constraints in Go and how to use them with this easy-to-read but comprehensive guide to programming with generics and iterators in Go. If you’re new to Go and generics and...
Bitfield Consulting, 2025. — 156 p. If you know Go, then you need to know all about interfaces, generics, and iterators: they’re key parts of modern Go. Learn all about type parameters and constraints in Go and how to use them with this easy-to-read but comprehensive guide to programming with generics and iterators in Go. If you’re new to Go and generics and wondering what all...
Bitfield Consulting, 2024. — 266 p. Who is this book for? There are lots of books that will teach you Go, but not many that will show you what to do with it. In other words, once you’ve learned how to write Go code, what code should you write? This book is aimed at those who have a little experience with Go (or even a lot), and would now like to learn how to build good software...
McGraw-Hill Education TAB, 2021. — 199 p. — ISBN: 978-1264258147. Write your efficient, performant, and lightweight programs using Go. Quickly start developing your Google Go programs using the practical information contained in this engaging resource. Social media personalities Tanmay Bakshi and Baheer Kamal show, step-by-step, how to develop custom applications that fully...
2018. — 463 p. This is the sequel to Writing An Interpreter In Go. We're picking up right where we left off and write a compiler and a virtual machine for Monkey. Runnable and tested code front and center, built from the ground up, step by step ” just like before. But this time, we're going to define bytecode, compile Monkey and execute it in our very own virtual machine. It's...
Wiley, 2022. — 704 p. — ISBN13: 978-1119889816. Tackle GoLang with practical and employment-focused instruction. In Job Ready Go, software education guru Dr. Haythem Balti delivers an essential and hands-on guide to Go, an open-source programming language developed by Google engineers to combine the most sought-after capabilities of other programming languages, including Java,...
Independently published,, 2021. — 72 p. — ISBN: 978-1954289369. Mastering the Game of Go: A Beginner’s Guide to Discovering Winning Patterns & Learning how to Play GO Playing GO can be one of the most interesting hobbies you can get! But what if it could single-handedly be one of the best LIFE INVESTMENTS you can make in 2021? I’ll let you know why in a second... But first, let...
Independently published,, 2021. — 72 p. — ISBN: 978-1954289369. Mastering the Game of Go: A Beginner’s Guide to Discovering Winning Patterns & Learning how to Play GO Playing GO can be one of the most interesting hobbies you can get! But what if it could single-handedly be one of the best LIFE INVESTMENTS you can make in 2021? I’ll let you know why in a second... But first, let...
Addison-Wesley Professional, 2022. - 576 p. - ISBN: 0137918305. Start Writing Production-Ready Go Code Fast. Thousands of developers and teams want to start taking advantage of Go, the powerful language used in projects ranging from Kubernetes to Docker and Vault. Go Fundamentals is specifically designed to get you up-to-speed fast, to leverage your existing knowledge of other...
Addison-Wesley Professional, 2022. — 576 p. — ISBN13: 978-0-13-791830-0. Start Writing Production-Ready Go Code Fast Thousands of developers and teams want to start taking advantage of Go, the powerful language used in projects ranging from Kubernetes to Docker and Vault. Go Fundamentals is specifically designed to get you up-to-speed fast, leverage your existing knowledge of...
CRC Press, 2023. — 366 p. — ISBN: 978-1032312323. Go, also known as GoLang, is a Google-developed open-source, compiled, and statically typed computer language. Go is a general-purpose programming language with a straightforward syntax and a large standard library. The building of highly accessible and scalable web apps is one of the primary areas where GoLang is widely used....
O’Reilly Media, Inc., 2021. — 360 p. Go is rapidly becoming the preferred language for building web services. While there are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages, tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This...
GitforGits, 2024. — 469 p. This book takes its time to go over every important aspect of backend programming, from the fundamentals to more advanced techniques, so that you can become an expert in Go scripting and all the things Go can do. Quickly introducing readers to Go and its ecosystem, the book walks them through installing the language and creating a development...
Manning Publications, 2016. — 314 p. — ISBN: 978-1633430075. Go in Practice guides you through 70 real-world techniques in key areas like package management, microservice communication, and more. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces specific strategies you can...
O’Reilly Media, Inc., — 2023. — 224 p. — ISBN: 978-1-098-12205-8. Go is an increasingly popular language for programming everything from web applications to distributed network services. This practical guide provides recipes to help you unravel common problems and perform useful tasks when working with Go. Each recipe includes self-contained code solutions that you can freely...
CompreQuest Books, 2024. — 417 p. The Ultimate Go Programming Book. With its straightforward syntax and robust standard library, Go has gained popularity in various domains, from web development to cloud-native applications. This book dives deep into the core concepts of Go programming and equips you with the knowledge to build scalable, efficient software. Maximizing Go...
2nd ed. — Alex Edwards, 2023. — 425 p. Last updated 2023-02-17 (Version 2.20.0). Let’s Go! teaches you step-by-step how to create fast, secure, and maintainable web applications using the fantastic programming language Go. The idea behind this book is to help you learn by doing. Together we’ll walk through the start-to-finish build of a web application — from structuring your...
2nd Edition. — Alex Edwards, 2022. — 426 p. Let’s Go teaches you step-by-step how to create fast, secure, and maintainable web applications using the fantastic programming language Go. The idea behind this book is to help you learn by doing. Together we’ll walk through the start-to-finish build of a web application — from structuring your workspace to session management,...
2nd Edition. — Alex Edwards, 2022. — 426 p. Let’s Go teaches you step-by-step how to create fast, secure, and maintainable web applications using the fantastic programming language Go. The idea behind this book is to help you learn by doing. Together we’ll walk through the start-to-finish build of a web application — from structuring your workspace to session management,...
Alex Edwards, 2021. — 385 p. — (Version 1.5.2) Let's go to! Learn to build professional web applications using Go Step-by-step how to create fast, secure and maintainable web applications. Go is a great language for building web applications. But teaching yourself from blog posts and the standard-library documentation can often leave you with more questions than answers. You...
Lean Publishing, 2021. — 582 p. Let’s Go Further helps you extend and expand your knowledge of Go — taking you beyond the basics and guiding you through advanced patterns for developing, managing and deploying APIs and web applications. It builds on many of the concepts that were introduced in Let’s Go, and talks through the start-to-finish build of a RESTful JSON API — from...
Lean Publishing, 2024 — 575 p. Updated version v1.21.3. Let’s Go Further helps you extend and expand your knowledge of Go — taking you beyond the basics and guiding you through advanced patterns for developing, managing, and deploying APIs and web applications. It builds on many of the concepts that were introduced in Let’s Go, and talks through the start-to-finish build of a...
Brandberg Ltd, 2021-05-20. — 394 p. — Version 1.6.1. Go is a great language for building web applications. But teaching yourself from blog posts and the standard-library documentation can often leave you with more questions than answers. You might be wondering: Where can I see a concrete example of a real-world web application? How is it best to structure and organize my code?...
Brandberg Ltd., 2019. — 494 p. Let’s Go teaches you step-by-step how to create fast, secure and maintainable web applications using the fantastic programming language Go. The idea behind this book is to help you learn by doing. Together we’ll walk through the start-to-finish build of a web application — from structuring your workspace, through to session management,...
OpenFaaS Ltd, 2022. — 118 p. "Everyday Go" is the fast way to learn tools, techniques, and patterns from real tools used in production. This book is a compilation of practical examples, lessons, and techniques for Go developers. The topics cover the software lifecycle from learning the fundamentals to software testing, to distribution and monitoring. If you feel like you may...
OpenFaaS Ltd, 2021. — 118 p. This book is a compilation of practical examples, lessons, and techniques for Go developers. The topics cover the software lifecycle from learning the fundamentals to software testing, to distribution and monitoring. If you feel like you may have seen some of these techniques before, you would be right. I've been writing about Go since 2015 and...
Orange Education Pvt Ltd, AVA, 2025. — 243 p. — ISBN: 9789348107398. Master the Art of Building Scalable and Secure REST APIs with Go. Key Features Master building scalable and secure REST APIs using the Go language. Explore Go syntax, architecture, and best practices for API design. Develop real-world APIs with hands-on examples and deployment guidance. Book Description....
3rd Edition. — Apress, 2013. — 270 p. — ISBN: 1430261366. Mobiledevices such as smartphones and tablets are set to become the main computersthat virtually all people will own and carry with them at all times. And yet,mobile devices are not yet used for all computing tasks. A project at MicrosoftResearch was created to answer a simple question: It is possible to...
Apress, 2022. — 272 p. — ISBN13: 978-1-4842-8857-3. Understand and write programs in Go, a multi-paradigm language with built-in features for concurrent programming. This book enables developers to build software that is simple, reliable, and efficient. It'll also help beginners to start programming Go-based applications. Beginning Go Programming begins by explaining the...
GitforGits Asian Publishing House, 2023. — 309 p. — ISBN: 8119177940 Web Programming with Go is a must-have book for software professionals and web developers looking to harness Go's potential for creating excellent web apps. The extensive knowledge imparted by this book about Go's powerful libraries and packages is crucial for building scalable and efficient web platforms. The...
Independent publication, 2024. — 144 p. — ASIN: B0DKG7WG66. Learn by Doing: Practical Projects with Go About the Technology: Go, a modern, statically typed language, is rapidly gaining popularity for its simplicity, performance, and concurrency features. It's ideal for building scalable and efficient applications. Endorsed by industry experts and used by tech giants like...
The Pragmatic Programmers, LLC., 2021. — 260 p. — ISBN: 978-1680507607. This is the book for Gophers who want to learn how to build distributed systems. You know the basics of Go and are eager to put your knowledge to work. Build distributed services that are highly available, resilient, and scalable. This book is just what you need to apply to real-world situations. Level up...
The Pragmatic Programmers, LLC., 2021. — 260 p. — ISBN: 978-1680507607. This is the book for Gophers who want to learn how to build distributed systems. You know the basics of Go and are eager to put your knowledge to work. Build distributed services that are highly available, resilient, and scalable. This book is just what you need to apply Go to real-world situations. Level...
BPB Publications, 2025. — 436 p. — ISBN: 978-93-65894-806. Description Go, a modern and efficient programming language is rapidly gaining popularity for building robust and scalable applications. This book, Go Lang in-Depth, instills you with the knowledge and skills to master Go, from its fundamental building blocks to advanced concepts. This Go programming book provides a...
Packt Publishing, 2019. — 324 p. — ISBN: 978-1-78961-850-1. Explore Golang’s data structures and algorithms to design, implement, and analyze code in the professional setting Golang is one of the fastest growing programming languages in the software industry. Its speed, simplicity, and reliability make it the perfect choice for building robust applications. This brings the need...
Packt Publishing, 2021. — 482 p. — ISBN: 978-1-80107-485-8. An effective guide to learning how to build a large-scale distributed application using the wide range of functionalities in Gin Key Features Explore the commonly used functionalities of Gin to build web applications Become well-versed with rendering HTML templates with the Gin engine Solve commonly occurring...
Wiley, 2021. — 339 p. — (For Dummies). — ISBN: 978-1119786191. Ready, set, program with Go! Now is the perfect time to learn the Go Programming Language. It’s one of the most in-demand languages among tech recruiters and developers love its simplicity and power. Go Programming Language For Dummies is an easy way to add this top job skill to your toolkit. Written for novice and...
John Wiley & Sons, Inc., 2021. — 339 p. — (For Dummies). — ISBN: 978-1-119-78619-1. Ready, set, program with Go! Now is the perfect time to learn the Go Programming Language. It’s one of the most in-demand languages among tech recruiters and developers love its simplicity and power. Go Programming Language For Dummies is an easy way to add this top job skill to your toolkit....
Birmingham: Packt Publishing, 2023. — 442 p. — ISBN: 1800560923. Understand the world of modern network automation with Go and deepen your knowledge with insights from 10+ experts who have real-world hands-on experience with network automation and/or are using Go for network-related tasks. Key Features A comprehensive guide to the world of modern network automation. Use Go to...
Packt Publishing, 2018. — 443 p. — ISBN: 978-1-78862-791-7. The first stop for your security needs when using Go, covering host, network, and cloud security for ethical hackers and defense against intrusion Go is becoming more and more popular as a language for security experts. Its wide use in server and cloud environments, its speed and ease of use, and its evident...
Packt Publishing, 2018. — 443 p. — ISBN: 978-1-78862-791-7. The first stop for your security needs when using Go, covering host, network, and cloud security for ethical hackers and defense against intrusion Go is becoming more and more popular as a language for security experts. Its wide use in server and cloud environments, its speed and ease of use, and its evident...
Birmingham: Packt Publishing, 2023. — 247 p. — ISBN: 1801811164. Learn how to leverage core functional programming (FP) concepts to write more maintainable and testable code in Go. Key Features Learn functional programming techniques at the architectural level, and use the lessons learned to solve real-world problems. Get a deeper understanding of how to think functionally...
Independently Published, 2020. — 137 p. Discover How to Build Reliable, Scalable, High-Performance and Fault-Tolerant Programs With a Proven Approach to Learning Go Programming! Are you a newbie to programming and are looking for the perfect language to get started with? Are you a web developer, programmer, enterprise developer or even a systems admin looking to upgrade your...
HiTeX Press, 2024. — 494 p. Dive into the world of concurrent programming with Go! "Mastering Concurrent Programming with Go" is the definitive guide for developers looking to master the intricacies of writing powerful, efficient, and safe concurrent applications in Go. Whether you're an intermediate programmer familiar with Go's basics or an experienced developer aiming to...
2nd Edition. — Apress Media, LLC, 2022. — 385 p. — ISBN: 978-1484280942. Dive into key topics in network architecture implemented with the Google-backed open-source Go programming language. Networking topics such as data serialization, application level protocols, character sets, and encodings are discussed and demonstrated in Go. This book has been updated to the Go version...
BPB Publications, 2023. — 412 p. — ISBN: 978-93-55518-538. A comprehensive guide to mastering Golang and boosting your career prospects. Key Features Gain a solid foundation in Golang application development, covering essential concepts and techniques. Explore the complete lifecycle of Golang applications, from development to successful deployment in production environments....
Independently published, 2024. — 386 p. — ASIN: B0CW1HK9V6. Dive into the world of Go programming with “Go Programming Fundamentals: A Concise Guidebook,” your essential guide to mastering one of the most powerful and efficient programming languages in the tech industry. Designed to propel beginners from the basics to the nuances of Go, and to solidify intermediate developers’...
2 Books in 1 Kindle Edition, 2023. — 326 p. — ASIN B0CNR7BQDM. "Unlocking Golang: Your Essential Guide to Intermediate Programming Mastery" is a comprehensive and user-friendly ebook that takes your understanding of the Go programming language to the next level. Whether you're a budding developer or an experienced programmer looking to dive deeper into God, this ebook serves as...
O’Reilly Media, Inc., 2023. — 574 p. — ISBN: 978-1-098-10571-6. Software engineers today typically put performance optimizations low on the list of development priorities. But despite significant technological advancements and lower-priced hardware, software efficiency still matters. With this book, Go programmers will learn how to approach performance topics for applications...
Wiley, 2022. — 402 p. — ISBN13: 978-1119773818. Step-by-step instruction on writing your first production-ready servers with Golang. Google's Go language, otherwise known as Golang, is a fast, simple, and reliable language that is rapidly becoming a highly popular choice for developers of all kinds. With particular utility in cloud-native environments, Golang is being adopted...
John Wiley & Sons, 2022. — 402 p. — ISBN13: 978-1-119-77381-8. Step-by-step instruction on writing your first production-ready servers with Golang. Google's Go language, otherwise known as Golang, is a fast, simple, and reliable language that is rapidly becoming a highly popular choice for developers of all kinds. With particular utility in cloud-native environments, Golang is...
Lean Publishing, 2018. — 136 p. — ISBN: n/a. This version was published on 2018-11-03. With its focus on simplicity and getting things done, Go is a great language for developing performant, robust and maintainable applications. Production Go first teaches the basics of the Go language, then discusses how to bring an application from development to real users. The authors draw...
Lean Publishing, 2018. — 136 p. — ISBN: n/a. This version was published on 2018-11-03. With its focus on simplicity and getting things done, Go is a great language for developing performant, robust and maintainable applications. Production Go first teaches the basics of the Go language, then discusses how to bring an application from development to real users. The authors draw...
Birmingham: Packt Publishing, 2023. — 211 p. — ISBN: 1804619078. Gain a deep understanding of concurrency and learn how to leverage concurrent algorithms to build high-throughput data processing applications, network servers, and clients that scale. Key Features. Learn about the Go concurrency primitives, the Go memory model, and common concurrency patterns. Develop insights on...
Birmingham: Packt Publishing, 2022. - 328 p. - ISBN: 1804617008. Mastering the art of Go microservice development. Key Features Helps to create and organize well-structured Go microservices. Provides industry best practices and insights on Go microservice development tools, patterns, and solutions. Covers hands-on Golang examples in each chapter. Book Description This book is...
Birmingham: Packt Publishing, 2022. - 383 p. - ISBN: 1803238011. Begin building event-driven microservices, including patterns to handle data consistency and resiliency. Key Features Explore the benefits and tradeoffs of event-driven architectures with practical examples and use cases. Understand synergy with event sourcing, CQRS, and domain-driven development in software...
BPB Publications, 2024. — 386 p. This book will cover different concepts of inter-service communication. They will be demonstrated through the Go programming language, its standard library, and popular third-party packages for concepts. Begin by understanding basic concepts such as clients, servers, and communication methods. Explore RESTful APIs and HTTP, the backbone of many...
BPB Publications, 2024. — 188 p. — ISBN: 978-93-55518-897. Dive into the endless possibilities of data structures and algorithms and have fun doing it. Key Features: Become familiar with common data structures. Learn and understand the most popular algorithms through practical examples. Recognize when a particular data structure or algorithm should be used to create an...
GitforGits, 2023. — 295 p. "Mastering Go Network Administration" is a structured beginning for network administrators looking to improve network efficiency, scalability, and security. This book provides a one-stop solution for all of your network administration needs, with comprehensive coverage of automation, security, containerization, monitoring, and performance testing....
GitforGits, 2023. — 295 p. "Mastering Go Network Administration" is a structured beginning for network administrators looking to improve network efficiency, scalability, and security. This book provides a one-stop solution for all of your network administration needs, with comprehensive coverage of automation, security, containerization, monitoring, and performance testing....
Pragmatic Bookshelf, 2024. - 262 p. - ISBN: 1680508466. Programmers love Go because it is lightweight, easy to work with, and easy to read. Go gives you the benefits of dynamically typed languages (speed of development) while keeping the upsides of strongly typed languages (security and performance). Go is a simple language, but programming in Go is about more than just...
Pragmatic Bookshelf, 2024. — 524 p. Version: P1.0 (April 2024). — ISBN-13 978-1680508468. Programmers love Go because it is lightweight, easy to work with, and easy to read. Go gives you the benefits of dynamically typed languages (speed of development) while keeping the upsides of strongly typed languages (security and performance). Go is a simple language, but programming in...
2nd edition. — Independently published, 2021. — 411 p. — ASIN: B094NKLL3Q. v0.2.0: 2021-05-05 New Cgo chapter, revisited and enhanced explanations, typos, and readers’ suggestions. Mentions to changes in Go 1.16. Everything a Gopher must know in a single book! Second edition (v0.2.0) with revisited content, enhanced explanations, a new chapter about Cgo, and more awesome...
Apress Media, LLC., 2023. — 407 p. — ISBN-13:: 978-1-4842-8731-6. Gain insights into the different challenges that can be solved using Go, with a focus on containers, Linux, security, networking, user interfaces, and other relevant cloud-based topics. This book reviews the necessary tools to create container-based cloud solutions with Go, a programming language that was born...
Kanto Tomoya, Kashiwagi Kaito, Kuroda Yuuma, Matsuda Sakura. — Independently published, 2024. — 237 p. — ASIN: B0D6WHWWM5. Unlock the secrets to writing clean, efficient, and readable Go code with this comprehensive guide. "100 Techniques for Writing Readable Code in Go" provides practical tips and best practices for developers of all levels. From mastering asynchronous...
2nd Edition. — Packt Publishing, 2019. — 893 p. — ISBN: 978-1-83855-933-5. Dive deep into the Go language and become an expert Go developer Often referred to (incorrectly) as Golang, Go is the high-performance systems language of the future. Mastering Go, Second Edition helps you become a productive expert Go programmer, building and improving on the groundbreaking first...
3rd Edition. — Packt Publishing, 2021. — 683 p. — ISBN: 978-1-80107-931-0. Master key features of Go, including advanced concepts like concurrency and working with JSON, to create and optimize real-world services, network servers, and clients Key Features The third edition of the bestselling guide to advanced Go programming expanded to cover RESTful servers, the WebSocket...
Packt Publishing, 2021. — 318 p. — ISBN: 9781800563162. Understand how to use the Fyne toolkit to build exciting apps for a range of devices and deploy them effectively Key Features Learn how to use standard widgets, dialogs, and layouts as well as how to build your own Understand how to develop an app and package and distribute it to different operating systems and app stores...
Packt Publishing, 2021. — 318 p. — ISBN: 9781800563162. Understand how to use the Fyne toolkit to build exciting apps for a range of devices and deploy them effectively. Key Features Learn how to use standard widgets, dialogs, and layouts as well as how to build your. Understand how to develop an app and package and distribute it to different operating systems and app stores....
No Starch Press, 2021. — 393 p. — ISBN: 978-1718500884. Network Programming with Go teaches you how to write clean, secure network software with the programming language designed to make it seem easy. Go combines the best parts of many other programming languages. It’s fast, scalable, and designed for high-performance networking and multiprocessing — in other words, it’s...
No Starch Press, 2021. — 392 p. — ISBN: 978-1718500884. Network Programming with Go teaches you how to write clean, secure network software with the programming language designed to make it seem easy. Go combines the best parts of many other programming languages. It’s fast, scalable, and designed for high-performance networking and multiprocessing — in other words, it’s...
Step-by-Step Tutorial eBook & Book, 2015. — 120 p. Go Programming covers all essential Go language knowledge. You can learn complete primary skills of Go programming quickly and easily. The book includes more than 60 practical examples for beginners and includes tests & answers for the college exam, the engineer certification exam, and the job interview exam. This book is only...
Step-by-Step Tutorial eBook & Book, 2015. — 120 p. “Go Programming” covers all essential Go language knowledge. You can learn complete primary skills of Go programming quickly and easily. The book includes more than 60 practical examples for beginners and includes tests & answers for the college exam, the engineer certification exam, and the job interview exam. This book is...
Independently published, 2022. — 174 p. — ISBN13: 979-8353247326. Learn Golang Essentials in a Weekend! Go is one of the most powerful, and yet the simplest, modern programming languages. We go through all the important features of the modern Go programming language (as of 1.18 and 1.19 – 2022), including generics! Why Go? Go is a simple, easy-to-learn and use,...
Independently published, 2021. — 738 p. — ISBN: 9798201636753. Revision 1.2.0, 2021-07-27. Learn programming in Go for fun. Go is one of the most popular programming languages. Go is an interesting language. It is much simpler than most other modern programming languages. It is easier to learn. It is easier to use. It is safer to use. It is more fun to use. If you are just...
Comments