March 2020
Intermediate to advanced
406 pages
8h 39m
English
After you've written, debugged, profiled, and monitored your Go code, you need to monitor your application in the long term for performance regressions. Adding new features to your code is useless if you can't continue to deliver a level of performance that other systems in your infrastructure depend on.
In this chapter, we will learn about the following topics:
Understanding these concepts should help drive you to write performant code over the longer term. When working on larger-scale projects, work often doesn't scale well. Having ...
Read now
Unlock full access