Description
In this course, you will :
- Learn about functional programming and the history of Elixir.
- Use the Mix tool set to create applications.
- Understand the language's fundamental concepts and data structures.
- Work with and manipulate complex data structures with ease.
- Reusable code should be defined as functions and modules.
- To create complex logic for your application, use conditions and loops.
- From within your programme, communicate with the outside world.
Syllabus :
- Introduction to Elixir
- Basic Types and Operators
- Pattern Matching
- Functions
- Control Flow
- IO
- Tooling