Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WhiteRookPL/learn-elixir-the-hard-way
Repository with source code for "Learn Elixir The Hard Way" workshop.
https://github.com/WhiteRookPL/learn-elixir-the-hard-way
elixir elixir-examples elixir-phoenix erlang erlang-otp workshop
Last synced: 15 days ago
JSON representation
Repository with source code for "Learn Elixir The Hard Way" workshop.
- Host: GitHub
- URL: https://github.com/WhiteRookPL/learn-elixir-the-hard-way
- Owner: WhiteRookPL
- License: other
- Created: 2018-04-02T12:15:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T05:53:58.000Z (over 6 years ago)
- Last Synced: 2024-07-31T20:43:38.471Z (3 months ago)
- Topics: elixir, elixir-examples, elixir-phoenix, erlang, erlang-otp, workshop
- Language: Elixir
- Homepage:
- Size: 1.9 MB
- Stars: 104
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# *Learn Elixir The Hard Way* - Workshop
## Editions
- [devwarsztaty.pl (07.04.2018, Katowice)](http://devwarsztaty.pl/warsztaty/2018-04-07)
- *Home Office* (19.05.2018, Gliwice)## Guides
- [Installation guide](docs/installation-guide.md)
- [Introduction to Elixir](docs/introduction-to-elixir.md)
- [Introduction to Functional Programming](docs/introduction-to-functional-programming.md)
- [Concurrency and Actor Model](docs/concurrency-and-actor-model.md)
- [Release and Deployment](docs/release-and-deployment.md)
- [Manual Tests and Performance Evaluation](docs/testing.md)## License
[Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)](LICENSE.md)
Name is inspired by Zed Shaw's work collected under the name *[Learn Code The Hard Way](https://learncodethehardway.org/)*.