-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Thiago Salles edited this page Jun 28, 2021
·
3 revisions
Study notes of the course The Complete Elixir and Phoenix Bootcamp on Udemy
More to read:
Section 1: An Elixir Warmup
5 - Generating a Project
6 - Modules and Methods
7 - Lists and Strings
8 - Method Arguments
11 - Immutability
13 - Comprehensions Over Lists
Section 2: Pattern Matching
17 - Overview
18 - Relationship with Erlang
23 - The Pipe Operator
24 - Installing Dependencies
Section 3: Testing and Documentation
Section 4: A Few Side Topics