К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
AJAX for Web Developers · LearnSpace
Назад в каталог
courseraПрограммирование

AJAX for Web Developers

Курс от Coursera
Средний≈ 3.4 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

The "AJAX for Web Developers" course explores how modern websites update parts of a web page without the need to reload the entire page, providing a fluid and fast user experience. This course covers the relationship between client apps or websites and servers, the distinction between full page loads and AJAX, and the best use-cases for each. We will delve into Javascript's Fetch API, modern Async/Await syntax, and the benefits of using the Axios module to streamline the process of making requests to a server and handling the response. The course also introduces JSON as a data exchange format for clients and servers, explaining how to encode and decode JSON, error-handling for AJAX requests, and crucial security best practices for AJAX. By the end of the course, you'll be ready to interact confidently with a live API and update elements on the page via AJAX.

Навыки, которые вы освоите

Application Programming Interface (API)Secure CodingJSONAjaxJavascriptWeb ApplicationsApplication Security

Программа курса

3 модулей · 20 учебных материалов

01Lesson 17 материалов

Understanding AJAX

Course IntroductionВидеоWelcome to CourseЧтениеIntroduction - What is AJAX?ВидеоAJAX ExamplesВидео

Учитесь у экспертов

Mau Fournier

Преподаватель курса

AJAX for Web Developers
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 3.4 ч

3 модулей

Язык: Английский

Субтитры: Арабский, Французский, Итальянский, Корейский, Немецкий, Индонезийский, Испанский, Японский

Часть программы вашего университета
Anatomy of HTTP Requests and HTTP responsesВидео
When should you use AJAX versus a full page load?Чтение
Quiz: AJAX versus full page loadsЗадание
02Lesson 26 материалов

Making AJAX Requests

Javascript promises recap: asynchronous requests that don't freeze the browserВидеоAJAX requests using Javascript's Fetch API and traditional promisesВидеоEncoding and decoding JSON dataВидеоInterpreting JSON ExamplesЧтениеUpdating elements on the page based on returned JSONВидеоQuiz: Making AJAX requestsЗадание
03Lesson 37 материалов

Processing JSON Responses in AJAX

AJAX requests using Javascript's Async and AwaitВидеоRobust AJAX requests using the Axios moduleВидеоComparison of AJAX methodsЧтениеError handling in AJAXВидеоSecurity best practicesВидеоQuiz: Debugging AJAX requestsЗаданиеGraded Assessment: Interacting with a live API using AJAXЗадание