https://github.com/dcastro/talks
https://github.com/dcastro/talks
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcastro/talks
- Owner: dcastro
- Created: 2019-01-15T10:08:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T08:59:37.000Z (about 7 years ago)
- Last Synced: 2025-01-08T02:47:20.251Z (over 1 year ago)
- Language: Makefile
- Size: 3.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talks
Hosted on Netlify.com
### The Haskell Epidemic
* Recording: https://youtu.be/nnoOF1HeAls
* Slides: https://talks.diogocastro.com/the-haskell-epidemic/
* Code: https://github.com/dcastro/talks/tree/master/the-haskell-epidemic/code
### Typeclasses in Scala
* Slides: https://talks.diogocastro.com/typeclasses-in-scala/
### Cats Typeclasses
* Slides: https://talks.diogocastro.com/cats-typeclasses/
## Build slides
Requires `npm`
```
make slides
```
## Development mode
```
cd the-haskell-epidemic
npm i
npm start
```