The Go Workshop : Learn to write clean, efficient code and build high-performance applications with Go

個数:

The Go Workshop : Learn to write clean, efficient code and build high-performance applications with Go

  • オンデマンド(OD/POD)版です。キャンセルは承れません。

  • 提携先の海外書籍取次会社に在庫がございます。通常約2週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合は、ご注文数量が揃ってからまとめて発送いたします。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 824 p.
  • 言語 ENG
  • 商品コード 9781838647940
  • DDC分類 005.133

Full Description

The Go Workshop will take the pain out of learning the Go programming language (also known as Golang). It is designed to teach you to be productive in building real-world software. Presented in an engaging, hands-on way, this book focuses on the features of Go that are used by professionals in their everyday work.

Each concept is broken down, clearly explained, and followed up with activities to test your knowledge and build your practical skills.

Your first steps will involve mastering Go syntax, working with variables and operators, and using core and complex types to hold data. Moving ahead, you will build your understanding of programming logic and implement Go algorithms to construct useful functions.

As you progress, you'll discover how to handle errors, debug code to troubleshoot your applications, and implement polymorphism using interfaces. The later chapters will then teach you how to manage files, connect to a database, work with HTTP servers and REST APIs, and make use of concurrent programming.

Throughout this Workshop, you'll work on a series of mini projects, including a shopping cart, a loan calculator, a working hours tracker, a web page counter, a code checker, and a user authentication system.

By the end of this book, you'll have the knowledge and confidence to tackle your own ambitious projects with Go.Key Features

Build a comprehensive foundation in Go and focus on developing real-world applications
Explore the Go Standard Library and learn how to structure your code
Learn how to efficiently interact with files, databases and REST APIs

What you will learnUnderstand Go syntax and use it to handle data and write functions
Debug your Go code to troubleshoot development problems
Safely handle errors and recover from panics
Implement polymorphism by using interfaces
Work with files and connect to external databases
Create a HTTP client and server and work with a RESTful web API
Use concurrency to design software that can multitask
Use Go Tools to simplify development and improve your code

Who this book is forThe Go Workshop is designed for anyone who is new to Go. Whether you're beginning your journey as an aspiring developer, or are experienced with another programming language and want to branch out to something new, this book will get you on the right track. No prior programming experience is necessary.

Contents

Table of Contents

Variables and Operators
Logic and Loops
Core Types
Complex Types
Functions
Errors
Interfaces
Packages
Basic Debugging
About Time
Encoding and Decoding (JSON)
Files and Systems
SQL and Databases
HTTP Clients
HTTP Servers
Concurrent Work
Tools
Security
Special Features