Tutorial for using keras and tensorflow models in Go #Golang http://www.tonytruong.net/running-a-keras-tensorflow-model-in-golang/
Distributed SQLite for Go applications #golang https://github.com/CanonicalLtd/dqlite
GitHub
canonical/dqlite
Embeddable, replicated and fault tolerant SQL engine. - canonical/dqlite
Wondering how to install Go on your mac ? Checkout the tutorial - https://www.youtube.com/watch?v=pc_LaJKg0p8 #go #golang #installation #Macbook #tutorial
YouTube
Go (Golang) Bootcamp - Installation - 01 - How to Install Golang on Mac
Check this easy tutorial to learn how to install 'Go' on your mac.
45% off everything at @ManningBooks until Apr 11
Use code wm040518lt
https://www.manning.com/?a_aid=r51&chan=tw
#golang #swiftlang… https://twitter.com/i/web/status/982935471088119808
Use code wm040518lt
https://www.manning.com/?a_aid=r51&chan=tw
#golang #swiftlang… https://twitter.com/i/web/status/982935471088119808
Manning Publications
Manning is an independent publisher of computer books, videos, and courses.
Just realized a gnutella client/server would make a good first #golang project.
I'm still haunted by memories of m… https://twitter.com/i/web/status/982988491314229248
I'm still haunted by memories of m… https://twitter.com/i/web/status/982988491314229248
Twitter
Damian Gryski
Just realized a gnutella client/server would make a good first #golang project. I'm still haunted by memories of multi-threaded memory corruption of the one I hacked on in university. https://t.co/jTgebVl04G
Developing web server path: From Node.js migrated to .Net Core, then from .Net Core migrated to Go. And ended with… https://twitter.com/i/web/status/982822413762088960
Twitter
Yosi Madsu
Developing web server path: From Node.js migrated to .Net Core, then from .Net Core migrated to Go. And ended with no support of plugin mechanism... Technology gaps ^_^ #nodejs #dotnetcore #golang #webserver #http2
#Developers wake-up to one of the most powerful #ProgrammingLanguages ever, #Elixir that builds on top of a battled… https://twitter.com/i/web/status/982879423220371456
Twitter
Paulo Silva
#Developers wake-up to one of the most powerful #ProgrammingLanguages ever, #Elixir that builds on top of a battled tested ecosystem with around 30 years of running half of the world communications. #programming #developer #devops #java #python #golang #rubyonrails…
TIL cross-compiling in #golang is just "GOOS=(darwin|linux|windows] GOARCH=(386|amd64|arm|arm64) go build" and thos… https://twitter.com/i/web/status/982883013225664513
Twitter
Roman
TIL cross-compiling in #golang is just "GOOS=(darwin|linux|windows] GOARCH=(386|amd64|arm|arm64) go build" and those are not the only choices - https://t.co/oIIFncMkdY
On our way to St Louis to teach 2 back to back classes of @ardanlabs #golang fundamentals. It's driving distance so… https://twitter.com/i/web/status/983005955381170176
Twitter
Jacob Walker
On our way to St Louis to teach 2 back to back classes of @ardanlabs #golang fundamentals. It's driving distance so we're making this a family affair!
Learn how to build your own database with @kanwisher at #GopherConSG.
Matthew will be talking about how to make a… https://twitter.com/i/web/status/982977671129841664
Matthew will be talking about how to make a… https://twitter.com/i/web/status/982977671129841664
Twitter
GopherCon Singapore
Learn how to build your own database with @kanwisher at #GopherConSG. Matthew will be talking about how to make a custom database, and how distributed databases and Blockchains make consensus. Tickets at https://t.co/sWAAS3BtT0 — get the 25% off “Early Bird"…
✅ "Why Go Is Perfect For DevOps" by @caskey 📽️ https://youtu.be/COCUqAwAbD0 #golang #devops #software #shipit https://pbs.twimg.com/media/DaQZrp8VwAAEkyB.jpg
Consistent hashing algorithmic tradeoffs slides base on Damian Gryski blog post #consistenthashing #algorithm… https://twitter.com/i/web/status/982960197302763521
Twitter
Evan(I-Feng) Lin
Consistent hashing algorithmic tradeoffs slides base on Damian Gryski blog post #consistenthashing #algorithm #golang https://t.co/WDhFxQDkC7
What if I told you... you don't have to run a Linux distribution on your Raspberry Pi? No systemd, no memory-unsafe… https://twitter.com/i/web/status/983380035523502081
Twitter
John Arundel
What if I told you... you don't have to run a Linux distribution on your Raspberry Pi? No systemd, no memory-unsafe languages, just a pure-Go userland. Crazy, right? https://t.co/KdyIPYSGA1 #golang
45% off everything at @ManningBooks until Apr 11
Use code wm040518lt
https://www.manning.com/?a_aid=r51&chan=tw
#golang #swiftlang… https://twitter.com/i/web/status/983315586364080128
Use code wm040518lt
https://www.manning.com/?a_aid=r51&chan=tw
#golang #swiftlang… https://twitter.com/i/web/status/983315586364080128
Manning Publications
Manning is an independent publisher of computer books, videos, and courses.
rfd-checker.go is a tool for detecting Reflected File Download security issues in a URL. It tests all parameters an… https://twitter.com/i/web/status/983364805384916993
Twitter
Dᴀᴠɪᴅ Sᴏᴘᴀs
rfd-checker.go is a tool for detecting Reflected File Download security issues in a URL. It tests all parameters and even check if the URL is permissive. Give it a try and let me know yourfeedback! Happy hunting! https://t.co/lFhKxqvJjg #rfd #golang #infosec…
If you have thought working in a bank means wearing a suit or using Java, we at @solarisBank are here to change tha… https://twitter.com/i/web/status/983277181332807680
Twitter
Satyajit Ranjeev
If you have thought working in a bank means wearing a suit or using Java, we at @solarisBank are here to change that mindset. I work with a team using #golang. #elixirlang is being used by other teams. Come join me in changing how banks work https://t.co/HMEY7RKJje
We're happy to announce that the schedule is now published on our website! Hope you all are ready for 2 days full o… https://twitter.com/i/web/status/983371277632180224
Twitter
GopherCon Europe
We're happy to announce that the schedule is now published on our website! Hope you all are ready for 2 days full of interesting talks by our great #gophers speakers ❤️ and don't forget our workshops and community days https://t.co/gJCG6YkYSE Tickets go on…
Basic practice of distributed tracing instrumentation in #golang by our very own @jcchavezs https://medium.com/devthoughts/instrumenting-a-go-application-with-zipkin-b79cc858ac3e
Medium
Instrumenting a Go application with Zipkin
With the proliferation of microservices, observability got a crucial role in operations and one of the observability means that got more…