Third Party APIs

Module 07 Third Party APIs

All Module 07 Activites πŸ“‚ (Please Download Attachment Below πŸ‘‡)

Video Speed Run of the Activities

if you get stuck or miss class

Module Mac 🍎 Duration Window πŸ–ΌοΈ Duration
01 Video πŸ“Ί 00:58:47 ⏲️ Video πŸ“Ί 00:58:47 ⏲️
02 Video πŸ“Ί 00:37:56 ⏲️ Video πŸ“Ί 00:37:56 ⏲️
03 Video πŸ“Ί 01:07:00 ⏲️ Video πŸ“Ί 01:07:00 ⏲️
04 Video πŸ“Ί 00:40:23 ⏲️ Video πŸ“Ί 00:40:23 ⏲️

Video Speed Run if you get stuck

πŸ“Ί Module 07 Challenge Video Walkthrough πŸƒβ€β™€οΈπŸƒ

Module Mac 🍎 Duration Window πŸ–ΌοΈ Duration
07 Video πŸ“Ί 00:40:23 ⏲️ Video πŸ“Ί 00:40:23 ⏲️

Overview

When developers find themselves repeating a task, they tend to look for a way to simplify their workflow. We saw earlier how CSS frameworks were developed to ensure consistency across applications and to expedite developer workflows. Tools with similar goals have emerged in the JavaScript ecosystem.

jQuery is a JavaScript library that simplifies DOM manipulation and event handling. It allows us to write fewer lines of code than if we were using plain old JavaScript. jQuery also provides a number of methods for animations and working with APIs.

Some developers might point out that jQuery is slowly being phased out and replaced with front-end frameworks such as React. It’s true that you might not see as many job listings for jQuery developers specifically, but the library is still widely used in both new and legacy code—so it’s an important skill to acquire.

Key Topics

We’ll cover the following topics in this unit:

Resources

Slides