Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Mastering Go

    Posted By: viserion
    Mastering Go

    Mihalis Tsoukalos, "Mastering Go: Create Golang Production Applications using network libraries, concurrency, and advanced Go data structures"
    ISBN: 1788626540 | 2018 | PDF | 606 pages | 8 MB

    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
    Key Features

    Not your typical introduction to the Golang programming language
    Exploring Golang cradle to grave, completes the developer s Golang education
    A thorough exploration into the core libraries and Golang features, that usually are taken for granted
    In depth explanation, detailing the rationale behind composite data types, Golang concurrency, and the Golang networking library

    Book Description

    The Go programming language, often referred to as Golang (albeit wrongly), is really making strides, with some masterclass developments, architected by the greatest programming minds. Tobias Lutke, CEO of Shopify, recently quoted as saying Go will be the server language of the future , powerful words, with much ambition. Go programmers are in high demand, but more controversially, Go takes the stage, where C and Unix programmers previously led the way.

    The growth of the Go language has seen it become the means by which systems, networking, web, and cloud applications are implemented. Comfortable with syntax, you ll benefit by mastering the use of the libraries and utilise its features, speed, and efficiency, for which the Go ecology is justly famous.

    You already know a little Go syntax and you ve written some small projects, most Go programmers face the difficulty of having to integrate their Golang skills with production code. Typical introductions to Go programming, often stop short of this transition, the author continue on, showing you just how to tackle this.

    Offering a compendium of Go, the book begins with an account of how Go has been implemented, also, the reader will benefit from a dedicated chapter, an in-depth account of concurrency, systems and network programming, imperative for modern-day native cloud development.
    What you will learn

    Understand the design choices of Golang syntax
    Know enough Go internals to be able to optimize Golang code
    Appreciate concurrency models available in Golang
    Understand the interplay of systems and networking code
    Write server-level code that plays well in all environments
    Understand the context and appropriate use of Go data types and data structures

    Who This Book Is For

    This book is for Golang programmers. You should have previously read an introductory book on Go, or to have worked through the Tour of Go or an equivalent online course. This book will definitely help to remember the basic concepts of concurrency, but network programming will be explained. A certain amount of previous coding and production experience would be helpful.
    Table of Contents

    Go and the Operating System
    Understanding Go Internals
    Working with Basic Go Data Types
    The Uses of Composite Types
    Enhancing Go Code with Data Structures
    What You Might Not Know About Go Packages
    Reflection and Interfaces for All Seasons
    Telling a Unix System What to Do
    Go Concurrency Goroutines, Channels, and Pipelines
    Go Concurrency Advanced Topics
    Code Testing, Optimization, and Profiling
    The Foundations of Network Programming in Go
    Network Programming Building Servers and Clients