Media Summary: We all know that go comes with great concurrency tools like go routines and channels. But is this really everything? This session ... When you're new to Go, it's easy to build and deploy production systems quickly - and learn the hard way what 'production ready' ... Embedding. It sure is weird, isn't it? it's unlike traditional inheritance, and it can be uncomfortable at first. But it does have a lot of ...
Golang Uk Conference 2017 Arne - Detailed Analysis & Overview
We all know that go comes with great concurrency tools like go routines and channels. But is this really everything? This session ... When you're new to Go, it's easy to build and deploy production systems quickly - and learn the hard way what 'production ready' ... Embedding. It sure is weird, isn't it? it's unlike traditional inheritance, and it can be uncomfortable at first. But it does have a lot of ... The speed of Go should make us reconsider well estabilshed paradigms. When developing APIs it is practically impossible not to ... Put the fun back in writing Go web applications using the Buffalo framework. A Ruby on Rails inspired, idiomatic, web framework ... When we talk about a 'fast' service we often don't mean one that can process 500MB/s per core, but one that can respond in less ...
In this talk I'll share my unique experiences as a trainer and author bringing Go to enterprise companies. We'll talk about what ... Using only the Go language, you can do some pretty powerful things. In my five years experience, I have picked up a selection of ... Learn how to define a RESTful API by writing a Swagger specification and using go-swagger to generate a go server skeleton and ... 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 ... Concurrent programming is difficult. This talk is about applying programming languages & concurrency research, specifically ... Go 1.7 introduced package context to the standard library. Using context is a very powerful way to orchestrate go routine ...