Media Summary: Go routines can become the star or the bottleneck of your application. Learn how to select the best approach for reaching efficient ... We all know that go comes with great concurrency tools like go routines and channels. But is this really everything? This session ... Put the fun back in writing Go web applications using the Buffalo framework. A Ruby on Rails inspired, idiomatic, web framework ...
Golang Uk Conference 2017 Guido - Detailed Analysis & Overview
Go routines can become the star or the bottleneck of your application. Learn how to select the best approach for reaching efficient ... We all know that go comes with great concurrency tools like go routines and channels. But is this really everything? This session ... Put the fun back in writing Go web applications using the Buffalo framework. A Ruby on Rails inspired, idiomatic, web framework ... In this talk I'll share my unique experiences as a trainer and author bringing Go to enterprise companies. We'll talk about what ... Want to contribute to Go but don't know how? Neither did I when I hacked a solution for the Go Presenter Tool. Learn about my ... Whether for internal use, or destined for open-source stardom, writing good packages with clean and clear APIs will greatly ...
When you're new to Go, it's easy to build and deploy production systems quickly - and learn the hard way what 'production ready' ... Go 1.7 introduced package context to the standard library. Using context is a very powerful way to orchestrate go routine ... Learn how to define a RESTful API by writing a Swagger specification and using go-swagger to generate a go server skeleton and ... The speed of Go should make us reconsider well estabilshed paradigms. When developing APIs it is practically impossible not to ... Tired of Makefile hacks? Bazel offers fast, reproducible builds for software of any size. Why is it better than go build? Bazel makes ... Concurrent programming is difficult. This talk is about applying programming languages & concurrency research, specifically ...