Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Sun, 01 Apr 2018 12:18:00 +0000 Video: Bryan Boreham - An Actor Model in Go #golangconfuk Published on 14 Sep 2016<br>The actor model makes it easier to reason about the behaviour of concurrent systems. Languages such as Erlang and Scala provide actor support as standard, but it can be added to your Go programs with just a little care. 11 points posted by gopher https://www.youtube.com/watch?v=yCbon_9yGVs 2214 Tue, 16 May 2017 11:06:00 +0000 Video: Managing and Scaling Real Time Data Pipelines using Go #golangconfuk Go's concurrency model lends itself nicely to building real-time data pipelines, but how does this work out at scale? At Riot, we handle millions of player events, metrics and logs daily through a series of Go-based microservices -- this tutorial will help attendees get comfortable with Go concurrency in practice, and walk through some of the best practices for architecting and operating real-time distributed systems with Go at their heart, including lessons learned along the way. By Jennie Lees. 6 points posted by kenny https://www.youtube.com/watch?v=2s5l9ErNL3s 1844 Wed, 01 Mar 2017 21:56:00 +0000