Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffrey-xiao/learning-elixir
https://github.com/jeffrey-xiao/learning-elixir
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffrey-xiao/learning-elixir
- Owner: jeffrey-xiao
- Created: 2019-01-06T01:00:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:52:31.000Z (about 2 years ago)
- Last Synced: 2023-02-26T04:33:53.859Z (almost 2 years ago)
- Language: Elixir
- Size: 4.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-elixir
Various guides that I have been going through to learn Elixir, Phoenix, Mix, and OTP.
- `blitzy_ex`: A load testing command-line application described in _The Little Elixir & OTP
Guidebook_.
- `discuss_ex`: A forum built with Phoenix described in Stephen Grider's [The Complete Elixir and
Pheonix Bootcamp](https://www.udemy.com/the-complete-elixir-and-phoenix-bootcamp-and-tutorial)
course.
- `fortune_ex`: A Unix-style fortune program inspired by _The Little Elixir & OTP Guidebook_.
- `kv_umbrella_ex`: A distributed key-value store described in the [Mix and OTP
guide](https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html).
- `pooly_ex`: A worker pool service described in _The Little Elixir & OTP Guidebook_.
- `weather_ex`: A weather querying service described in the _The Little Elixir & OTP Guidebook_.
- `weather_opt_ex`: A weather querying service that uses OTP described in _The Little Elixir & OTP
Guidepbook_.