Published a pure #golang userland for Raspberry Pi 3 appliances: https://gokrazy.github.io/ — package your Go program onto an SD card in 1 cmd
HTTPLab - An #interactive web server let you inspect #HTTP requests and forge responses https://goo.gl/C0GgUc #go… https://twitter.com/i/web/status/837963598320308224
"Building a simple, distributed one-value database with Hashicorp Serf"
Great experiment - @cube2222_2
https://dev.to/cube2222_2/practical-golang-building-a-simple-distributed-one-value-database-with-hashicorp-serf #golang
Great experiment - @cube2222_2
https://dev.to/cube2222_2/practical-golang-building-a-simple-distributed-one-value-database-with-hashicorp-serf #golang
The Practical Dev
Practical Golang: Building a simple, distributed one-value database with Hashicorp Serf
From the dev.to() community. Sharing ideas that makes us all better developers.
universal command-line interface for SQL databases http://bit.ly/2m4KuU3 #golang
GitHub
knq/usql
usql is a universal command-line interface for SQL databases
Go microservices, part 2 - building our first service #golang http://callistaenterprise.se/blogg/teknik/2017/02/21/go-blog-series-part2
callistaenterprise.se
Go microservices, part 2 - building our first service | Callista
Callista Enterprise - seniora IT-arkitekter och systemutvecklare inom Java, öppen källkod, agil utveckling och systemintegration
Blockchain in 200 lines of code!
https://medium.com/@lhartikk/a-blockchain-in-200-lines-of-code-963cc1cc0e54#.b9ix9hyv5 #blockchain #bitcoin #crypto #cryptocurrency #nodejs #python #webdev #golang
https://medium.com/@lhartikk/a-blockchain-in-200-lines-of-code-963cc1cc0e54#.b9ix9hyv5 #blockchain #bitcoin #crypto #cryptocurrency #nodejs #python #webdev #golang
Medium
A blockchain in 200 lines of code
The basic concept of blockchain is quite simple: a distributed database that maintains a continuously growing list of ordered records…
Slides: The story of gopath by Nikhita Raghunath #golang https://speakerdeck.com/nikinath/the-story-of-gopath
Speaker Deck
The Story Of $GOPATH
Presented as a lightning talk at GopherConIndia 2017.
New programmers are often frustrated when they encounter $GOPATH while setting up their development environment. $GOPATH also establishes constraints over dependency management.
I talked about…
New programmers are often frustrated when they encounter $GOPATH while setting up their development environment. $GOPATH also establishes constraints over dependency management.
I talked about…
Umbo CV - David - Go 1.8 Introduction #golang #gtg https://www.youtube.com/watch?v=JUzuSSQwkF4&feature=youtu.be https://pbs.twimg.com/media/C6IfF0OXEAELKW7.jpg
YouTube
Umbo CV - David - Go 1.8 Introduction
A brief introduction at the new PLUGIN package coming in Go 1.8 - a bit of background, a look on how to make use of it and some of its (current) limitations.
https://godoc.org/golang.org/x/sync/errgroup is really cool and probably under-utilized by #golang folks — BUT not all goroutines can be made context-cancelable
pkg.go.dev
errgroup package - golang.org/x/sync/errgroup - Go Packages
Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
zetcd - Serve the #Apache #Zookeeper #API but back it with an #etcd cluster
http://crwd.fr/2klxk3B
#golang #github #opensource
http://crwd.fr/2klxk3B
#golang #github #opensource
GitHub
coreos/zetcd
zetcd - Serve the Apache Zookeeper API but back it with an etcd cluster
Happy 1st anniversary to Tile38! 🎉 It's been a great first year & I look forward to many more. #tile38 #gis #golang https://github.com/tidwall/tile38
GitHub
GitHub - tidwall/tile38: Real-time Geospatial and Geofencing
Real-time Geospatial and Geofencing. Contribute to tidwall/tile38 development by creating an account on GitHub.
usql is a universal command-line interface for SQL databases #golang https://github.com/knq/usql
GitHub
GitHub - xo/usql: Universal command-line interface for SQL databases
Universal command-line interface for SQL databases - GitHub - xo/usql: Universal command-line interface for SQL databases
Build a Realtime Chat Server With Go and WebSockets http://buff.ly/2mGjk9i via @scotch_io #golang #javascript… https://twitter.com/i/web/status/838388683698995200
Scotch
Build a Realtime Chat Server With Go and WebSockets
Modern web applications are becoming more and complex. Users are often greeted with an experience that is both reactive and engaging. Pages update in...
Thanks to the 3,595 people who completed our end-of-year #golang user survey! Results here: https://blog.golang.org/survey2016-results
Happy to see that Vim is going strong and is the first choice for developing Go: https://blog.golang.org/survey2016-results #vim… https://twitter.com/i/web/status/838756683044253696
Twitter
Fatih Arslan
Happy to see that Vim is going strong and is the first choice for developing Go: https://t.co/HBcGX1g5fL #vim #golang
Does everyone forget to check the error on ListenAndServe?
#golang https://twitter.com/bitcurves/status/838531299082178560
#golang https://twitter.com/bitcurves/status/838531299082178560
Twitter
Bit Curves
Go has evolved to the point that in <30 lines you can write a basic https web server w/ strong defaults that auto-fetches LetsEncrypt certs