Only 12 tickets left for @goinggodotnet's 3-day Ultimate #golang training in Utrecht at the start of June
https://www.eventbrite.com/e/ultimate-go-netherlands-june-2017-tickets-32131027769
https://www.eventbrite.com/e/ultimate-go-netherlands-june-2017-tickets-32131027769
Eventbrite
Ultimate Go : (Netherlands - June 2017)
Ultimate Go is a 3 day class for any intermediate-level developer who has some experience with other programming languages and wants to learn Go. This class provides an intensive, comprehensive and idiomatic view of the language. We focus on both the specification…
We just passed 3,100 stars on @github thank you everyone! http://buff.ly/2rhl5ZE #golang #iot #robots #drones
GitHub
hybridgroup/gobot
gobot - Golang framework for robotics, drones, and the Internet of Things (IoT)
Great post from @dgraphlabs explaining how they designed Badger, the fastest key-value store written in Go
#golang
https://open.dgraph.io/post/badger/
#golang
https://open.dgraph.io/post/badger/
dgraph.io
Introducing Badger: A fast key-value store written purely in Go
We have built an efficient and persistent log structured merge (LSM) tree based key-value store, purely in Go language. It is based upon WiscKey paper included in USENIX FAST 2016.
Introducing Badger: A fast key-value store written natively in #golang by @dgraphlabs :
https://open.dgraph.io/post/badger/
https://open.dgraph.io/post/badger/
dgraph.io
Introducing Badger: A fast key-value store written purely in Go
We have built an efficient and persistent log structured merge (LSM) tree based key-value store, purely in Go language. It is based upon WiscKey paper included in USENIX FAST 2016.
Badger - a key value store #golang https://open.dgraph.io/post/badger
dgraph.io
Introducing Badger: A fast key-value store written purely in Go
We have built an efficient and persistent log structured merge (LSM) tree based key-value store, purely in Go language. It is based upon WiscKey paper included in USENIX FAST 2016.
Using context values in Go doesn't have to mean sacrificing data expectations. https://www.calhoun.io/pitfalls-of-context-values-and-how-to-avoid-or-mitigate-them/ #golang
Calhoun.io
Pitfalls of context values and how to avoid or mitigate them in Go - Calhoun.io
Storing data in a context.Context, or as I refer to it - using context values, is one of the most contentious design patterns in Go. Storing values in a context appears to be fine with everyone, but what specifically should be stored as a context value receives…
Benchmarking and optimising algorithms in #Golang for #MachineLearning http://buff.ly/2pV1iyA by @jamesebowman https://pbs.twimg.com/media/C_1mtmVWAAA6EJy.jpg
James Bowman
Optimising algorithms in Go for machine learning
Benchmarking and optimising algorithms in Golang for machine learning and large data sets
3 Principles of Error Handling that I recommend for #golang (and others in general) https://gist.github.com/codemartial/0899c3c70845c2f7c7fd6558d8a21eb8
Gist
3 Principles of Error Handling
Rob is going to take the stage to talk about #Upspin shortly. Catch it on this live stream! #golang https://twitter.com/golang/status/864233804776394752
Twitter
Go
Tune in tonight and watch live #GopherFest at 6:45PM PST https://t.co/9gU99MFNZq Talks by @rob_pike, @francesc, Matt Ho, and @wallyqs
Compiler errors in #golang 1.9 will include the byte number where the error occurred! Great news for editor tool de… https://twitter.com/i/web/status/864304791081451520
Twitter
Peggy Li
Compiler errors in #golang 1.9 will include the byte number where the error occurred! Great news for editor tool development. #gopherfest
How we rewrote our web analytics tracking infrastructure in Go https://engineering.skroutz.gr/blog/rewriting-web-analytics-tracking-in-go/ #golang #microservices #kafka via @agisanast
Skroutz Engineering
Rewriting our web analytics tracking infrastructure in Go
A tale of web beacons, Rails and Go
“Self updating tools”
Interesting loop from building to running to self-updating binaries - @jhchabran
https://eng.heetch.com/self-updating-tools-in-go-lang-9c07291d6285 #golang
Interesting loop from building to running to self-updating binaries - @jhchabran
https://eng.heetch.com/self-updating-tools-in-go-lang-9c07291d6285 #golang
Heetch Engineering
Self updating tools in Go lang
In a previous post, we’ve discussed about the benefits of writing internal tools and scripts in Go , but what about handling updates? Why…