Go Fundamentals (Addison-Wesley)
Monday, 03 July 2023

This book is designed to help developers get up-to-speed in Go fast, to make use of existing knowledge of other languages, and to help developers avoid common mistakes made by Go newcomers. Based on author Mark Bates's and Cory LaNou's Gopher Guides training curricula, this book will allow readers to quickly understand and use Go syntax, core features, and idioms.

<ASIN:0137918305 >

Reflecting Go through version 1.18, and including Go's new support for generics, this book prepares you to write robust, reliable, well-performing production code right from the outset.
 

Author: Mark Bates and Cory LaNou
Publisher: Addison-Wesley
Date: December 2022
Pages: 576
ISBN: 978-0137918300
Print: 0137918305
Kindle: B0B66PL585
Audience: Developers interested in learning Go
Level: Intermediate
Category: Other Languages

Topics covered:

  • 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 idiomatic 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

For recommendations of Go books see Top Titles For Go Programmers in our Programmer's Bookshelf section.

 

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner


Programming with Rust

Author:  Donis Marshall
Publisher: Addison-Wesley
Pages: 400
ISBN: 978-0137889655
Print: 0137889658
Kindle: B0CLL1TGVT
Audience: Programmers wanting to learn Rust
Rating: 3
Reviewer: Mike James
Rust is the language we all want to learn at the moment so this is just in time.



SQL Server 2022 Revealed

Author: Bob Ward
Publisher: Apress
Pages: 506
ISBN: 978-1484288931
Print:1484288939
Kindle: B0BLB4VJL9
Audience: DBAs & SQL devs
Rating: 5
Reviewer: Ian Stirk

This book aims to explain the new features in SQL Server 2022, how does it fare?


More Reviews