Getting Started with Elixir
Offered By: egghead.io
Course Description
Overview
These videos include the introductory steps to writing your first Elixir function and beginning to understand some key concepts in Elixir that make it unique.
Some of those concepts include:
the Mix build tool
project structure
collections of functions written in modules
function arity
pattern matching and common uses for it
the pipe operator
Some of those concepts include:
the Mix build tool
project structure
collections of functions written in modules
function arity
pattern matching and common uses for it
the pipe operator
Syllabus
- Generate a new Elixir project using Mix
- Write a New Function Inside of an Elixir Module
- Pass arguments into Elixir functions and understand arity
- Pattern match values in Elixir
- Pattern match in conditions and function parameters in Elixir
- Chain Function Calls with the Pipe Operator in Elixir
Taught by
Kyle Gill
Related Courses
ElixirExercism Functional Programming with Elixir – Full Course
freeCodeCamp Functional Programming in Erlang
FutureLearn Begin learning Elixir
Independent Discover Elixir & Phoenix
Independent