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. — 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. — 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...
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...
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...
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...
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...
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,...
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...
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....
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...
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...
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. — (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...
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,...
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, 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...
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...
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....
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 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...
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...
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,...
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...
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...
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...
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....
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...
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...
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...
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...
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....
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...
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,...
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...
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...
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, 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...
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....
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, 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...
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...
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...
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...
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...
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....
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...
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...
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. — 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...
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. — 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...
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...
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...
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...
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....
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...
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. — 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-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...
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. — 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...
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...
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...
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, 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...
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....
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...
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...
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...
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...
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