Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Elixir for Beginners - Udemy

Posted By: ELK1nG
Elixir for Beginners - Udemy

Elixir for Beginners - Udemy
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.03 GB | Duration: 2h 37m

A beginners guide to the Elixir language, tools and functional concepts

What you'll learn
Understand how to read and write Elixir code
Understand the key tenets of functional programming, immutable data, pattern matching and recursion
Create your own Elixir programs
Use the appropriate tools when building Elixir programs
Think confidently in Elixir, and have detailed knowledge of the most important language primitives

Requirements
You will need to be familiar with an Object Orientated (OO) language e.g. Ruby, Python, JavaScript, Java, C#, etc.
You will need to be able follow the Elixir installation guide from the Elixir web site:http://elixir-lang.org/install.html
You should be confident in writing code in a text editor, such as Sublime Text, Notepad++, Vim or Emacs
Some command line knowledge will be helpful as you will be executing Elixir programs from the command line
Description
Do you want web sites that can easily scale to millions of users?
Or build a system to reliably handle the coming Internet of Things (IoT) future?

Perhaps you just want to learn a programming language, which will teach you the techniques for building concurrent, functional, and fault-tolerant software.

Elixir is one of the fastest growing programming languages, for all of these reasons.

Created by José Valim, one of the Ruby on Rails core team members, Elixir is built on the tried and tested Erlang Beam (Virtual Machine). With cherry picked features from other modern languages such as Clojure, Ruby and Python, etc. it's a joy to use, and makes functional programming much more accessible.

Erlang was built from the ground up, to get distributed, and fault-tolerant computing "right". Elixir inherits these qualities, and packages it up in a beautiful modern language, with excellent tooling and access to all the existing Erlang libraries.

If you want to understand how Whatsapp, with less than 60 engineers, can send double the text messages of all the Telecoms companies put together, then come and learn Elixir. It'll be fun!

What can you build with Elixir

* Websites with Phoenix
* Microservices and APIs
* IoT devices, with the Nerves project - write and manage the client and the server
* Use all the cores on your computer
* Build concurrent event driven services, ideal for Robotics, etc.

What is this course about

This is a beginners guide to learning the Elixir programming language. You will learn how to read and write in Elixir code, understand recursion, data immutability, and pattern matching.
This course lays the foundation for learning a functional language and gives you confidence with which to build your knowledge.
This is a beginners course in learning the basics of the language thus we do NOT go into OTP, Erlang or Macros.

Build a strong foundation in Elixir and functional programming with this tutorial for beginners.

What Elixir is and what it is good for
Types, functions and tools
Functional programming, immutable data, pattern matching and recursion
Tools, tests and documenting

A Skill for the Future of Programming
A developer in the future will need to have experience building functional and concurrent software. With the rise of the Internet of Things and greater need for scalable and fault-tolerant systems, developers are going to need experience building software that can cope with these kind of challenges.

Learning the fundamentals of Elixir will give you skills for the future. It's free and easy to learn, with excellent documentation and a thriving friendly community.

Understanding an elegant functional language such as Elixir will greatly improve your programming skills in Object Orientated languages, such as Ruby, Python, Java and C#. It will also serve as a foundation for learning other functional languages.

Elixir is the language of the future, and will equip you with the skills that our future jobs are going to require.

Content and Overview
Suitable for students with programming experience who wish to learn a functional language but don't know where to start. You’ll learn all of the Elixir fundamentals and establish a strong understanding of the concept behind Functional programming.

Starting from set up, this course will walk you through the main language concepts and how they work, right up to building your own Elixir programs, and using some of the main tools.

Students completing the course will have the knowledge and confidence to create functional programs written in Elixir. You will be able to read and write code, and understand when to use the correct data structures.

What am I going to get from this course?

Learn Elixir code from your own desk.
Suitable for students with programming experience wishing to learn a functional language, and ideal for users who learn faster when shown.
Visual training method, offering users increased retention and accelerated learning.
Breaks down principles into simple steps.

Who this course is for
This course focuses on beginners in Elixir who want to get knowledge of the language and understand how to program in a functional way
The course covers the main language concepts, and how to write code in Elixir, and use some of it's tools e.g. Mix
Elixir is an excellent language for building, highly scalable, fault-tolerant and concurrent software systems
If you want to build powerful server backends, APIs for your mobile Apps etc, or Internet of Things (IoT) clients and servers, you should consider using Elixir
Elixir can be embeded on the RaspberryPi and Beagle Bone, and it's concurrency and event handling make it an excellent choice for robotics
This course focuses on programmers with Object Orientated (OO) experience, wishing to learn a functional language
Students should have some programming skills, in languages like: Ruby, Python, JavaScript, Java, C#, etc.
If you have experience in a functional language and wish to learn the Elixir language
This course does NOT go into OTP (Open Telephone Platform), so is not suitable for students wishing to learn OTP
The course will NOT go into any details about creating Elixir Macros and Protocols