https://github.com/alphahydrae/elixir-brownbag
Playing with Elixir: functional, concurrent, distributed & fault-tolerant programming
https://github.com/alphahydrae/elixir-brownbag
brownbag concurrency elixir erlang fault-tolerance
Last synced: about 2 months ago
JSON representation
Playing with Elixir: functional, concurrent, distributed & fault-tolerant programming
- Host: GitHub
- URL: https://github.com/alphahydrae/elixir-brownbag
- Owner: AlphaHydrae
- License: mit
- Created: 2020-01-17T00:28:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T21:27:42.000Z (over 6 years ago)
- Last Synced: 2025-01-19T22:15:16.600Z (over 1 year ago)
- Topics: brownbag, concurrency, elixir, erlang, fault-tolerance
- Language: CSS
- Homepage: https://heig.ch/elixirBB
- Size: 9.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Playing With Elixir
This repository contains the source for the "Playing With Elixir" presentation
given at HEIG-VD St-Roch in Yverdon on February 10th 2020. It also links to all
relevant information.
- [Contents](#contents)
- [Requirements](#requirements)
- [Usage](#usage)
## Contents
* [Landing page](https://alphahydrae.github.io/elixir-brownbag/)
* [Source HTML](./index.html)
* [Slides](https://alphahydrae.github.io/elixir-brownbag/slides/)
* [Source Markdown](./slides/SLIDES.md) (made with [Remark](https://remarkjs.com/))
* [Sources (Videos, Books, Articles, Presentations)](./slides/SLIDES.md#sources)
* Demo 1 (by Saša Jurić)
* [Script](./DEMO-1.md)
* [Source code](https://github.com/sasa1977/demo_system)
* Demo 2
* [Script](./DEMO-2.md)
* [Source code](https://github.com/AlphaHydrae/boardr)
> The submodules in this repository point to the exact version of the demos used
> in the presentation.
## Requirements
* [Node.js](https://nodejs.org) 12.x
## Usage
```bash
git clone https://github.com/AlphaHydrae/elixir-brownbag.git
cd elixir-brownbag
git submodule update --init --recursive
npm install -g live-server
live-server --open=/slides .
```