Go Fundamentals: Gopher Guides (Paperback)
暫譯: Go 基礎知識:Gopher 指南 (平裝本)

Bates, Mark, Lanou, Cory

  • 出版商: Addison Wesley
  • 出版日期: 2022-12-13
  • 售價: $1,650
  • 貴賓價: 9.5$1,568
  • 語言: 英文
  • 頁數: 576
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 0137918305
  • ISBN-13: 9780137918300
  • 相關分類: Go 程式語言程式語言
  • 相關翻譯: Go語言編程指南 (簡中版)
  • 立即出貨 (庫存 < 3)

買這商品的人也買了...

商品描述

Start Writing Production-Ready Go Code Fast
Thousands of developers and teams want to start taking advantage of Go, the powerful language used in projects ranging from Kubernetes to Docker and Vault. Go Fundamentals is specifically designed to get you up-to-speed fast, to leverage your existing knowledge of other languages, and to help you avoid common mistakes made by Go newcomers.

Based on author Mark Bates's and Cory LaNou's pioneering Gopher Guides training curricula, this book will allow you to quickly understand and use Go syntax, core features, and idioms. Reflecting Go through version 1.18--which includes Go's exciting new support for generics--this book prepares you to write robust, reliable, well-performing production code right from the outset.
 

• Learn how Go manages packages, modules, and dependencies
• Apply Go basics, such as variable declaration, types, and control flow
• Work effectively with collection types, iteration, functions, structs, and pointers
• Understand Go Slices and use them properly
• Write Go, using principles such as embedding and composition
• Expertly use concurrency to improve code performance
• Create proper tests to quickly identify and fix problems
• Write simpler, better code with generics and interfaces
• Take advantage of channels, context, sync primatives, and other advanced features

Go is lightweight, simple, and perfect for modern cloud-native and microservices development, which is why Go developers are in such high demand. With this guide and six months' experience with any modern programming language, you'll have what you need to leap into Go programming.

 

From the Publisher

About the Examples

We spent considerable time designing the examples in this book and our training materials to be as clear and concise as possible. We also wanted to make sure that all of the code, output, and documentation were accurate.

To ensure that all of these things are true, we used a system designed give us this accuracy. Knowing that every code snippet is from a real file, every command is actually executed, every output is exact, and every piece of documentation is up to date means we can be confident in the materials we present.

商品描述(中文翻譯)

**快速開始撰寫生產就緒的 Go 代碼**

數以千計的開發者和團隊希望開始利用 Go 這個強大的語言,該語言被用於從 Kubernetes 到 Docker 和 Vault 的各種專案。Go Fundamentals 專門設計用來讓你快速上手,利用你對其他語言的現有知識,並幫助你避免 Go 新手常犯的錯誤。

本書基於作者 Mark Bates 和 Cory LaNou 的開創性 Gopher Guides 訓練課程,將使你能夠快速理解和使用 Go 語法、核心特性和慣用法。這本書反映了 Go 1.18 版本的特性,包括 Go 對泛型的令人興奮的新支持,讓你從一開始就能撰寫穩健、可靠且性能良好的生產代碼。

- 學習 Go 如何管理套件、模組和依賴
- 應用 Go 基礎知識,如變數宣告、類型和控制流程
- 有效地使用集合類型、迭代、函數、結構和指標
- 理解 Go 切片並正確使用它們
- 使用嵌入和組合等原則撰寫 Go 代碼
- 精通使用並發來提高代碼性能
- 創建適當的測試以快速識別和修復問題
- 使用泛型和介面撰寫更簡單、更好的代碼
- 利用通道、上下文、同步原語和其他高級特性

Go 輕量、簡單,非常適合現代雲原生和微服務開發,這就是為什麼 Go 開發者需求如此之高的原因。憑藉本指南和六個月的任何現代編程語言經驗,你將擁有進入 Go 編程所需的一切。

**來自出版社**

關於範例

我們花了相當多的時間設計本書和我們的訓練材料中的範例,以使其盡可能清晰和簡潔。我們還希望確保所有的代碼、輸出和文檔都是準確的。

為了確保這些事情的真實性,我們使用了一個系統來提供這種準確性。知道每個代碼片段來自真實文件、每個命令實際執行、每個輸出都是精確的,以及每份文檔都是最新的,這意味著我們可以對我們所呈現的材料充滿信心。

作者簡介

Mark Bates is co-founder and instructor at Gopher Guides, the industry leader for Go training, consulting, and conference workshops. Since 2000, he has worked with some of the world's largest, most innovative companies, including Apple, Uber, and Visa. Mark discovered Go in 2013 and has attended GopherCon and hosted their lightning talks. He has spoken at conferences around the world and is a regular on the Go Time podcast.

Cory LaNou, Gopher Guides cofounder and instructor, is a full stack technologist who has specialized in start-ups for the last 20 years. Cory has deep ties to the Go community, having started one of the very first Go meetups in the world, Denver Gophers. Using his real world experience from working on projects such as InfluxDB, a highly scalable database written in Go, he has published numerous practical Go training courses and articles.

作者簡介(中文翻譯)

Mark Bates 是 Gopher Guides 的共同創辦人及講師,該公司是 Go 語言訓練、諮詢及會議工作坊的行業領導者。自 2000 年以來,他與一些全球最大的創新公司合作過,包括 Apple、Uber 和 Visa。Mark 在 2013 年發現了 Go 語言,並參加了 GopherCon,還主持了他們的閃電演講。他在全球各地的會議上發表演講,並且是 Go Time 播客的常客。

Cory LaNou,Gopher Guides 的共同創辦人及講師,是一位全端技術專家,過去 20 年專注於初創公司。Cory 與 Go 社群有著深厚的聯繫,他創辦了全球最早的 Go 聚會之一,Denver Gophers。利用他在 InfluxDB 等專案中的實際經驗,這是一個用 Go 語言編寫的高可擴展性資料庫,他發表了許多實用的 Go 語言訓練課程和文章。