/udemy_elixir_coursework

@oheydrew - Course_Work - Udemy "The Complete Elixir and Phoenix Bootcamp" work

Primary LanguageElixir

Udemy "The Complete Elixir and Phoenix Bootcamp" Coursework

Overview

Just a repo for all my coursework, notes etc during the The Complete Elixir and Phoenix Bootcamp on Udemy. Wanted to blast through some lectures before deep diving with books and projects.

Modules

  • Cards - First module / workbook exercise code-along. Creates and shuffles a deck of playing cards (lists, tuples, functional basics, ex-doc, doctests)
  • Identicon - Create a unique image-based avatar ID from a string. (Structs, pattern-matching, Pipe |>, Erlang modules)