Why Go is my favorite programming language #golang https://michael.stapelberg.de/Artikel/golang_favorite
Michael Stapelberg
Why Go is my favorite programming language
I strive to respect everybody’s personal preferences, so I usually steer clear of debates about which is the best programming language, text editor or operating system.
However, recently I was asked a couple of times why I like and use a lot of Go, so here…
However, recently I was asked a couple of times why I like and use a lot of Go, so here…
From the archives, cgo is not #golang (2016) https://dave.cheney.net/2016/01/18/cgo-is-not-go
Trying something not new, but it's clear than using #golang and #angularjs is a good choice for the #stack. http://bit.ly/2x07XuR
Filedrop make easy share files between frinds.
Filedrop
Filedrop make easy share files between friends. This replace the attachment of the old e-mail system.
Sending #HTML email using #golang https://goo.gl/FTQzpP @GolangGo @golangweekly @golang_news @golangnews https://pbs.twimg.com/media/DHlkdZAXoAA8nBV.jpg
M.Labouardy
Sending HTML email using Go
In this quick tutorial, I will show you how to send HTML email using the standard Go library. In the end of this tutorial, you will be able to send a Newsletter email looking as below: Before I sta…
GoWorld->"Scalable Distributed Game Server Engine with Hot Swapping in Golang"
https://github.com/xiaonanln/goworld
by Xiaonanln #golang
https://github.com/xiaonanln/goworld
by Xiaonanln #golang
GitHub
GitHub - xiaonanln/goworld: Scalable Distributed Game Server Engine with Hot Swapping in Golang
Scalable Distributed Game Server Engine with Hot Swapping in Golang - xiaonanln/goworld
Context isn't for cancellation. https://dave.cheney.net/2017/08/20/context-isnt-for-cancellation #golang
Sending HTML email using Go #tutorials #golang http://www.blog.labouardy.com/sending-html-email-using-go
New: GoFormation - an open source Go library for working with AWS CloudFormation. #aws #golang
https://github.com/awslabs/goformation
https://github.com/awslabs/goformation
GitHub
GitHub - awslabs/goformation: GoFormation is a Go library for working with CloudFormation templates.
GoFormation is a Go library for working with CloudFormation templates. - awslabs/goformation
Concurrency made easy, by @davecheney https://dave.cheney.net/paste/concurrency-made-easy.pdf
#golang
#golang
Video: Write Once, Run Anywhere - Go for DevOps #devops #linuxconf #golang https://golangnews.com/stories/2534
A rewrite of Disaster Recovery for Postgres in Go by @citusdata #psql #citus #golang https://golangnews.com/stories/2544
Golangnews
A rewrite of Disaster Recovery for Postgres in Go by @citusdata #psql #citus - Golang News
A key part of running a reliable database service is ensuring you have a good plan for disaster recovery. Disaster recovery comes into play when disks or instances fail, and you need to be able to recover your data. In those type of cases logical backups…
Deploying a Go Application in a Docker Container #golang # great tutorial. https://flaviocopes.com/golang-docker/
Flaviocopes
Deploying a Go Application in a Docker Container
notes on shipping #mongodb backed #golang microservice and using tests to detect slow queries https://www.gmarik.info/blog/2017/testing-mongodb-queries-golang/ #reddit
www.gmarik.info
Testing MongoDB queries with Golang
At Rover.io we’re migrating existing rails/node monoliths into microservice based architecture. Recently we launched another Go powered, mongodb backed service which tracks device events.
This post is documents steps taken while debugging performance issues…
This post is documents steps taken while debugging performance issues…
hunkering down && learning #Golang w/ @TahootyHoot--all @codeschool online classes FREE (just this weekend) https://twitter.com/codeschool/status/898557356774010880
Twitter
Code School
🚨 Aaaare youuu readyyyy? 🚨 Free Weekend is here! Head over now to access all our content for FREE! https://t.co/5Bi9VaPqdC
Slides from my @GolangUKconf talk on building frontend apps in Go with #GopherJS and #React http://blog.myitcv.io/gopherjs_examples_sites/present/?url=https://raw.githubusercontent.com/myitcv/react/master/_talks/2017/golang_uk.slide&hideAddressBar=true #gouk17 #golang
Optional Types with go generate #golang http://www.markphelps.me/2017/08/20/optional-types-with-go-generate.html