Udemy - Become a Front End Developer - JavaScript for Beginners

seeders: 10
leechers: 16
updated:
Added by notmrME in Other > Tutorials

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

Files

Become a Front End Developer - JavaScript for Beginners 24 Network and calling REST API
  • 001 Getting data from Server.mp4 (96.9 MB)
  • 002 Demonstration of Interactive Web Page.mp4 (89.6 MB)
  • 003 Understanding REST API and JSON.mp4 (23.1 MB)
  • 004 Countries REST API.mp4 (28.4 MB)
  • 005 GitHub REST API.mp4 (73.1 MB)
  • 006 Finding REST API.mp4 (36.2 MB)
  • 007 Understanding XMLHttpRequest.mp4 (30.5 MB)
  • 008 Sending request to REST API.mp4 (16.2 MB)
  • 009 Implement synchronous call to get REST API data.mp4 (38.4 MB)
  • 010 Comparing Synchronous and Asynchronous.mp4 (19.0 MB)
  • 011 Implementing Ready State Change listener.mp4 (18.5 MB)
  • 012 Ready State explained.mp4 (14.8 MB)
  • 013 Getting response data asynchronously.mp4 (6.2 MB)
  • 014 AJAX - Timelines.mp4 (16.4 MB)
  • 015 REST API call using 'fetch'.mp4 (8.4 MB)
  • 016 Explain 'fetch'.mp4 (11.3 MB)
  • 263 endpoint.txt (0.1 KB)
01 Introduction
  • 001 Introduction.mp4 (7.3 MB)
  • 002 What you will learn_.mp4 (22.3 MB)
  • 003 Learning Environment.mp4 (2.5 MB)
  • 004 Setting up your course.mp4 (10.4 MB)
  • 005 Install Chrome.mp4 (12.9 MB)
  • 006 Download Visual Studio Code.mp4 (12.3 MB)
  • 007 Install Visual Studio Code Editor - Windows.mp4 (10.8 MB)
  • 008 Install Visual Studio Code Editor - Mac.mp4 (11.3 MB)
  • 009 Quick Launch Visual Studio Code.mp4 (18.2 MB)
  • 010 Install 'Live Server' Extension for Visual Studio Code.mp4 (9.9 MB)
  • 011 GitHub Code Reference.mp4 (10.0 MB)
02 An introduction to JavaScript
  • 001 Significance and Origin of JavaScript.mp4 (32.0 MB)
03 Statements and Code Execution Flow
  • 001 Display Hello World in console.mp4 (1.4 MB)
  • 002 Create Folder.mp4 (3.1 MB)
  • 003 Open 'javascript' folder in Visual Studio Code.mp4 (5.7 MB)
  • 004 Create HTML file.mp4 (3.8 MB)
  • 005 Key in the code.mp4 (17.2 MB)
  • 006 Launch HTML using Live Server.mp4 (14.9 MB)
  • 007 Place Visual Studio Code and Chrome browser adjacently.mp4 (20.5 MB)
  • 008 Placement of Script tag.mp4 (8.8 MB)
  • 009 JavaScript is Case Sensitive.mp4 (18.1 MB)
  • 010 Code Execution Flow.mp4 (23.6 MB)
04 Literals and Arithmetic Operators
  • 001 Introduction.mp4 (711.9 KB)
  • 002 Temperature Conversion Calculation.mp4 (5.0 MB)
  • 003 Create HTML file.mp4 (4.4 MB)
  • 004 Difference between a String Literal and Numeric Literal.mp4 (16.7 MB)
  • 005 Understanding Arithmetic Addition and String Concatenation.mp4 (10.5 MB)
  • 006 Code to display Celsius.mp4 (6.4 MB)
  • 007 Calculation code for Fahrenheit.mp4 (8.1 MB)
  • 008 Understanding Operator Precedence.mp4 (12.7 MB)
  • 009 Fix Fahrenheit calculation issue.mp4 (12.6 MB)
  • 010 Summary.mp4 (11.6 MB)
  • 011 EXERCISE #1 - Area of Rectangle.mp4 (14.6 MB)
  • 012 EXERCISE #2 - Percentage of Boys and Girls.mp4 (9.8 MB)
  • 013 EXERCISE #3 - Find left over Apples.mp4 (4.5 MB)
05 Variables
  • 001 Limitations of Fahrenheit conversion code.mp4 (5.6 MB)
  • 002 Implementing Variables.mp4 (21.4 MB)
  • 003 Defining multiple variables.mp4 (15.1 MB)
  • 004 String variable and Variable Naming Convention.mp4 (24.6 MB)
  • 005 Multiple variable definitions in a single line.mp4 (5.8 MB)
  • 006 EXERCISE #1 - Area of Rectangle.mp4 (5.2 MB)
  • 007 EXERCISE #2 - Percentage of Boys and Girls.mp4 (5.4 MB)
06 Function
  • 001 Significance of Function.mp4 (7.8 MB)
  • 002 Define Function.mp4 (16.0 MB)
  • 003 Call Function.mp4 (15.5 MB)
  • 004 Function with Parameter.mp4 (25.2 MB)
  • 005 Call Function from another Web Page.mp4 (11.3 MB)
  • 006 Steps to implement External Script.mp4 (9.1 MB)
  • 007 Function definition in Script File.mp4 (5.7 MB)
  • 008 Move Function to Script file.mp4 (7.3 MB)
  • 009 Refer Script File from HTML.mp4 (16.7 MB)
  • 010 Additional information about External JavaScript File.mp4 (14.1 MB)
  • 011 Return Statement in a Function.mp4 (16.6 MB)
  • 012 Code Execution Flow of a Function.mp4 (9.8 MB)
  • 013 About Functions and Function Naming Conventions.mp4 (16.1 MB)
  • 014 EXERCISE - Area of Rectangle.mp4 (8.4 MB)
07 Conditional Statements
  • 001 About Conditional Statements.mp4 (2.5 MB)
  • 002 Problem Statement to learn Conditional Statements.mp4 (2.1 MB)
  • 003 Implement 'if' statement.mp4 (10.7 MB)
  • 004 Explain 'if' statement.mp4 (13.8 MB)
  • 005 Implement 'if' statement for raining check.mp4 (10.5 MB)
  • 006 Implement Logical NOT operator.mp4 (14.8 MB)
  • 007 Explanation for Logical NOT operator.mp4 (7.2 MB)
  • 008 Implement 'else' block.mp4 (10.2 MB)
  • 009 How 'else' block works_.mp4 (4.7 MB)
  • 010 Implement Equal (==) operator.mp4 (10.4 MB)
  • 011 Implement Strict Equal (===) operator.mp4 (11.7 MB)
  • 012 Comparison Operators.mp4 (17.7 MB)
  • 013 Logical Operators.mp4 (19.0 MB)
  • 014 About Pipe Character.mp4 (5.9 MB)
  • 015 Problem Statement - Airlines Infant Policy.mp4 (3.4 MB)
  • 016 Implement Infant Passenger age check.mp4 (11.6 MB)
  • 017 Implement Adult Passenger age check.mp4 (8.3 MB)
  • 018 Airlines Policy for Child Passenger.mp4 (3.8 MB)
  • 019 Implement Child Passenger age check.mp4 (13.5 MB)
  • 020 Implement Airlines Policy using if .. else if.mp4 (12.5 MB)
  • 021 Benefit of if .. else if.mp4 (9.5 MB)
  • 022 Implement Ternary Operator.mp4 (13.4 MB)
  • 023 How Ternary Operator works_.mp4 (15.8 MB)
  • 024 Explanation for switch .. case statement.mp4 (36.2 MB)
  • 025 Summary of Conditional Statements.mp4 (7.7 MB)
  • 026 EXERCISE #1 - Find positive, negative and zero using 'if' statement.mp4 (4.9 MB)
  • 027 EXERCISE #2 - Find positive, negative and zero using 'if .. else if'.mp4 (3.7 MB)
  • 028 EXERCISE #3 - Find if a number is Odd or Even.mp4 (2.7 MB)
  • Description

    Knowledge should not be limited to those who can afford it or those willing to pay for it. If you found this course useful and are financially stable please consider supporting the creators by buying the course :)


    Become a Front End Developer - JavaScript for Beginners
    Enable your career to become a Front End Developer by learning JavaScript
    Original Price: CA$24.99




    Description

    Beginner friendly course
    If you are from a non-IT profession and you want to shift to application development, then this is the course for you.

    • The topics are clearly structured.
    • Appropriate instructions and opportunity provided to the learner to code along with the instructor.
    • Guided implementation of case study and project.
    About JavaScript
    According to StackOverflow Developer Survey, JavaScript is the Most Popular Technology during 2020. Most popular websites use JavaScript. As of 2021, around 97.4% of websites use JavaScript.
    Using JavaScript you can develop web applications, mobile applications, desktop applications and server side programming.
    It is easier to get started and learn JavaScript.
    What is in this course?
    The following are the major areas covered in this course:
    [list=1][*]Programming Fundamentals
    • Statements, Code Execution Flow, Literals, Arithmetic Operators, Variables, Function, Conditional Statements, Loops, String, Array, Object, Class, Module, Arrow Function, Variable Scoping, Numbers and Dates

    [*]Web Page manipulation using DOM (Document Object Model)
    • Learn manipulating HTML elements
    • Learn to handle DOM events
    • Implement 2 Case Studies and an Exercise

    [*]Getting data from server (Using XMLHttpRequest and fetch)
    • Learn about getting data from server
    • Understand about REST API and JSON
    • Implement making REST API call using XMLHttpRequest and fetch
    • Implement case study that searches countries
    • Implement an exercise to search street names in France
    • Understand basics of HTTP protocol and HTTP method types

    [/list]The above topics helps you to become a Front End Developer.
    This course does not cover the desktop application development, mobile application development and server side programming.
    During this learning journey, you are provided with:
    • 36 Exercises
    • 3 Case Studies
    • 1 Project (Tic-Tac-Toe game)



Download torrent
5.4 GB
seeders:10
leechers:16
Udemy - Become a Front End Developer - JavaScript for Beginners


Trackers

tracker name
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://eddie4.nl:6969/announce
http://p4p.arenabg.com:1337/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.openbittorrent.com:6969/announce
udp://exodus.desync.com:6969/announce
udp://www.torrent.eu.org:451/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
udp://retracker.lanta-net.ru:2710/announce
udp://open.stealth.si:80/announce
µTorrent compatible trackers list

Download torrent
5.4 GB
seeders:10
leechers:16
Udemy - Become a Front End Developer - JavaScript for Beginners


Torrent hash: E8610CE03D4A2F5678326ACA3F991181DF1DF2A5