Added sanic(python) and improved Elixir https://github.com/tbrand/which_is_the_fastest #ruby #crystallang #golang #rustlang #nodejs… https://twitter.com/i/web/status/863739899274346500
GitHub
the-benchmarker/web-frameworks
Which is the fastest web framework? Contribute to the-benchmarker/web-frameworks development by creating an account on GitHub.
Industry heavyweight vs. scrappy newcomer: #Golang & #Java go nose to nose for dev love, by @peterwayner http://bit.ly/2q5JJyi
InfoWorld
Java vs. Google's Go: An epic battle for developer mind share
The upstart Go is giving stalwart Java a run for its money on greenfield server-side web apps
A sitemap generator written in Go #golang https://github.com/vedhavyas/sitemap-generator
GitHub
vedhavyas/sitemap-generator
sitemap-generator - Sitemap generator written in Go
Check out how to deploy a #Golang with #Couchbase #NoSQL web app, both as #docker containers: http://gag.gl/16ym7c
The Couchbase Blog
Deploy a Golang Web Application and Couchbase as Docker Containers
Learn how to containerize and deploy your Golang web applications and Couchbase Server NoSQL database nodes as Docker containers.
Did you see the big update to #ComposeTransporter, making moving data even easier. http://buff.ly/2qBDRhr #golang https://pbs.twimg.com/media/C_v1hUAXcAAdblW.jpg
Compose Articles
Transporter 0.3.0 Released - Transporter Streamlined
TL;DR: Transporter 0.3.0 is out and it has a whole new way of working which will streamline its use on the mission to make moving data a joy, not a chore. Transporter 0.3.0 has been tagged and released. This is the most tangible overhaul to
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