University of OXford & University of camBRiDGE
...is a collective term for characteristics that the two institutions share.
Go in Action Video Edition
Published by: Manning Publications 2018
Publication Date: Nov 2018
Estimated time to complete: 5h 48m
Topics: Go
Scale: 41x50mb
Lecture Date: 10/2018
Lecture Link: https://goo.gl/7nHgUa
| Go in Action introduces the Go language, guiding you from
| inquisitive developer to Go guru. It begins by introducing the
| unique features and concepts of Go. Then, you'll get hands-on
| experience writing real-world applications including websites and
| network servers, as well as techniques to manipulate and convert
| data at speeds that will make your friends jealous.
| Go in Action is for any intermediate-level developer who has
| experience with other programming languages and wants a jump-start
| in learning Go or a more thorough understanding of the language
| and its internals. This book/course provides an intensive,
| comprehensive, and idiomatic view of Go. It focuses on the
| specification and implementation of the language, including topics
| like language syntax, Go's type system, concurrency, channels, and
| testing.
| Application development can be tricky enough even when you aren't
| dealing with complex systems programming problems like web-scale
| concurrency and real-time performance. While it's possible to
| solve these common issues with additional tools and frameworks, Go
| handles them right out of the box, making for a more natural and
| productive coding experience. Developed at Google, Go powers
| nimble startups as well as big enterprises that rely on high-
| performing services in their infrastructure.
| Inside:
| Language specification and implementation
| Go's type system
| Internals of Go's data structures
| Testing and benchmarking