<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
- 2017
- Tongue
- English
- Leaves
- 385
- Edition
- 2nd Edition
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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 dramatically lower pause times by running in parallel with other goroutines when possible. This book will show you how to leverage all the latest features and much more. This book shows you how to build powerful systems and drops you into real-world situations. Scale, performance, and high availability lie at the heart of our projects, and the lessons learned throughout this book will arm you with everything you need to build world-class solutions. Each project could form the basis of a start-up, which means they are directly applicable to modern software markets. What you will learn Build quirky and fun projects from scratch while exploring patterns, practices, and techniques, as well as a range of different technologies Create websites and data services capable of massive scale using Gos net/h ttp package, exploring RESTful patterns as well as low-latency WebSocket APIs Interact with a variety of remote web services to consume capabilities ranging from authentication and authorization to a fully functioning thesaurus Develop high-quality command-line tools that utilize the powerful shell capabilities and perform well using Gos in-built concurrency mechanisms Build microservices for larger organizations using the Go Kit library Implement a modern document database as well as high-throughput messaging queue technology to put together an architecture that is truly ready to scale Write concurrent programs and gracefully manage the execution of them and communication by smartly using channels Get a feel for app deployment using Docker and Google App Engine
π 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
<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
<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