Tags
Language
Tags
September 2024
Su Mo Tu We Th Fr Sa
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 5

Master Elixir From Scratch- A Basic To Advanced Course

Posted By: ELK1nG
Master Elixir From Scratch- A Basic To Advanced Course

Master Elixir From Scratch- A Basic To Advanced Course
Published 11/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 661.40 MB | Duration: 1h 24m

Get expertise of programming in Elixir

What you'll learn

Error Handling, Macros, Typespecs etc

Operators, Variables, Statements etc.

Functions. Recursion, Sigils etc.

Libraries, Modules, Aliases etc.

Requirements

Basic Understanding of Computer Programming

Some familiarity with Functional Programming

Description

Elixir is a dynamic, functional language designed for building scalable and maintainable applications. It is built on top of Erlang. Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain.This course is created for software programmers who aim to learn the fundamentals of Elixir programming language from scratch. This course will give you a basic foundation to start programming in Elixir programming language.Before proceeding with this course, you should have a basic understanding of Computer Programming terminologies and exposure to any other programming language. Some familiarity with functional programming will help you in learning Elixir.Features of ElixirLet us now discuss a few important features of Elixir −Scalability − All Elixir code runs inside lightweight processes that are isolated and exchange information via messages.Fault Tolerance − Elixir provides supervisors which describe how to restart parts of your system when things go wrong, going back to a known initial state that is guaranteed to work. This ensures your application/platform is never down.Functional Programming − Functional programming promotes a coding style that helps developers write code that is short, fast, and maintainable.Build tools − Elixir ships with a set of development tools. Mix is one such tool that makes it easy to create projects, manage tasks, run tests, etc. It also has its own package manager − Hex.Erlang Compatibility − Elixir runs on the Erlang VM giving developers complete access to Erlang’s ecosystem.

Overview

Section 1: Module 1

Lecture 1 Introduction to Elixir Course

Lecture 2 Quick Introduction to Elixir

Lecture 3 Getting Started with Elixir

Lecture 4 Basic Syntax of Elixir

Lecture 5 Elixir Data Type

Lecture 6 Elixir Data Types-2

Lecture 7 Variables of Elixir

Lecture 8 Operators in Elixir

Lecture 9 Comparison operator of Elixir

Lecture 10 Logical operator of Elixir

Section 2: Module 2

Lecture 11 Bitwise Operator in Elixir

Lecture 12 Decision Making in Elixir

Lecture 13 If Statement for Elixir

Lecture 14 If Else statement for Elixir

Lecture 15 Unless statement for Elixir

Lecture 16 Unless else statement for Elixir

Lecture 17 Condition Statement for Elixir

Lecture 18 Case Statement for Elixir

Lecture 19 Strings in Elixir

Lecture 20 String Functions of Elixir

Students, Programmers, Learners etc.