Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/necrophonic/talks

A collection of presentations on various topics given at events
https://github.com/necrophonic/talks

api-example go golang google-slides introduction talks vendoring

Last synced: 3 months ago
JSON representation

A collection of presentations on various topics given at events

Awesome Lists containing this project

README

        

# talks

A collection of talks and presentations given at various events

## Contents

- [7 Deadly Gopher Sins](7-gopher-sins) - The 7 deadly sins for Gophers
- [All Work and No Play makes Gophers... Something something...](all-work-and-no-play) - Writing a retro inspired 3D adventure game
- [Go Prymer](prymer-go-for-python) - An introduction to Go for Python engineers
- [Zero to Gopher](zero-to-gopher) - A quick introduction to the world of the Go programming language
- [APIS are Magic](apis-are-magic) - A live coding demo of creating a basic API microservice in Go
- [Vendoring in Go](vendoring-in-go) - A run through of vendoring and Go and the `dep` tool (since replaced by `go modules`)
- [Who Goes There](who-goes-there) - Writing a serverless github auditor

## How to use

Most talks are published as a pdf and link to original Google slides (along with speaker notes)

However, some are generated using the [go present](https://godoc.org/golang.org/x/tools/present) tool