Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeffrey-xiao/learning-elixir


https://github.com/jeffrey-xiao/learning-elixir

Last synced: about 2 months ago
JSON representation

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_.