The Daily Go
Encrypting the Internet with Go @ GopherCon 2017
https://speakerdeck.com/filosottile/encrypting-the-internet-with-go-at-gophercon-2017
#Slides
Encrypting the Internet with Go @ GopherCon 2017
https://speakerdeck.com/filosottile/encrypting-the-internet-with-go-at-gophercon-2017
#Slides
Speaker Deck
Encrypting the Internet with Go @ GopherCon 2017
For a few months this year, a lot of your Internet requests might have gone through Go. That's because at Cloudflare we picked crypto/tls to build our TLS 1.3 implementation.
Video: https://www.youtube.com/watch?v=CB_VfgwPmxQ
Video: https://www.youtube.com/watch?v=CB_VfgwPmxQ
The Daily Go
Websockets in Golang
GolangUKconf
https://speakerdeck.com/konradreiche/it-doesnt-have-to-be-rest-websockets-in-go
#Slides
Websockets in Golang
GolangUKconf
https://speakerdeck.com/konradreiche/it-doesnt-have-to-be-rest-websockets-in-go
#Slides
Speaker Deck
It doesn't have to be REST: WebSockets in Go
The speed of Go should make us reconsider well established paradigms. When developing APIs it is practically impossible not to mention REST yet many applications would benefit from real-time interactivity. There are different WebSocket implementation in theβ¦