/learning-elixir-with-tdd

Learn Elixir with TDD

Primary LanguageElixir

Learning Elixir With TDD

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.

Contents

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

You can learn

  • How to interact Redis with redix
  • How to implement queueing with exq

You can learn

  • How to put objects to S3 by ex_aws

Resource

Want to learn more? Here is the resources to learn elixir.