Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/necrophonic/talks
- Owner: necrophonic
- Created: 2017-05-26T12:38:29.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T12:24:14.000Z (over 1 year ago)
- Last Synced: 2024-06-21T19:05:17.465Z (7 months ago)
- Topics: api-example, go, golang, google-slides, introduction, talks, vendoring
- Language: Go
- Homepage:
- Size: 10.3 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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