Today I’m going to talk about orthogonality. I wrote a tweet storm (go follow Go In 5 Minutes if you haven’t already) on the concept a few days ago. In it, I explained that this is an easy concept to explain in theory, but it’s much harder to explain how to put it into practice. I’m going to try to do the latter today.
https://www.goin5minutes.com/blog/orthogonality/
https://www.goin5minutes.com/blog/orthogonality/
Goin5Minutes
Go In 5 Minutes - Short, helpful screencasts for professional Go developers
Go In 5 Minutes, a screencast series that presents short, informative and practical tips, patterns and best practices to Go developers.
Add Let's Encrypt support to your golang server in 10 lines of code.
https://github.com/dkumor/acmewrapper
https://github.com/dkumor/acmewrapper
Специалисты «Доктор Веб» предупреждают об обнаружении новой угрозы для Linux-систем. Троян Linux.Rex.1 написан на языке Go, и атакует сайты, работающие под управлением различных CMS, включая Drupal. Вредонос способен осуществлять DDoS-атаки, рассылать электронные письма и самостоятельно распространяться по сети.
https://xakep.ru/2016/08/22/trojan-rex/
https://xakep.ru/2016/08/22/trojan-rex/
XAKEP
Саморазмножающийся Linux-троян Rex атакует сайты, создавая P2P-ботнет
Специалисты «Доктор Веб» предупреждают об обнаружении новой угрозы для Linux-систем. Троян Linux.Rex.1 написан на языке Go, и атакует сайты, работающие под управлением различных CMS, включая Drupal. Вредонос способен осуществлять DDoS-атаки, рассылать электронные…
Don't Just Check Errors, Handle Them Gracefully: https://www.youtube.com/watch?v=lsBF58Q-DnY #video
YouTube
GopherCon 2016: Dave Cheney - Dont Just Check Errors Handle Them Gracefully
Why #Go is awesome for building security clients: https://medium.com/@meirwah/why-go-is-awesome-for-building-security-clients-7a502b9edb4e
Medium
Why Go is awesome for building security clients
After reading the great blog post about GO for DFIR by Scott J Roberts , I wanted to elaborate more on using Golang for integrating with…
Micro is a terminal-based text editor written in Golang that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.
https://github.com/zyedidia/micro
https://github.com/zyedidia/micro
Ginkgo is a BDD-style Golang testing framework built to help you efficiently write expressive and comprehensive tests. It is best paired with the Gomega matcher library but is designed to be matcher-agnostic.
http://onsi.github.io/ginkgo/ 💪
http://onsi.github.io/ginkgo/ 💪
Go testing in the browser. Integrates with
http://goconvey.co
go test
. Write behavioral tests in Go. http://goconvey.co
Thyme, an open-source command-line tool that lets you easily track and analyze the time you spend on your computer. Think of it as a sampling profiler, but for You instead of your machine.
https://text.sourcegraph.com/thyme-a-simple-cli-to-measure-human-time-and-focus-577b87337b9c#.uunyomlha
https://text.sourcegraph.com/thyme-a-simple-cli-to-measure-human-time-and-focus-577b87337b9c#.uunyomlha
Plain Text — The Official Sourcegraph Blog
Thyme: a simple CLI to measure human time and focus
It’s like a CPU profiler, but for your productivity rather than your machine’s
Good tutorial about Synchronizing State with Mutexes in Go
https://kylewbanks.com/blog/tutorial-synchronizing-state-with-mutexes-golang
https://kylewbanks.com/blog/tutorial-synchronizing-state-with-mutexes-golang
Simple tutorial about creating blog with Gin web framework
https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin
https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin
Semaphore
Building a Go Microservice with CI/CD
Get familiar with Gin and find out how it can help you reduce boilerplate code and build a request handling pipeline.
Please, vote for issue
https://github.com/mmcgrana/gobyexample/issues/135
comments in different languages
for project Go by example
https://github.com/mmcgrana/gobyexample/issues/135
Go 1.7.1 is released!
Get it: http://golang.org/dl
https://groups.google.com/forum/#!topic/golang-nuts/oPXUs722-AQ
Get it: http://golang.org/dl
https://groups.google.com/forum/#!topic/golang-nuts/oPXUs722-AQ
A Go proposal to integrate @letsencrypt into the stdlib: https://github.com/golang/go/issues/17053
Until it happens, use autocert: https://godoc.org/golang.org/x/crypto/acme/autocert
Until it happens, use autocert: https://godoc.org/golang.org/x/crypto/acme/autocert