Writing a replacement to OpenSSH using #golang - http://tinyurl.com/ybfa2dmu https://pbs.twimg.com/media/DR9EEFVX0AAQIVb.jpg
golang.ch
Writing a replacement to OpenSSH using #golang
SSH is a well-known protocol to access remote servers and OpenSSH is the most common implementation. This article will explain how to build a SSH server and client using Go
Great work from @arschles on a genuinely gigantic #golang open source project. @kubernetesio https://twitter.com/arschles/status/945120359078158336
Twitter
Aaron Schlesinger
I just published “Go Experience Report: Generics in Kubernetes” https://t.co/c0x3zrHodJ
Part 8 of Building a Social Network in Go: Create and Get Comments https://youtu.be/vbrGBt1W0pA @golang @CockroachDB #golang #sql
YouTube
Building a Social Network in Go #8: Create and Get Comments
Part 8 of building a social network for anime and manga fans. CockroachDB as the SQL database and Go as the back-end language. As always, input validation is...
This will cut you - Go security #golang https://www.infoq.com/presentations/go-security
InfoQ
This Will Cut You: Go's Sharper Edges
Thomas Shadwell talks about how distinct, exploitable misuse patterns arise in software languages, and through example in Go – in particular a quietly prevalent and worryingly effective denial of service attack on Go systems affecting the Go toolchain itself…
With just a few extra lines of code and now there's concurrent domain lookups in the #golang command-line #infosec… https://twitter.com/i/web/status/945826748675121152
Twitter
Kent Gruber
With just a few extra lines of code and now there's concurrent domain lookups in the #golang command-line #infosec tool I've been working on during the holidays.🤘
Just released isit, a #opensource domain-availability command-line utility built with #golang:… https://twitter.com/i/web/status/945866548429942784
Twitter
Kent Gruber
Just released isit, a #opensource domain-availability command-line utility built with #golang: https://t.co/fQJjhF5ceC #infosec
Video: A code review with logging, errors, and signals #justforfunc #golang https://golangnews.com/stories/2388
We have a brand new role available today for a #Software #Engineer in #Falkirk.
This is a great opportunity to bu… https://twitter.com/i/web/status/946023115662004225
This is a great opportunity to bu… https://twitter.com/i/web/status/946023115662004225
Twitter
Head Resourcing Perm
We have a brand new role available today for a #Software #Engineer in #Falkirk. This is a great opportunity to build a platform from scratch! Tech: #Linux/#Git, #Golang, #JavaScript, #Cplusplus or #Python ☎️Eve Fraser - 0131 6252619 @HeadResourcing https…
A Command-Line Interface to @Spotify, Written in Go. #DataScience #GoLang #Analytics #Programming HT @gp_pulipaka… https://twitter.com/i/web/status/946026752022863872
Twitter
DeepSingularity
A Command-Line Interface to @Spotify, Written in Go. #DataScience #GoLang #Analytics #Programming HT @gp_pulipaka https://t.co/kaLtvOI3Hr
New blog post: Equation-centric dataflow programming in Go http://bionics.it/posts/formula-centric-programming-with-the-generator-pattern-in-go #golang #dataflow #flowbased
A command-line interface to Spotify, written in Go #golang https://github.com/jingweno/spotctl
GitHub
owenthereal/spotctl
A command-line interface to Spotify, written in Go - owenthereal/spotctl
Tensorflow and Go
https://blog.gopheracademy.com/advent-2017/tensorflow-and-go/
#advent #golang by @NataliePis
https://blog.gopheracademy.com/advent-2017/tensorflow-and-go/
#advent #golang by @NataliePis
Gopheracademy
TensorFlow and Go
This year I helped organize several online security challenges, one of which is Blacklight. Among the things I was asked to do, was creating a POC for a specific challenge, to prove that it’s possible to solve in a reasonable time.
Video: Advanced Testing with Go by Mitchell Hashimoto #gophercon #golang https://golangnews.com/stories/2446
When you need a struct at the caret to implement an interface, press Ctrl+I or Alt+Enter, and then choose the corre… https://twitter.com/i/web/status/946350085985718272
Twitter
GoLand IDE
When you need a struct at the caret to implement an interface, press Ctrl+I or Alt+Enter, and then choose the corresponding quick-fix. The IDE will generate interface functions with the correct signatures. #DriveToDevelop #golang https://t.co/wr2J3xh4pm
Introducing vice - go channels across many machines #concurrency #goroutines #golang https://golangnews.com/stories/2445
Golangnews
Introducing vice - go channels across many machines #concurrency #goroutines - Golang News
Concurrency is a great way to get more stuff done faster. Go channels are perfect for enabling multiple concurrent goroutines to safely communicate within a single process, but if we want to let multiple machines/nodes communicate in a similar way, we have…