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

https://github.com/chitacan/lyse-3

💼 learn you some erlang 3번째 발표
https://github.com/chitacan/lyse-3

code-surfer deck erlang mdx-deck

Last synced: 15 days ago
JSON representation

💼 learn you some erlang 3번째 발표

Awesome Lists containing this project

README

          

# lyse-3

[learn you some erlang](https://learnyousomeerlang.com/) 3번째 발표

## chapters

* [chapter 15. Rage Against The Finite-State Machines](https://learnyousomeerlang.com/finite-state-machines)
* [chapter 16. Event Handlers](https://learnyousomeerlang.com/event-handlers)
* [chapter 17. Who Supervises The Supervisors?](https://learnyousomeerlang.com/supervisors)
* [chapter 18. Building an Application With OTP](https://learnyousomeerlang.com/building-applications-with-otp)
* [chapter 19. Building OTP Applications](https://learnyousomeerlang.com/building-otp-applications)

## development

requires node.js, [now](https://zeit.co/now)

```
$ yarn
$ yarn start
```

## deploy

```
$ yarn deploy
```

## link

* [발표자료](https://lyse-3.chitacan.io)
* [pdf](https://lyse-3.chitacan.io/presentation.pdf)