Completed
⌨️ Understanding Immutability
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Functional Programming with Elixir – Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ What is Elixir?
- 3 ⌨️ What is functional programming?
- 4 ⌨️ What is Recursion?
- 5 ⌨️ Installing Elixir & Setting Up VS Code
- 6 ⌨️ Learning & Unlearning
- 7 ⌨️ Pattern Matching
- 8 ⌨️ Introduction to LiveBook
- 9 ⌨️ Understanding Immutability
- 10 ⌨️ Actor Model
- 11 ⌨️ Hello World in Elixir
- 12 ⌨️ Data Types - Atom
- 13 ⌨️ Data Types - String
- 14 ⌨️ Data Types - Charlist, Process & List
- 15 ⌨️ Data Types - Tuples & Keyword List
- 16 ⌨️ Data Types - Maps
- 17 ⌨️ Data Types - Struct
- 18 ⌨️ Flow Control
- 19 ⌨️ Mix Project
- 20 ⌨️ Head & Tail Recursion
- 21 ⌨️ Recursion - Sum Digits
- 22 ⌨️ Recursion - Factorial
- 23 ⌨️ Recursion - Reverse Number
- 24 ⌨️ Lists Are LinkedList!!!
- 25 ⌨️ List Sum
- 26 ⌨️ Reverse List
- 27 ⌨️ List Map
- 28 ⌨️ Concat
- 29 ⌨️ FlatMap
- 30 ⌨️ Mid Review
- 31 ⌨️ Seven Wonders
- 32 ⌨️ For Comprehension
- 33 ⌨️ Expense Manager
- 34 ⌨️ Project Stats
- 35 ⌨️ Final Words