Зарегистрироваться
Восстановить пароль
FAQ по входу

Go

  • Без фильтрации типов файлов
М.: Вильямс, 2016. — (Программирование для профессионалов). — ISBN: 978-5-8459-2051-5. Вы краем уха слышали о новом языке программирования Go, но не знаете, что он представляет собой на самом деле? Ответы на все ваши вопросы вы получите в этой книге. Она поможет вам познакомиться с языком Go поближе, узнать о его предназначении и преимуществах, и о том, как писать программы на...
  • №1
  • 3,48 МБ
  • добавлен
  • описание отредактировано
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...
  • №2
  • 17,76 МБ
  • добавлен
  • описание отредактировано
Packt, 2019 — 434 с. Go (или Golang) — это статически типизированный язык программирования, разработанный в Google. Известный своей обширной стандартной библиотекой, он также предоставляет такие функции, как сборка мусора, безопасность типов, возможности динамической типизации и дополнительные встроенные типы. Эта книга послужит справочным материалом при реализации функций Go...
  • №3
  • 3,32 МБ
  • добавлен
  • описание отредактировано
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 recreating...
  • №4
  • 5,18 МБ
  • добавлен
  • описание отредактировано
O’Reilly Media, Inc., 2023. — 574 p. — ISBN 978-1-098-10571-6. С помощью этой книги любой инженер сможет узнать, как эффективно, профессионально и без стресса подходить к вопросам эффективности программного обеспечения. Автор предоставляет инструменты и знания, необходимые для того, чтобы сделать ваши системы более быстрыми и менее требовательными к ресурсам. Книга поможет вам...
  • №5
  • 7,64 МБ
  • добавлен
  • описание отредактировано
Пер. с англ. С.В. Черников. — СПб.: Питер, 2022. — 416 с.: ил. — (Бестселлеры O’Reilly). — ISBN 978-5-4461-1885-4. Go быстро набирает популярность в качестве языка для создания веб-сервисов. Существует множество учебников по синтаксису Go, но знать его недостаточно. Автор Джон Боднер описывает и объясняет паттерны проектирования, используемые опытными разработчиками. В книге...
  • №6
  • 2,89 МБ
  • добавлен
  • описание отредактировано
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...
  • №7
  • 113,70 МБ
  • добавлен
  • описание отредактировано
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...
  • №8
  • 3,70 МБ
  • добавлен
  • описание отредактировано
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 the...
  • №9
  • 771,75 КБ
  • добавлен
  • описание отредактировано
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...
  • №10
  • 16,49 МБ
  • добавлен
  • описание отредактировано
Manning Publications, 2022. — 618 р. — 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 own projects. As you go, you’ll navigate the tricky...
  • №11
  • 6,58 МБ
  • добавлен
  • описание отредактировано
Orange Education, 2023. — 444 р. — 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 development of modern Web Server applications. - Dealing with different kinds of database management solutions. -...
  • №12
  • 6,91 МБ
  • добавлен
  • описание отредактировано
Apress, 2022 — 1076 с. Автор бестселлеров Адам Фриман объясняет, как получить максимальную отдачу от Go, начиная с основ и заканчивая самыми продвинутыми и сложными функциями. Вы узнаете, как Go строит простую и согласованную систему типов для создания комплексной и продуктивной разработки, позволяющей создавать быстрые и надежные приложения, работающие на разных платформах....
  • №13
  • 7,95 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2019. — 336 p. — ISBN: 978-1-78961-850-1. Explore Golang's data structures and algorithms to design, implement, and analyze code in the professional setting Key Features Learn the basics of data structures and algorithms and implement them efficiently Use data structures such as arrays, stacks, trees, lists and graphs in real-world scenarios Compare the...
  • №14
  • 4,86 МБ
  • добавлен
  • описание отредактировано
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...
  • №15
  • 130,64 КБ
  • добавлен
  • описание отредактировано
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...
  • №16
  • 21,90 МБ
  • добавлен
  • описание отредактировано
McGraw-Hill Education TAB, 2021. — 199 p. — ISBN 978-1264258147. Write your own efficient, performant, and lightweight programs using Go Quickly start developing your own 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...
  • №17
  • 8,98 МБ
  • добавлен
  • описание отредактировано
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...
  • №18
  • 1,66 МБ
  • добавлен
  • описание отредактировано
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...
  • №19
  • 4,50 МБ
  • добавлен
  • описание отредактировано
Bitfield Consulting, 2024. — 266 р. 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...
  • №20
  • 3,02 МБ
  • добавлен
  • описание отредактировано
Addison-Wesley Professional, 2022. — 576 p. — ISBN-13: 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, to leverage your existing knowledge...
  • №21
  • 56,35 МБ
  • добавлен
  • описание отредактировано
O’Reilly Media, 2017. — 238 p. — ISBN: 978-1-491-94119-5. 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...
  • №22
  • 2,19 МБ
  • добавлен
  • описание отредактировано
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...
  • №23
  • 4,19 МБ
  • добавлен
  • описание отредактировано
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...
  • №24
  • 1,50 МБ
  • добавлен
  • описание отредактировано
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...
  • №25
  • 6,33 МБ
  • добавлен
  • описание отредактировано
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 own 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...
  • №26
  • 3,63 МБ
  • добавлен
  • описание отредактировано
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...
  • №27
  • 6,82 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2019. This book covers: Introducing Web Scraping and Go, explains what web scraping is and how to install the Go programming language and tools; The Request/Response Cycle, outlines the structure of HTTP requests and responses, and explains how to use Go to make and process them; Web Scraping Etiquette, explains how to build a web scraper that uses best...
  • №28
  • 375,02 КБ
  • добавлен
  • описание отредактировано
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 perfect...
  • №29
  • 1,71 МБ
  • добавлен
  • описание отредактировано
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...
  • №30
  • 14,79 МБ
  • добавлен
  • описание отредактировано
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...
  • №31
  • 2,43 МБ
  • добавлен
  • описание отредактировано
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...
  • №32
  • 3,84 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2019. — 458 p. — ISBN: 978-1789804072, 1789804078. Explore the fundamentals of systems programming starting from kernel API and filesystem to network programming and process communications Key Features Learn how to write Unix and Linux system code in Golang v1.12 Perform inter-process communication using pipes, message queues, shared memory, and semaphores...
  • №33
  • 2,31 МБ
  • добавлен
  • описание отредактировано
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...
  • №34
  • 23,87 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2018. — 346 p. — ISBN: 1789132762. Learn Understand the benefits of DI Explore SOLID design principles and how they relate to Go Analyze various dependency injection patterns available in Go Leverage DI to produce high-quality, loosely coupled Go code Refactor existing Go code to adopt DI Discover tools to improve your code’s testability and test coverage...
  • №35
  • 2,58 МБ
  • добавлен
  • описание отредактировано
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,...
  • №36
  • 5,48 МБ
  • добавлен
  • описание отредактировано
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...
  • №37
  • 1,13 МБ
  • добавлен
  • описание отредактировано
2nd Edition. — Apress Media, LLC, 2022. — 385 p. — ISBN: 978-1484280942. Погрузитесь в ключевые темы сетевой архитектуры, реализованной с помощью поддерживаемого Google языка программирования Go с открытым исходным кодом. Сетевые темы, такие как сериализация данных, протоколы уровня приложений, наборы символов и кодировки, обсуждаются и демонстрируются в Go. Эта книга была...
  • №38
  • 2,88 МБ
  • добавлен
  • описание отредактировано
Wiley, 2022. — 402 p. — ISBN-13: 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...
  • №39
  • 1,45 МБ
  • добавлен
  • описание отредактировано
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....
  • №40
  • 2,87 МБ
  • добавлен
  • описание отредактировано
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 reader...
  • №41
  • 1,97 МБ
  • добавлен
  • описание отредактировано
CRC Press, 2023. — 366 р. — 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. It...
  • №42
  • 5,50 МБ
  • добавлен
  • описание отредактировано
Manning Publications, 2024. — 392 р. — 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...
  • №43
  • 16,56 МБ
  • добавлен
  • описание отредактировано
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 your...
  • №44
  • 46,47 МБ
  • добавлен
  • описание отредактировано
BPB Publications, 2024. — 188 р. — 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...
  • №45
  • 2,84 МБ
  • добавлен
  • описание отредактировано
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...
  • №46
  • 8,87 МБ
  • добавлен
  • описание отредактировано
Пер. с англ. Д. Брайт. — СПб.: Питер, 2022. — 384 с.: ил. — (Библиотека программиста). — ISBN 978-5-4461-1795-6. Black Hat Go исследует темные стороны Go — популярного языка программирования, который высоко ценится хакерами за его простоту, эффективность и надежность. Эта книга — арсенал практических приемов для специалистов по безопасности и хакеров — поможет вам в...
  • №47
  • 1,67 МБ
  • добавлен
  • описание отредактировано
Wiley, 2022. — 704 p. — ISBN-13: 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,...
  • №48
  • 14,81 МБ
  • добавлен
  • описание отредактировано
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...
  • №49
  • 3,31 МБ
  • добавлен
  • описание отредактировано
HiTeX Press, 2024. — 494 р. 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...
  • №50
  • 408,25 КБ
  • добавлен
  • описание отредактировано
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...
  • №51
  • 6,64 МБ
  • добавлен
  • описание отредактировано
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...
  • №52
  • 3,00 МБ
  • добавлен
  • описание отредактировано
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 software...
  • №53
  • 35,58 МБ
  • добавлен
  • описание отредактировано
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...
  • №54
  • 4,03 МБ
  • добавлен
  • описание отредактировано
O’Reilly Media, Inc, 2023. — 445 р. — 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,...
  • №55
  • 5,61 МБ
  • добавлен
  • описание отредактировано
Manning Publ., 2023. — 444 p. Go: элегантный, эффективный и тестируемый код Unlock Go’s unique perspective on program design, and start writing simple, maintainable, and testable Go code. In Effective Go you will learn how to Write idiomatic and easy-to-maintain Go programs from scratch Test Go according to best practices Spot common Go anti-patterns Create practical Go...
  • №56
  • 6,27 МБ
  • добавлен
  • описание отредактировано
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...
  • №57
  • 2,94 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2017. — 407 p. — ISBN10: 1787125645, ISBN13: 978-1787125643. Code files 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...
  • №58
  • 4,55 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2017. — 1460 p. — ASIN B072R4FJ45. An insightful guide to learning the Go programming language Get insightful coverage of Go programming syntax, constructs, and idioms to help you understand Go code Get a full explanation of all the known GoF design patterns in Go, including comprehensive theory and examples Learn to apply the nuances of the Go language, and...
  • №59
  • 4,89 МБ
  • добавлен
  • описание отредактировано
Independently published, 2022. — 174 p. — ISBN-13: 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 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, beginner-friendly...
  • №60
  • 508,71 КБ
  • добавлен
  • описание отредактировано
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 across...
  • №61
  • 37,57 МБ
  • добавлен
  • описание отредактировано
Independently published, 2025. — 332 р. — 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...
  • №62
  • 2,18 МБ
  • добавлен
  • описание отредактировано
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...
  • №63
  • 7,75 МБ
  • добавлен
  • описание отредактировано
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...
  • №64
  • 1,02 МБ
  • добавлен
  • описание отредактировано
Independent publication, 2024. — 144 р. — 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...
  • №65
  • 289,65 КБ
  • добавлен
  • описание отредактировано
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...
  • №66
  • 14,45 МБ
  • добавлен
  • описание отредактировано
GitBook, 2015. — 40 p. Целевая аудитория: начинающие разработчики на Go. Если вы уже прошли курс начинающего программиста на языке Golang и знаете про основы создания современных веб-приложений, следующее небольшое справочное руководство - это то, что вам нужно, чтобы начать создавать качественные веб-приложения на данном языке. Несмотря на маленький объём, книга охватывает...
  • №67
  • 615,21 КБ
  • добавлен
  • описание отредактировано
Packt, 2016. — 348 p. — ISBN: 978-1-78439-543-8. The Go programming language has firmly established itself as a favorite for building complex and scalable system applications. Go offers a direct and practical approach to programming that let programmers write correct and predictable code using concurrency idioms and a full-featured standard library. This is a step-by-step,...
  • №68
  • 1,14 МБ
  • добавлен
  • описание отредактировано
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 become...
  • №69
  • 3,11 МБ
  • добавлен
  • описание отредактировано
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....
  • №70
  • 4,76 МБ
  • добавлен
  • описание отредактировано
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...
  • №71
  • 3,77 МБ
  • добавлен
  • описание отредактировано
Manning Publications, 2025. — 512 p. — ISBN 978-1633438804. Pocket-size projects, modular and versatile skills! Take your Go programming capabilities to the next level with 11 engaging applications. Learn Go with Pocket-Sized Projects teaches some of the most important skills of Go programming—including Go’s unique idiomatic syntax—all through building fun and useful apps and...
  • №72
  • 2,13 МБ
  • добавлен
  • описание отредактировано
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...
  • №73
  • 5,50 МБ
  • добавлен
  • описание отредактировано
In Easy Steps Limited, 2020. — 192 p. — ISBN: 978-1840789195. GO Programming in easy steps has an easy-to-follow style that will appeal to anyone who wants to begin coding computer programs with Google’s Go programming language. The code in the listed steps within the book is color-coded making it easier for beginners to grasp. You need have no previous knowledge of any...
  • №74
  • 13,72 МБ
  • добавлен
  • описание отредактировано
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...
  • №75
  • 314,71 КБ
  • добавлен
  • описание отредактировано
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...
  • №76
  • 4,16 МБ
  • добавлен
  • описание отредактировано
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,...
  • №77
  • 19,12 МБ
  • добавлен
  • описание отредактировано
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...
  • №78
  • 1,80 МБ
  • добавлен
  • описание отредактировано
Leanpub, 2023. — 114 р. 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...
  • №79
  • 6,58 МБ
  • добавлен
  • описание отредактировано
GitforGits, 2024. — 469 р. 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 experts 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...
  • №80
  • 992,00 КБ
  • добавлен
  • описание отредактировано
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...
  • №81
  • 5,79 МБ
  • добавлен
  • описание отредактировано
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...
  • №82
  • 8,14 МБ
  • добавлен
  • описание отредактировано
Kanto Tomoya, Kashiwagi Kaito, Kuroda Yuuma, Matsuda Sakura. — Independently published, 2024. — 237 р. — 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...
  • №83
  • 623,77 КБ
  • добавлен
  • описание отредактировано
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...
  • №84
  • 684,76 КБ
  • добавлен
  • описание отредактировано
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...
  • №85
  • 4,03 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2017. — 399 p. — ISBN: 978-1-78646-620-4. Go is a multi-paradigm programming language that has built-in facilities to create concurrent applications. Design patterns allow developers to efficiently address common problems faced during developing applications. Go Design Patterns will provide readers with a reference point to software design patterns and CSP...
  • №86
  • 917,13 КБ
  • добавлен
  • описание отредактировано
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...
  • №87
  • 5,54 МБ
  • добавлен
  • описание отредактировано
Apress Media, LLC., 2022. — 1078 p. — ISBN 978-1-4842-7355-5. Best-selling author Adam Freeman explains how to get the most from Go, starting from the basics and building up to the most advanced and sophisticated features. You will learn how Go builds on a simple and consistent type system to create a comprehensive and productive development experience that produces fast and...
  • №88
  • 9,26 МБ
  • добавлен
  • описание отредактировано
Apress Media LLC, 2022. — 277 p. — ISBN-13 978-1-4842-8858-0. 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...
  • №89
  • 1,73 МБ
  • добавлен
  • описание отредактировано
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...
  • №90
  • 774,43 КБ
  • добавлен
  • описание отредактировано
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...
  • №91
  • 192,37 КБ
  • добавлен
  • описание отредактировано
Leanpub, 2023. — 215 p. 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 a book for those wanting to learn the...
  • №92
  • 802,89 КБ
  • добавлен
  • описание отредактировано
GitforGits, 2023. — 295 р. "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....
  • №93
  • 2,05 МБ
  • добавлен
  • описание отредактировано
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...
  • №94
  • 2,73 МБ
  • добавлен
  • описание отредактировано
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...
  • №95
  • 5,88 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2017. — 1091 p. — ISBN: 978-1-78839-055-2. An insightful guide to learning the Go programming language The Go programming language has firmly established itself as a favorite for building complex and scalable system applications. Go offers a direct and practical approach to programming that lets programmers write correct and predictable code using concurrency...
  • №96
  • 4,91 МБ
  • добавлен
  • описание отредактировано
CRC Press, 2023. — 299 р. — 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...
  • №97
  • 580,33 КБ
  • добавлен
  • описание отредактировано
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...
  • №98
  • 5,82 МБ
  • добавлен
  • описание отредактировано
Brandberg Ltd., 2019-02-10 . — 494 p. — Version 1.2.11. 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...
  • №99
  • 4,43 МБ
  • добавлен
  • описание отредактировано
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...
  • №100
  • 9,04 МБ
  • добавлен
  • описание отредактировано
BPB Publications, 2025. — 436 р. — 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...
  • №101
  • 15,26 МБ
  • добавлен
  • описание отредактировано
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....
  • №102
  • 6,71 МБ
  • добавлен
  • описание отредактировано
Springer, 2021. — 419 p. — ISBN 9783658297817. Der Band bietet eine kompakte Einführung in die Nichtsequentielle Programmierung als gemeinsamen Kern von Vorlesungen über Betriebssysteme, Verteilte Systeme, Parallele Algorithmen, Echtzeitprogrammierung und Datenbanktransaktionen. Basiskonzepte zur Synchronisation und Kommunikation nebenläufiger Prozesse werden systematisch...
  • №103
  • 15,98 МБ
  • добавлен
  • описание отредактировано
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. Get...
  • №104
  • 4,76 МБ
  • добавлен
  • описание отредактировано
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...
  • №105
  • 1,05 МБ
  • добавлен
  • описание отредактировано
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...
  • №106
  • 3,33 МБ
  • добавлен
  • описание отредактировано
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,...
  • №107
  • 752,94 КБ
  • добавлен
  • описание отредактировано
2nd Edition. — O’Reilly Media, 2025. — 619 p. — ISBN 978-1-098-15642-8. 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...
  • №108
  • 4,82 МБ
  • добавлен
  • описание отредактировано
Independently published, 2021. — 549 p. — ASIN : B08WYNG6YP. Revision 1.0.2, 2021-05-05 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...
  • №109
  • 4,11 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2020. — 788 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...
  • №110
  • 8,70 МБ
  • добавлен
  • описание отредактировано
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...
  • №111
  • 1,99 МБ
  • добавлен
  • описание отредактировано
Brandberg Ltd, 2021-05-20. — 394 p. — Version 1.6.1. Пойдем! Научитесь создавать профессиональные веб-приложения с помощью Go 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...
  • №112
  • 5,45 МБ
  • добавлен
  • описание отредактировано
Apress Media, LLC, 2022. — 596 p. — ISBN-13 (electronic): 978-1-4842-7199-5. 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 uses that Java knowledge to direct the learning of Go. You will get a deep understanding of the Go...
  • №113
  • 7,19 МБ
  • добавлен
  • описание отредактировано
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,...
  • №114
  • 262,54 КБ
  • добавлен
  • описание отредактировано
Leanpub, 2021. — 166 p. — ISBN-13 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, and...
  • №115
  • 349,31 КБ
  • добавлен
  • описание отредактировано
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....
  • №116
  • 3,44 МБ
  • добавлен
  • описание отредактировано
Leanpu, Liu Tapir, 2022. – 71 p. – (v.1.19.c) Go Подробности и советы Want to understand 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...
  • №117
  • 229,85 КБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2018. — 340 p. Google's Golang will be the next talk of the town, with amazing features and a powerful library. This book will gear you up for using golang by taking you through recipes that will teach you how to leverage the standard library to implement a particular solution. This will enable Go developers to take advantage of using a rock-solid standard...
  • №118
  • 5,68 МБ
  • добавлен
  • описание отредактировано
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 Third edition of the bestselling guide to advanced Go programming, expanded to cover RESTful servers, the WebSocket protocol,...
  • №119
  • 5,30 МБ
  • добавлен
  • описание отредактировано
2nd Edition. — Manning Publications, 2023. — 178 p. — (MEAP v3). Master Go language fundamentals, learn how to structure Go projects effectively, and deliver high-performance code using Go’s powerful concurrency model. In Go in Action, Second Edition you will learn Go language fundamentals How to set up and structure a Go software project Working with the Go type system...
  • №120
  • 2,90 МБ
  • добавлен
  • описание отредактировано
Manning Publications, 2022. — 59 p. Master Go language fundamentals, learn how to structure Go projects effectively, and deliver high-performance code using Go’s powerful concurrency model. In Go in Action, Second Edition you will learn Go language fundamentals How to set up and structure a Go software project Working with the Go type system Concurrency in Go Go’s unique...
  • №121
  • 2,54 МБ
  • добавлен
  • описание отредактировано
Bitfield Consulting, 2025. — 257 р. 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 really works, with dozens of example programs in Go. About the book Have you ever wondered how passwords are stored securely? What makes a good...
  • №122
  • 6,20 МБ
  • добавлен
  • описание отредактировано
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...
  • №123
  • 2,97 МБ
  • добавлен
  • описание отредактировано
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...
  • №124
  • 2,72 МБ
  • добавлен
  • описание отредактировано
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...
  • №125
  • 1,07 МБ
  • добавлен
  • описание отредактировано
D'Anna D., Hayes A., Hennessy S., Leasor J., Sougrakpam G., Szabó D. — Birmingham: Packt Publishing, 2019. — 822 p. — ISBN 1838647945, 9781838647940. Cut through the noise and get real results with a step-by-step approach to learning Go programming! Key Features - Ideal for the Go beginner who is getting started for the first time. - A step-by-step Go tutorial with exercises...
  • №126
  • 15,15 МБ
  • добавлен
  • описание отредактировано
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 challenges...
  • №127
  • 28,04 МБ
  • добавлен
  • описание отредактировано
Leanpub, 2018. — 192 p. Learn how to write webapps without a framework in the Go programming language.
  • №128
  • 505,95 КБ
  • добавлен
  • описание отредактировано
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...
  • №129
  • 1,11 МБ
  • добавлен
  • описание отредактировано
Orange Education Pvt Ltd, AVA., 2024. — 257 р. — 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,...
  • №130
  • 2,37 МБ
  • добавлен
  • описание отредактировано
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...
  • №131
  • 2,85 МБ
  • добавлен
  • описание отредактировано
Delio D'Anna, Andrew Hayes, Sam Hennessy, Jeremy Leasor, Gobin Sougrakpam, Dániel Szabó. — Packt Publishing, 2020. — 923 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...
  • №132
  • 15,15 МБ
  • добавлен
  • описание отредактировано
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...
  • №133
  • 2,34 МБ
  • добавлен
  • описание отредактировано
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...
  • №134
  • 12,54 МБ
  • добавлен
  • описание отредактировано
Apress Media LLC, 2023. — 382 p. — ISBN-13: 978-1-4842-9666-0. Сходите с ума: Интересный подход к программированию на Golang, основанный на проектах 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...
  • №135
  • 23,03 МБ
  • добавлен
  • описание отредактировано
Packt Publishing, 2020. — 474 p. — ISBN: 978-1-78980-578-9. Proven methodologies and concurrency techniques that will help you write faster and better code with Go programming Go is an easy-to-write language that is popular among developers thanks to its features such as concurrency, portability, and ability to reduce complexity. This Golang book will teach you how to construct...
  • №136
  • 10,56 МБ
  • добавлен
  • описание отредактировано
2nd Edition. — Packt Publishing, 2019. — 384 p. — ISBN: 978-1-78961-989-8. Infuse an extra layer of intelligence into your Go applications with machine learning and AI This updated edition of the popular Machine Learning With Go shows you how to overcome the common challenges of integrating analysis and machine learning code within an existing engineering organization. Machine...
  • №137
  • 7,61 МБ
  • добавлен
  • описание отредактировано
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 fast 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 for...
  • №138
  • 1,22 МБ
  • добавлен
  • описание отредактировано
Bitfield Consulting, 2024. — 252 р. Go 1.23 edition 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!...
  • №139
  • 6,21 МБ
  • добавлен
  • описание отредактировано
Independently published,, 2021. — 72 р. — 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...
  • №140
  • 4,19 МБ
  • добавлен
  • описание отредактировано
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, through to session...
  • №141
  • 6,59 МБ
  • добавлен
  • описание отредактировано
Alex Edwards, 2021. — 385 p. — (Version 1.5.2) Пойдем! Научитесь создавать профессиональные веб-приложения с помощью 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....
  • №142
  • 5,22 МБ
  • добавлен
  • описание отредактировано
Springer, 2019. — 437 S. Synchronisation nebenläufiger Prozesse: Kommunikation – Kooperation – Konkurrenz. Dieses Buch führt nach einem kurzen Kapitel über grundlegende Aspekte der Softwaretechnik und deren Realisierung in Go in die Nichtsequentielle und Verteilte Programmierung mit Go ein. Es stellt grundlegende Konzepte zur Synchronisation und Kommunikation nebenläufiger...
  • №143
  • 19,23 МБ
  • добавлен
  • описание отредактировано
2nd Edition. — Packt Publishing, 2020. — 432 p. — ISBN: 978-1-83864-357-7. Design production-ready, testable, and maintainable RESTful web services for the modern web that scale easily Building RESTful web services can be tough as there are countless standards and ways to develop API. In modern architectures such as microservices, RESTful APIs are common in communication,...
  • №144
  • 6,16 МБ
  • добавлен
  • описание отредактировано
В этом разделе нет файлов.

Комментарии

В этом разделе нет комментариев.