<div id="iframeContent"> <p><strong>Build real-world, production-ready solutions in Go using cutting-edge technology and techniques</strong></p> <h2>About This Book</h2> <ul> <li>Get up to date with Go and write code capable of delivering massive world-class scale performance and availability</li> <
Go Programming Blueprints
β Scribed by Mat Ryer
- Publisher
- Packt Publishing
- Year
- 2015
- Tongue
- English
- Leaves
- 251
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Build real-world, production-ready solutions in Go using cutting-edge technology and techniques
About This Book
- Learn to apply the nuances of the Go language, and get to know the open source community that surrounds it to implement a wide range of start-up quality projects
- Write interesting, and clever but simple code, and learn skills and techniques that are directly transferrable to your own projects
- Discover how to write code capable of delivering massive world-class scale performance and availability
Who This Book Is For
Intended for seasoned Go programmers who want to put their expertise in Go to use to solve big, real-world, modern problems. With a basic understanding of channels and goroutines, you will hone your skills to build tools and programs that are quick and simple. You need not be an expert in distributed systems or technologies in order to deliver solutions capable of great scale. It is assumed that you are familiar with the basic concepts of Go.
In Detail
Dive headfirst into solving actual enterprise problems and start cutting code from the word go. You will build complete applications around a variety of subjects using a range of different technologies and techniques, all of which are directly applicable to today's tech start-up world.
Scale, performance, and high availability lie at the heart of the projects, and the lessons learned throughout this book will arm you with everything you need to build world-class solutions. Well-designed applications and sensible architectures can scale horizontally to cope with the demands of up to millions of users, while avoiding the prohibitive up-front investment that can bring a project to its knees.
π SIMILAR VOLUMES
Cover; Credits; About the Author; Acknowledgments; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Chat Application with Web Sockets; A simple web server; Separating views from logic using templates; Doing things once; Using your own handlers; Properly building and execu
Cover; Credits; About the Author; Acknowledgments; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Chat Application with Web Sockets; A simple web server; Separating views from logic using templates; Doing things once; Using your own handlers; Properly building and execu
<p><b>Build real-world, production-ready solutions in Go using cutting-edge technology and techniques</b></p> <h2>About This Book</h2><ul><li>Learn to apply the nuances of the Go language, and get to know the open source community that surrounds it to implement a wide range of start-up quality proje
Go is the language of the Internet age, and the latest version of Go comes with major architectural changes. Implementation of the language, runtime, and libraries has changed significantly. The compiler and runtime are now written entirely in Go. The garbage collector is now concurrent and provides
<p>Get an in-depth introduction to the Go programming language and its associated standard runtime libraries.Β This book is targeted towards programmers that already know the Java programming languageΒ and uses that Java knowledge to direct the learning of Go.Β You will get a deep understanding of the