dotsdots

JSON APIs and AJAX

Description

Similar to how UIs help people use programs, APIs (Application Programming Interfaces) help programs interact with other programs. APIs are tools that computers use to communicate with one another, in part to send and receive data.

Programmers often use AJAX (Asynchronous JavaScript and XML) when working with APIs. AJAX refers to a group of technologies that make asynchronous requests to a server to transfer data, then load any returned data into the page. And the data transferred between the browser and server is often in a format called JSON (JavaScript Object Notation).

This course will teach you the basics about working with APIs and different AJAX technologies in the browser.

Part of the Data Visualization Certification.Read more.

Career Relevance by Data Role

The techniques and tools covered in JSON APIs and AJAX are most similar to the requirements found in Data Engineer job advertisements.

Similarity Scores (Out of 100)

Learning Sequence

JSON APIs and AJAX is a part of one structured learning path.