Completed
- Basic Types
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Elixir Programming - Complete Introduction Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Why use Elixir
- 3 - Installation and Setup
- 4 - Intro to Mix
- 5 - Overview of Elixir Files
- 6 - Running and Elixir Script
- 7 - Compiling Elixir
- 8 - Running an Elixir Application
- 9 - Intro to Hex
- 10 - Basic Types
- 11 - Creating a Variable
- 12 - Module Attributes
- 13 - Atoms and Strings
- 14 - Strings
- 15 - More about Hex
- 16 - Numbers
- 17 - Compound Types
- 18 - Dates and Times
- 19 - Example App - Time Until the New Year
- 20 - Tuples
- 21 - Lists and Loops
- 22 - Mapping
- 23 - Structs
- 24 - Building a Guessing Game - Taking User Input
- 25 - if Statements
- 26 - Random Number
- 27 - Docs and Arity
- 28 - Cases and Errors
- 29 - Case
- 30 - Lists
- 31 - Append and Prepend
- 32 - Comprehensions with Conditions
- 33 - Functional Programming
- 34 - Defining Custom Functions
- 35 - What’s Next?