Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

extendi/elixir_experiment

Open more actions menu

Repository files navigation

Elixir Experiments

Elixir experimental stuff and exercises

Create a new project

mix new my_new_project

or, if we need to supervise it:

mix new --sup my_new_supervised_project

Testify!

- mix test
- mix credo (check the choerence)
- mix dialyzer (check the type spec)

onother important tool is the Property Testing (https://pragprog.com/book/fhproper/property-based-testing-with-proper-erlang-and-elixir)

Important libs to add in a project

Links

Courses:

Video on line:

Books

Special Books

  • Programming Phoenix
  • Metaprogramming Elixir

About

Elixir experimental stuff and exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.