When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Getting Started with Elixir
Learn how to use Elixir in building scalable, fault tolerable and maintainable applications.

This Course Includes
udemy
4.3 (40 reviews )
1h 47m
english
Online - Self Paced
professional certificate
Udemy
About Getting Started with Elixir
Elixir is a dynamic, functional language designed to build scalable and maintainable applications. Elixir leverages the ErlangVM, known for running low-latency, distributed, and fault-tolerant systems, while also being successfully used in web development and the embedded software domain. In this course, you’ll learn the foundations of Elixir, the language syntax, how to define modules, manipulate the characteristics of common data structures, and more. This course focuses on ensuring that Elixir is installed and that you can successfully run Elixir’s interactive shell called IEx and its build tool, Mix.By the end of this video, you will have learned how to use the Elixir programming language and know how to use its toolset to start building your own applications with ease.
About the Author
Joao Goncalves
is a professional software engineer with over 7 years of experience in various areas of software development. From banking and telco software to embedded systems and web development having recently discovered and developing a passion for functional programming and finding Elixir a very enjoyable language to use.
What You Will Learn?
- Understand functional programming and get to know the origins of Elixir. .
- Create applications using the Mix tool set. .
- Grasp the core concepts of the language and its data structures. .
- Work with complex data structures and manipulate them with ease. .
- Define reusable code as functions and modules. .
- Use conditions and loops to build complex logic for your application. .
- Communicate with the outside world from within your program..