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번째 발표
- Host: GitHub
- URL: https://github.com/chitacan/lyse-3
- Owner: chitacan
- Created: 2019-01-22T05:52:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T12:08:01.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T09:38:53.024Z (over 1 year ago)
- Topics: code-surfer, deck, erlang, mdx-deck
- Language: Erlang
- Homepage: https://lyse-3.chitacan.io
- Size: 1.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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)