Skip to content

rafaelbiten/course-developing-with-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Learning Elixir

[COURSE] Developing with Elixir/OTP

I'm leaving this Repo available mostly for my own reference.

Apart from what is presented in the course, it also contains lots of extra findings around:

  • Project setup and managing environments
  • Project tooling, ie.: dialyzer (with dialyxir), credo and cortex
  • Some libraries and example usage, ie.: tesla, poison and earmark
  • Some experiments with the language, exercises and module reference (under servy/lib/playground)
  • Testing setup and references (under /servy/test)

And to those starting with or learning Elixir, I can't recommend the course enough!

Running the project

To serve:

$ iex -S mix

To run tests:

$ mix test

To run all checks (tests, dialyzer and credo):

$ mix check_all

To automatically run tests related to changed files (with cortex):

$ MIX_ENV=test iex -S mix

About

Going through the Developing with Elixir and OTP course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published