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

https://github.com/dcastro/talks


https://github.com/dcastro/talks

Last synced: 4 months ago
JSON representation

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
```