Hands-On Software Engineering with Golang
- Authors
- Achilleas Anagnostopoulos
- Publisher
- Packt Publishing
- Tags
- com051230 - computers , software development and engineering , general , com051010 - computers , programming languages , general , com051240 - computers , software development and engineering , systems analysis and design
- Date
- 2020-01-24T05:32:02+00:00
- Size
- 8.74 MB
- Lang
- en
Explore software engineering methodologies, techniques, and best practices in Go programming to build easy-to-maintain software that can effortlessly scale on demandKey FeaturesApply best practices to produce lean, testable, and maintainable Go code to avoid accumulating technical debtExplore Go's built-in support for concurrency and message passing to build high-performance applicationsScale your Go programs across machines and manage their life cycle using KubernetesBook DescriptionOver the last few years, Go has become one of the favorite languages for building scalable and distributed systems. Its opinionated design and built-in concurrency features make it easy for engineers to author code that efficiently utilizes all available CPU cores.This Golang book distills industry best practices for writing lean Go code that is easy to test and maintain, and helps you to explore its practical implementation by creating a multi-tier...