This repository contains projects to learn Elixir with TDD.
TDD is best way to learn new language quickly because struggling with actual program is always the practice way to construct program.
You can learn
- Basic Elixir syntax
- primitive types (Map, List, String, Atom)
- how to run iex (REPL)
- how to use Mix (package manager)
- about ExUnit (Test framework for Elixir)
- A basic usage of Enum module
- How to run async task by Task module
- A basic usage of EEX (templating)
- How to request external API by HTTPoison
You can learn Phoenix. The best web framework for Elixir.
Also you can learn
- A basic directory structure of phoenix
- Routing
- How to use controller
- How to use view
- How to use tempalte engine (eex)
- How to interact with MySQL
You can learn
- How to implement API with JSON-API
You can learn
You can learn
- How to put objects to S3 by ex_aws
Want to learn more? Here is the resources to learn elixir.