Список категорий

  Go


Golang for Jobseekers
Golang for Jobseekers. Hairizuan Bin Noorazman (2023)

 Golang holds significance because of its emphasis on simplicity, readability, impressive performance, and built-in support for concurrency. If you want to elevate your Golang programming skills and become a more proficient developer, then this book is for you.

english


100 ошибок Go и как их избежать
100 ошибок Go и как их избежать. Тейва Харшани (2024)

 Лучший способ улучшить код – понять и исправить ошибки, сделанные при его написании. В этой уникальной книге проанализированы 100 типичных ошибок и неэффективных приемов в Go-приложениях.

 Вы научитесь писать идиоматичный и выразительный код на Go, разберете десятки интересных примеров …

русский


Efficient Go
Efficient Go. Bartłomiej Płotka (2023)

 With technological advancements, fast markets, and higher complexity of systems, software engineers tend to skip the uncomfortable topic of software efficiency. However, tactical, observability-driven performance optimizations are vital for every product to save money and ensure business success.

 With this …

english


Microservices with Go
Microservices with Go. Alexander Shuiskov (2022)

 This book covers the key benefits and common issues of microservices, helping you understand the problems microservice architecture helps to solve, the issues it usually introduces, and the ways to tackle them. You’ll start by learning about the importance of …

english


Go Systems Programming
Go Systems Programming. Mihalis Tsoukalos (2017)

 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 …

english


Golang для профи. 3 изд
Golang для профи. 3 изд. Михалис Цукалос (2024)

 Вам уже знакомы основы языка Go? В таком случае эта книга для вас. Михалис Цукалос продемонстрирует возможности языка, даст понятные и простые объяснения, приведет примеры и предложит эффективные паттерны программирования.

 Изучая нюансы Go, вы освоите типы и структуры данных языка, …

русский


Go Programming Cookbook. 2 Ed
Go Programming Cookbook. 2 Ed. Aaron Torres (2019)

 Go (or Golang) is a statically typed programming language developed at Google. Known for its vast standard library, it also provides features such as garbage collection, type safety, dynamic-typing capabilities, and additional built-in types. This book will serve as a …

english


Writing A Compiler In Go
Writing A Compiler In Go. Thorsten Ball (2019)

 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 …

english


Writing an Interpreter in Go
Writing an Interpreter in Go. Thorsten Ball (2017)

 In this book we will create a programming language together. We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey programming language.

 Step by step. From tokens to output. All code shown …

english


Software Development with Go
Software Development with Go. Nanik Tolaram (2023)

 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 …

english


100 Go Mistakes and How to Avoid Them
100 Go Mistakes and How to Avoid Them. Teiva Harsanyi (2022)

 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 …

english


Functional Programming in Go
Functional Programming in Go. Dylan Meeus (2023)

 While Go is a multi-paradigm language that gives you the option to choose whichever paradigm works best for the particular problem you aim to solve, it supports features that enable you to apply functional principles in your code. In this …

english