Go in Action

Go in Action
ISBN-10
163835202X
ISBN-13
9781638352020
Category
Computers
Pages
264
Language
English
Published
2015-11-04
Publisher
Simon and Schuster
Authors
William Kennedy, Erik St. Martin, Brian Ketelsen

Description

Summary Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru. The book begins by introducing the unique features and concepts of Go. Then, you'll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Application development can be tricky enough even when you aren't dealing with complex systems programming problems like web-scale concurrency and real-time performance. While it's possible to solve these common issues with additional tools and frameworks, Go handles them right out of the box, making for a more natural and productive coding experience. Developed at Google, Go powers nimble startups as well as big enterprises—companies that rely on high-performing services in their infrastructure. About the Book Go in Action is for any intermediate-level developer who has experience with other programming languages and wants a jump-start in learning Go or a more thorough understanding of the language and its internals. This book provides an intensive, comprehensive, and idiomatic view of Go. It focuses on the specification and implementation of the language, including topics like language syntax, Go's type system, concurrency, channels, and testing. What's Inside Language specification and implementation Go's type system Internals of Go's data structures Testing and benchmarking About the Reader This book assumes you're a working developer proficient with another language like Java, Ruby, Python, C#, or C++. About the Authors William Kennedy is a seasoned software developer and author of the blog GoingGo.Net. Brian Ketelsen and Erik St. Martin are the organizers of GopherCon and coauthors of the Go-based Skynet framework. Table of Contents Introducing Go Go quick-start Packaging and tooling Arrays, slices, and maps Go's type system Concurrency Concurrency patterns Standard library Testing and benchmarking

Other editions

  • Go in Action
    • 2015-07-31
    • 300 pages
    • Paperback
    • Manning Publications

Similar books

  • Go in Practice
    By Matt Butcher, Matt Farina

    About the Book Go in Practice guides you through dozens of real-world techniques in key areas.

  • Go Web Programming
    By Sau Sheong Chang

    It's perfect for writing microservices or building scalable, maintainable systems. About the Book Go Web Programming teaches you how to build web applications in Go using modern design principles.

  • Programming in Go: Creating Applications for the 21st Century
    By Mark Summerfield

    A valuable programming reference provides a complete introduction to the Go programming language, covering all of Go's clean and easy to understand syntax and its built-in arrays, maps, slices and Unicode strings. Original.

  • Get Programming with Go
    By Roger Peppe, Nathan Youngman

    About the Reader This book is for anyone familiar with computer programming, as well as anyone with the desire to learn. About the Author Nathan Youngman organizes the Edmonton Go meetup and is a mentor with Canada Learning Code.

  • Concurrency in Go: Tools and Techniques for Developers
    By Katherine Cox-Buday

    If you’re a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems. Author Katherine Cox-Buday takes you step-by-step through the process.

  • The Go Programming Language
    By Brian W. Kernighan, Alan A. A. Donovan

    The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible whether you’re most comfortable with JavaScript, Ruby, Python, Java, or C++.

  • Go Programming Language For Dummies
    By Wei-Meng Lee

    This book will put you on the path to using the language that’s created some of today’s leading web applications, so you can steer your career where you want to Go! Learn how Go works and start writing programs and modules Install and ...

  • Head First Go
    By Jay McGavren

    What will you learn from this book?

  • Elixir in Action
    By Sasa Juric

    About the Book Elixir in Action, Second Edition teaches you how to build production-quality distributed applications using the Elixir programming language.

  • C++ Concurrency in Action
    By Anthony Williams

    "This book should be on every C++ programmer’s desk.