"Operability"
Nice talk on instrumentation, stack inspection, and more - for your beloved SREs - @ianschenck
https://www.youtube.com/watch?v=SIl3wi1iWPE #golang
Nice talk on instrumentation, stack inspection, and more - for your beloved SREs - @ianschenck
https://www.youtube.com/watch?v=SIl3wi1iWPE #golang
YouTube
GopherCon 2017: Ian Schenck - Operability in Go
In this talk, I will cover resources in the standard library, techniques and nuances of the Go runtime that can be used to improve operations around Go servi...
"Using Go’s build constraint tag to help build mock services for service testing"
Super idea - @dtoebe
https://medium.com/dtoebe/using-gos-build-constraint-tag-to-help-build-mock-services-for-service-testing-b246e39d8a81 #golang
Super idea - @dtoebe
https://medium.com/dtoebe/using-gos-build-constraint-tag-to-help-build-mock-services-for-service-testing-b246e39d8a81 #golang
Medium
Using Go’s build constraint tag to help build mock services for service testing
So recently I was asked help get some API services built with go to be testable through service testing. By service testing I mean using…
Yes, and you can learn more about it here 😊
https://youtu.be/ynoY2xz-F8s
#golang @GopherCon https://twitter.com/freeformz/status/915463058578857985
https://youtu.be/ynoY2xz-F8s
#golang @GopherCon https://twitter.com/freeformz/status/915463058578857985
YouTube
GopherCon 2016: Understanding nil - Francesc Campoy
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
sop - Multi-purpose metrics storage and manipulation tool
https://github.com/rapidloop/sop
#prometheus #devops #monitoring #golang #InfluxDB
https://github.com/rapidloop/sop
#prometheus #devops #monitoring #golang #InfluxDB
GitHub
rapidloop/sop
sop - Multi-purpose metrics management tool
The Master Go course is open for enrollment! Special discount during the 1st ten days: https://appliedgo.com/p/mastergo/?product_id=274212&coupon_code=LAUNCHSPECIAL… https://twitter.com/i/web/status/915521806559260672
Appliedgo
Master Go
Learn the Go programming language
Skylark in Go: the Skylark configuration language, in Go #golang https://github.com/google/skylark
GitHub
GitHub - google/skylark: Skylark in Go: the Skylark configuration language, implemented in Go [MOVED to go.starlark.net]
Skylark in Go: the Skylark configuration language, implemented in Go [MOVED to go.starlark.net] - GitHub - google/skylark: Skylark in Go: the Skylark configuration language, implemented in Go [MOVE...
#justforfunc idea: use #QRCodes for links
#golang code: https://gist.github.com/campoy/f5e54baddcf3923e54171d29549be9ec https://pbs.twimg.com/ext_tw_video_thumb/915740499935293440/pu/img/E-KRy5OYzappXiy8.jpg
#golang code: https://gist.github.com/campoy/f5e54baddcf3923e54171d29549be9ec https://pbs.twimg.com/ext_tw_video_thumb/915740499935293440/pu/img/E-KRy5OYzappXiy8.jpg
Gist
A simple program to print QR Codes on your terminal
A simple program to print QR Codes on your terminal - qr.go
Ryan Dahl, the creator of @nodejs, on Go: "If you're building a server, I can't imagine using anything other than G… https://twitter.com/i/web/status/915938298052464641
Twitter
Aditya Mukerjee
Ryan Dahl, the creator of @nodejs, on Go: "If you're building a server, I can't imagine using anything other than Go." #golang #gothamgo
"Handle HTTP Request Errors"
Short reminder of the difference between errors and the unexpected - @pliutau
http://pliutau.com/handle-http-request-errors-in-go #golang
Short reminder of the difference between errors and the unexpected - @pliutau
http://pliutau.com/handle-http-request-errors-in-go #golang
Pliutau
Handle HTTP Request Errors in Go
In this short post I want to discuss handling HTTP request errors in Go.
Cast: Aaron Schlesinger on Go in 5 Minutes and Design Patterns #gotime #golang https://changelog.com/gotime-18
Changelog
Go Time #18: Aaron Schlesinger on Go in 5 Minutes and Design Patterns
Aaron Schlesinger joined the show this week to talk about his Go in 5 Minutes series of screencasts, and design patterns in Go.
Excited to announce that we now support concurrent ACID Transactions with SSI in Badger #golang #kv https://blog.dgraph.io/post/badger-txn/
blog.dgraph.io
Concurrent ACID Transactions in Badger
When we started working on Badger, the aim was to keep things stupid simple. We needed to get rid of Cgo from Dgraph codebase, while also building something which can perform really well. We wanted to create it for ourselves and the broader Go community.…
[HackerNews] A Lua 5.3 VM and compiler written in Go
https://news.ycombinator.com/item?id=15388773 #LuaLang #GoLang
https://news.ycombinator.com/item?id=15388773 #LuaLang #GoLang
Video: Hacking with Andrew and Brad: an HTTP/2 client #golang https://golangnews.com/stories/51-2-client
sop - Multi-purpose metrics storage and manipulation tool
http://github.com/rapidloop/sop
#prometheus #devops #monitoring #golang #InfluxDB
http://github.com/rapidloop/sop
#prometheus #devops #monitoring #golang #InfluxDB
GitHub
rapidloop/sop
sop - Multi-purpose metrics management tool
Had a great time in Orlando with @kgibilterra. She hosted, thanks to @CapitalOne, a fantastic #golang event! Thanks… https://twitter.com/i/web/status/915953069980078081
Twitter
William Kennedy
Had a great time in Orlando with @kgibilterra. She hosted, thanks to @CapitalOne, a fantastic #golang event! Thanks!!
Simple HTTP Spider and Scheduler for scraping and parsing HTML and JSON pages #data #web #golang https://github.com/celrenheit/spider
GitHub
GitHub - celrenheit/spider: Scheduler of spiders for scraping and parsing HTML and JSON pages
Scheduler of spiders for scraping and parsing HTML and JSON pages - GitHub - celrenheit/spider: Scheduler of spiders for scraping and parsing HTML and JSON pages
#golang security issue CVE-2017-15041: arbitrary code execution during 'go get'. Upgrade to Go 1.8.4 or 1.9.1 now https://github.com/golang/go/issues/22125
GitHub
cmd/go: arbitrary code execution during “go get” or “go get -d” [Go 1.8] · Issue #22125 · golang/go
Using custom domains, it is possible to arrange things so that example.com/pkg1 points to a Subversion repository but example.com/pkg1/pkg2 points to a Git repository. If the Subversion repository ...
An Introduction to Concurrency in Go #golang http://www.golangprograms.com/go-language/concurrency.html
Golangprograms
Concurrency in GO and Golang Concurrency Tutorial with Examples - golangprograms.com
In this tutorial you will learn concurrency in Golang and how Concurrency is differ from parallelism.