Udemy - The Complete Erlang Course - From Zero to Expert!

seeders: 10
leechers: 15
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[ DevCourseWeb.com ] Udemy - The Complete Erlang Course - From Zero to Expert!
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. Course Introduction
    • 1. Introduction to Erlang.mp4 (17.3 MB)
    • 1. Introduction to Erlang.srt (7.0 KB)
    • 1.1 Introduction to Erlang.pdf (343.1 KB)
    • 2. Installing Erlang on Linux.mp4 (15.5 MB)
    • 2. Installing Erlang on Linux.srt (4.8 KB)
    • 2.1 How to Install Erlang on Linux.pdf (426.8 KB)
    • 3. Installing Erlang on Windows.mp4 (26.4 MB)
    • 3. Installing Erlang on Windows.srt (7.0 KB)
    • 3.1 How to Install Erlang on Windows.pdf (521.1 KB)
    • 4. Installing Erlang on MacOS.mp4 (9.8 MB)
    • 4. Installing Erlang on MacOS.srt (3.4 KB)
    • 4.1 How to Install Erlang on MacOS.pdf (369.6 KB)
    • 5. Compiling in Erlang.mp4 (33.5 MB)
    • 5. Compiling in Erlang.srt (9.5 KB)
    • 5.1 Compiling in Erlang.pdf (339.4 KB)
    • 5.2 hello.erl (0.1 KB)
    10. Dependencies between Modules
    • 1. Dependencies between Modules.mp4 (168.7 MB)
    • 1. Dependencies between Modules.srt (42.8 KB)
    • 1.1 bank_account.erl (0.5 KB)
    • 1.2 bank_system.erl (1.1 KB)
    • 1.3 customer_info.erl (0.2 KB)
    • 1.4 Dependencies between Modules.pdf (487.6 KB)
    2. Basic Fundamentals
    • 1. Numbers.mp4 (24.4 MB)
    • 1. Numbers.srt (6.3 KB)
    • 1.1 Numbers.pdf (411.3 KB)
    • 2. Inmutable Variables.mp4 (34.9 MB)
    • 2. Inmutable Variables.srt (9.1 KB)
    • 2.1 Immutable Variables.pdf (363.2 KB)
    • 3. Atoms.mp4 (10.9 MB)
    • 3. Atoms.srt (2.6 KB)
    • 3.1 Atoms.pdf (416.0 KB)
    • 4. Tuples.mp4 (34.7 MB)
    • 4. Tuples.srt (9.2 KB)
    • 4.1 Tuples.pdf (589.6 KB)
    • 5. Lists.mp4 (54.9 MB)
    • 5. Lists.srt (19.1 KB)
    • 5.1 Lists.pdf (369.5 KB)
    • 6. List Comprehensions.mp4 (84.3 MB)
    • 6. List Comprehensions.srt (24.3 KB)
    • 6.1 Lists Comprehensions.pdf (782.6 KB)
    3. Modules
    • 1. Introduction to Modules.mp4 (23.5 MB)
    • 1. Introduction to Modules.srt (7.0 KB)
    • 1.1 Introduction to Modules.pdf (395.3 KB)
    • 2. Creating Modules.mp4 (57.1 MB)
    • 2. Creating Modules.srt (15.1 KB)
    4. Functions
    • 1. Pattern Matching.mp4 (86.7 MB)
    • 1. Pattern Matching.srt (27.0 KB)
    • 1.1 example.erl (0.2 KB)
    • 1.2 Pattern Matching.pdf (630.8 KB)
    • 2. Conditional Statements.mp4 (80.6 MB)
    • 2. Conditional Statements.srt (20.1 KB)
    • 2.1 Conditional Statements.pdf (370.8 KB)
    • 3. Recursion.mp4 (21.4 MB)
    • 3. Recursion.srt (6.8 KB)
    • 3.1 Recursion.pdf (373.8 KB)
    5. Solved Problems - Functions
    • 1. Problem 1 - Square Roots and Squares.mp4 (60.9 MB)
    • 1. Problem 1 - Square Roots and Squares.srt (16.9 KB)
    • 1.1 Problem 1 - Functions.pdf (415.4 KB)
    • 1.2 problem1.erl (0.2 KB)
    • 2. Problem 2 - Special Prime Number.mp4 (180.3 MB)
    • 2. Problem 2 - Special Prime Number.srt (40.7 KB)
    • 2.1 Problem 2 - Functions.pdf (449.2 KB)
    • 2.2 problem2.erl (0.8 KB)
    • 3. Problem 3 - Stamps.mp4 (87.9 MB)
    • 3. Problem 3 - Stamps.srt (19.9 KB)
    • 3.1 Problem 3 - Functions.pdf (669.8 KB)
    • 3.2 problem3.erl (0.3 KB)
    • 4. Problem 4 - Related Sum.mp4 (173.6 MB)
    • 4. Problem 4 - Related Sum.srt (41.8 KB)
    • 4.1 Problem 4 - Functions.pdf (687.5 KB)
    • 4.2 problem4.erl (1.0 KB)
    • 5. Problem 5 - Polynomial Evaluation.mp4 (97.1 MB)
    • 5. Problem 5 - Polynomial Evaluation.srt (25.4 KB)
    • 5.1 Problem 5 - Functions.pdf (438.6 KB)
    • 5.2 problem5.erl (0.2 KB)
    6. Solved Problems - Lists
    • 1. Problem 1 - Last Element of a List.mp4 (48.8 MB)
    • 1. Problem 1 - Last Element of a List.srt (17.0 KB)
    • 1.1 last_elem.erl (0.2 KB)
    • 1.2 Problem 1 - Lists.pdf (407.8 KB)
    • 2. Problem 2 - Penultime Object.mp4 (90.5 MB)
    • 2. Problem 2 - Penultime Object.srt (20.3 KB)
    • 2.1 before_last.erl (0.4 KB)
    • 2.2 Problem 2 - Lists.pdf (408.5 KB)
    • 3. Problem 3 - Duplicate Elements.mp4 (56.7 MB)
    • 3. Problem 3 - Duplicate Elements.srt (16.2 KB)
    • 3.1 duplicate.erl (0.1 KB)
    7. Higher Order Functions
    • 1. Introduction to Higher Order Functions.mp4 (85.7 MB)
    • 1. Introduction to Higher Order Functions.srt (23.8 KB)
    • 1.1 Higher Order Functions.pdf (414.5 KB)
    • 2. Anonymous Functions.mp4 (26.9 MB)
    • 2. Anonymous Functions.srt (6.9 KB)
    • 2.1 Anonymous Functions.pdf (364.8 KB)
    8. Solved Problems - Higher Order Functions
    • 1. Problem 1 - Equality Problem.mp4 (165.6 MB)
    • 1. Problem 1 - Equality Problem.srt (46.0 KB)
    • 1.1 eql.erl (0.5 KB)
    • 1.2 Problem 1 - Higher Order Functions.pdf (457.8 KB)
    • 2. Problem 2 - Product of Elements.mp4 (44.8 MB)
    • 2. Problem 2 - Product of Elements.srt (14.6 KB)
    • 2.1 Problem 2 - Higher Order Functions.pdf (446.2 KB)
    • 2.2 prod.erl (0.1 KB)
    • 3. Problem 3 - Even Result.mp4 (57.2 MB)
    • 3. Problem 3 - Even Result.srt (14.5 KB)
    • 3.1 Problem 3 - Higher Order Functions.pdf (450.6 KB)
    • 3.2 prodEvens.erl (0.4 KB)
    • 4. Problem 4 - Infinite Powers of Two.mp4 (49.1 MB)
    • 4. Problem 4 - Infinite Powers of Two.srt (15.1 KB)
    • 4.1 powersOf2.erl (0.3 KB)
    • 4.2 Problem 4 - Higher Order Functions.pdf (563.0 KB)
    • 5. Problem 5 - Scalar Product.mp4 (65.8 MB)
    • 5. Problem 5 - Scalar Product.srt (18.8 KB)
    • 5.1 Problem 5 - Higher Order Functions.pdf (463.6 KB)

Description

The Complete Erlang Course: From Zero to Expert!

https://DevCourseWeb.com

Last updated 10/2023
Created by Lucas Bazilio
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 39 Lectures ( 7h 1m ) | Size: 2.5 GB

The modern Erlang course for everyone! Master Erlang with projects, challenges and theory. Many courses in one!

What you'll learn
Become an advanced, confident, and modern Erlang developer from scratch
Become job-ready by understanding how Erlang really works behind the scenes
Erlang fundamentals: variables, if/else, operators, boolean logic, functions, arrays, objects, loops, strings, etc.
How to think and work like a developer: problem-solving, researching, workflows
Get fast and friendly support in the Q&A area
Practice your skills with 20+ challenges and assignments (solutions included)

Requirements
No coding experience is necessary to take this course! I take you from beginner to expert!
Any computer and OS will work — Windows, macOS or Linux. We will set up your text editor in the course.



Download torrent
2.5 GB
seeders:10
leechers:15
Udemy - The Complete Erlang Course - From Zero to Expert!


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
2.5 GB
seeders:10
leechers:15
Udemy - The Complete Erlang Course - From Zero to Expert!


Torrent hash: E2CC63AF4A7111A2EE3CE6D1CD486256103E2BB7