We work with a #cloud-native technology stack comprised of #Kubernetes, #Docker, #AWS and #Golang, and we want YOU! https://tech.zalando.com/jobs/690486-senior-backend-engineer-kubernetes-aws/
Zalando Tech
Senior Backend Engineer (Kubernetes/AWS) β Zalando Tech Jobs
Come work as a Senior Backend Engineer (Kubernetes/AWS) at Zalando Tech in Berlin
Our Top 10 #WebDev and #WebDesign is out with some #flexbox, #python, #nextjs, #golang, #git π πβ¦ https://twitter.com/i/web/status/876741477900181505
Twitter
Coconut
Our Top 10 #WebDev and #WebDesign is out with some #flexbox, #python, #nextjs, #golang, #git π π https://t.co/tQLW76o4R0
Great article from @peterbourgon http://peter.bourgon.org/blog/2017/06/09/theory-of-modern-go.html on not using init() or package global vars in #golang.
peter.bourgon.org
Peter Bourgon Β· A theory of modern Go
Peter Bourgon has a web site, and this is that web site.
Tuesday micro blog: How to find out which Go version built your binary. https://dave.cheney.net/2017/06/20/how-to-find-out-which-go-version-built-your-binary #golang
"How does the Go Scheduler work"
Goroutines, threads, and processors - great info here about scheduling
https://www.quora.com/How-does-the-golang-scheduler-work/answer/Ian-Lance-Taylor #golang
Goroutines, threads, and processors - great info here about scheduling
https://www.quora.com/How-does-the-golang-scheduler-work/answer/Ian-Lance-Taylor #golang
Quora
How does the golang scheduler work? - Quora
I will give an overview of the scheduler used as of Go version 1.7. There are three basic structures, known as G, M, and P. A G is a goroutine. An M is an operating system thread. A P is a (logical) processor. There are exactly GOMAXPROCS Pβs (GOM...
Just tagged #gokit 0.5.0 with (breaking but good!) changes to package sd, all glory to @YuriShkuro π #golang https://github.com/go-kit/kit/releases/tag/v0.5.0
GitHub
go-kit/kit
kit - A standard library for microservices.
"Cancelling Multiple Goroutines"
My expansion on other posts about concurrency & cancellation - @andychilton
https://chilts.org/2017/06/12/cancelling-multiple-goroutines #golang
My expansion on other posts about concurrency & cancellation - @andychilton
https://chilts.org/2017/06/12/cancelling-multiple-goroutines #golang
chilts.org
Andrew Chilton
A blog about tech.
Even if you don't write #golang you should watch how to design packages and APIs https://www.youtube.com/watch?v=spKM5CyBwJA @goinggodotnet
YouTube
4. William Kennedy - Package Oriented Design
GCI17 in Pune India
Now you can write @osquery tables/plugins with #golang! Check out our new library, thanks to @thezachw and @wikiwalk https://github.com/kolide/osquery-go
GitHub
kolide/osquery-go
Go bindings for osquery. Contribute to kolide/osquery-go development by creating an account on GitHub.
#100DaysOfCode #301DaysOfCode Day 134: Learning how to parse/execute #golang templates! Really enjoying web dev w/Go https://goo.gl/LVm7h7
GitHub
zentechnista/golang-web-development
golang-web-development - Golang Web Development course projects.
Video: a twitter bot and systemd (that runs free on GCP) #justforfunc #golang https://golangnews.com/stories/2329
Optimising #algorithms in Go for machine learning - http://buff.ly/2sNLD8O via @JameseBowman #machinelearning⦠https://twitter.com/i/web/status/877180751963357184
James Bowman
Optimising algorithms in Go for machine learning - Part 2
Comparing sparse matrix data structures and algorithms in Golang for machine learning and large data sets
Go Patterns: A curated collection of idiomatic design & application patterns for the Go programming language⦠https://twitter.com/i/web/status/876966839171133440
Twitter
Aaron Hnatiw π
Go Patterns: A curated collection of idiomatic design & application patterns for the Go programming language #golang https://t.co/wOWWUuweyG
Network Protocol Breakdown: Ethernet and #golang
https://medium.com/@mdlayher/network-protocol-breakdown-ethernet-and-go-de985d726cc1
https://medium.com/@mdlayher/network-protocol-breakdown-ethernet-and-go-de985d726cc1
Medium
Network Protocol Breakdown: Ethernet and Go
An introduction to Ethernet frames, VLAN tags, and raw sockets, and how to leverage low-level networking primitives in Go.
Hugo 0.24 Released: Big archetype update + @Netlify _redirects etc. file support
http://twittercard.bepsays.com/hugo-0.24 #gohugo #golang @spf13 @bepsays
http://twittercard.bepsays.com/hugo-0.24 #gohugo #golang @spf13 @bepsays
Bepsays
The Revival of the Archetypes!
In the new Hugo 0.24, archetype files are Go templates with all funcs and the full .Site available, for all content formats.
Dont #fail #eCommerce...This #api ensures success http://buff.ly/2sHywpM #java #python #golang #go #js #nodejs⦠https://twitter.com/i/web/status/877473814850007040
Orkiv
Orkiv tutorials > Inventory > REST API
Designed to help retailers achieve 30% more sales using geolocation to find and connect with new customers around their local stores.
macaron - a high productive and modular web framework in Go #frameworks #golang https://github.com/go-macaron/macaron
GitHub
GitHub - go-macaron/macaron: Package macaron is a high productive and modular web framework in Go.
Package macaron is a high productive and modular web framework in Go. - go-macaron/macaron
I like the buffer approach taken by Guava: I might have to add something similar to my #golang quickselect code
http://lemire.me/blog/2017/06/14/quickselect-versus-binary-heap-for-top-k-queries/
http://lemire.me/blog/2017/06/14/quickselect-versus-binary-heap-for-top-k-queries/