GopherCon 2019 - Lightning Talks

conference, golang, gophercon2019, notes

These are some notes from my experiences at the GopherCon 2019. I don’t expect these will be laid out in any particularly useful way; I am mostly taking them so I can remember some of the bits I found most useful in the future.


Queueing Theory in Event Systems

Building API for Server Side Applications

  • Separate in/out from business logic

Music Synth

  • Browser UI (sorta native) connected via websocket to a server

    • send events down to the server
    • sends svg patches back
  • noisefloor

Golang and Cheesecake

  • recipes and trust
  • good tooling

How to not DDOS your Servers

  • throttling / circuit breakers

Games in Go