AJAX JavaScript XHR and Fetch (Udemy.com)

Learn how to use AJAX within your web applications, Course covers vanilla JavaScript using XMLHttpRequests and Fetch

Created by: Laurence Svekis

Produced in 2021

icon
What you will learn

  • Use AJAX to get JSON data into their web pages
  • Use XHR requests to connect to servers and APIs
  • Use Fetch within web development

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 88 / 100

icon
Course Description

Welcome to our introductory course for using AJAX - Asynchronous JavaScript And XML
AJAX allows web pages to request small chunks of data (such as HTML, XML, JSON, or plain text) and display them only when needed. This is achieved by using APIs like XMLHttpRequest or Fetch API. These technologies allow web pages to directly handle making HTTP requests for specific resources
Typically when a user goes to a website the user has to wait for the server to respond with the data. This is not the case as with AJAX we have the option to load the data when the user is already on the page making the user really happy.

This course covers making AJAX requests using the XMLHttpRequest as well as the newer fetch.
Use JavaScript to send requests, receive response content and use the response data to output into the html. JavaScript is at the center of it all connecting the web page content to the server data and doing all the work in between.
Course Covers
  • How to setup a localhost
  • What Fetch and XHR are and how they work
  • How to load an external files into the JavaScript
  • How to connect to web apis and load data
  • Using JavaScript to read response content and make use of it
  • Exercise to build a random user loader
  • Using AJAX to get a txt file content
  • Exercise Getting Random Jokes to output on a website
  • Using Fetch
  • Exercise Posting form data to a server using Fetch
  • Practice AJAX
Source Code is included
Friendly support in the Q&A section
Taught by an instructor with many years real world web development experience ready to answer your questions and help you learn AJAX.
What are you waiting for take the first step start learning AJAX and experience the amazing things YOU can build with AJAX?

Who this course is for:
  • Web developers who want to practice AJAX
  • Anyone who wants to learn more about XHR and Fetch requests
  • JavaScript developers

icon
Instructor Details

placeholder

I'm here to help you learn, achieve your dreams, come join me on this amazing adventure today

Providing Web development courses and digital marketing strategy courses since 2002.
Innovative technology expert with a wide range of real world experience. Providing Smart digital solutions online for both small and enterprise level businesses.
"I have a passion for anything digital technology related, enjoy programming and the challenge of developing successful digital experiences. As an experienced developer, I created my first computer applications in 1990, and my first website in 1998. I enjoy sharing my knowledge with others and want to help you share in the wonderful opportunities that the internet provides."
"Learning, understanding with a strong passion for education. The internet has provided us with new opportunities to expand and share knowledge."
Want to learn more about becoming a web developer, do you want to experience the freedom that technology provides for us? Learn how to bring amazing things to life online. Technology connects us all in many ways. It opens up doors to those who embrace it and learn how to make those connections real.
"My courses are designed to help you achieve your goals, learn and update skills"
Background : An experienced web application developer, having worked on m

icon
More courses by Laurence Svekis

Google Apps Script Complete Course - Beginner to Advanced

$11.99

Learn JavaScript for beginners

$11.99

Dynamic JavaScript Master Class AJAX JSON Simple APIs

$11.99

Total Frontend Website Creation HTML CSS JavaScript jQuery

$11.99

Guide to Front-End Web Development and Design

$11.99

Learn to Code JavaScript web designers and developers quick

$11.99

icon
Reviews

4.4

9 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

Thank you! :)

nice and clear and slow

A very thorough explanation of how AJAX evolved and works. A clear and concise course so far that is taught by someone who knows what he is talking about.

The bester course ever..

I learned very much with this course.

Thanks master.

A very good course about AJAX. The examples were clear and easy to understand, and follow. I really enjoyed the course.

Útil y conciso.

Initial set up of xhr to the Chuck Norris site hangs in ready state 1 and never completes. Followed verbatim the 3 commands in the lecture,

good tutorial , thanks man

Chrome local server not mentioned. Easiest llocal server.