Book Image

Go Projects [Video]

By : Ben Tranter, Rostislav Dzinko
Book Image

Go Projects [Video]

By: Ben Tranter, Rostislav Dzinko

Overview of this book

<p>This video course introduces you to a range of programming projects with the Go language, demonstrating how to put the language to use for a variety of real-world applications and services. These projects range from command-line tools to distributed messaging services, web services, and web applications with Go running on the server side.</p> <p>We first discuss then model the projects based on popular usages (for example how Docker and Soundcloud use the language). The driving force here is what Go is powerful for— creating fast, real-time applications and services that leverage the use of concurrency.</p> <p>We’ll demonstrate how versatile the language can be and how it can be put to use in a range of real-world programming domains, whether that’s for DevOps tools, cloud-based services, or RESTful web services. Interwoven with the projects, there are demonstrations of best practices and design patterns, and techniques you can carry over to your own projects.</p> <p>The projects also demonstrate the key features of Go in action, such as concurrency, and will start to explore the rich ecosystem of open source libraries and frameworks that are being continually developed for the language.</p> <p>By the end of this course, you will have everything you need to go out into the wild with Go to build projects of your own.</p> <h1>Style and approach</h1> <p>This video course delivers guidance to start contributing to the open source community and begin developing projects step-by-step. All of the projects covered demonstrate a vast number of versatile use cases Go is capable of accomplishing, along with the open source libraries and frameworks that have appeared recently.</p>
Table of Contents (9 chapters)
Free Chapter
1
Introducing the Go Programming Language
6
Exposing Data through a REST API
8
Deploying Your Application (Automatically!)
9
Running an Application in Production – Advanced Debugging and Testing
Chapter 9
Running an Application in Production – Advanced Debugging and Testing
Content Locked
Section 3
Performance
Understand the pprof tool and the information it provides. - See how to use the pprof package with the net/http package - Know the information pprof provides - Learn what to do with that information