Media Summary: Many people use serialization formats for their service communication without knowing how things work underneath. grpc has become the best-in-class toolkit for inter-service communication. We'll take a crash course by iteratively evolving the Go ... I will describe the efforts over the past two years to
Gophercon 2017 Creating A Custom - Detailed Analysis & Overview
Many people use serialization formats for their service communication without knowing how things work underneath. grpc has become the best-in-class toolkit for inter-service communication. We'll take a crash course by iteratively evolving the Go ... I will describe the efforts over the past two years to Speaker: Aditya Mukerjee Learn how to design your own interfaces in Go that are simple yet powerful – just like io.Reader and ... We talk about "Idiomatic Go" a lot, but TBH it's hard to define exactly what idiomatic Go actually is, but we know it when we see it. Speaker: Lakshan Perera Writing and managing cross-platform CLI applications are hard. Thanks to varying configurations and ...
Adopting a plugin-based architecture offers greater flexibility, but has traditionally had several tradeoffs: naming, communication, ... In this talk we will explore lessons learned the hard way from over-engineering the core of Kubernetes kops. We discuss the ... Dropbox offers a well documented API with SDKs in 7 different languages including Python and Java, but not Go (which is used ... Viewed as a set of design patterns, we can apply functional programming concepts to Go code to get simpler, more modular code. Speaker: Robert Griesemer From inception, Go has been designed to scale from the small to the very large; Go packages together ...