Focused on making webpages dynamic with data. Covered Requests & Responses, APIs, JSON, and Postman as key tools. → Builds on Week 4’s Bootstrap and Git Workflow. —
Information retrieved from external sources. Examples: weather APIs, NASA photos, stocks, Pokémon info. → Related: JSON, POJO, Variables
Standardized systems for sharing data between applications.
A tool/website for exploring APIs.
Lightweight data format.
{}, commas, and key-value pairs.Structured JavaScript object, often API response data.
Extra info appended to a URL after ?, e.g. ?city=London&unit=metric.
→ Related: Requests & Responses
—
Using meaningful tags (<h1>, <p>) for structure and accessibility.
→ Related: Div Tag, Parent-Child Structure
Unique identifiers for HTML elements.
Text sequences enclosed in quotes, can contain spaces.
Store values in programs.
const introduced alongside var.
→ Related: Counter Pattern, Global VariableBlocks of reusable code.
function name() { ... }.JavaScript function for making network requests.
Functions to retrieve and assign content of HTML elements. → Related: Code.org
Represents the webpage as a tree.
Browser dev tools feature showing all requests/responses. → Related: Requests & Responses, Fetch Function —
Preview for Week 7. Sending Strings as input to AI models (Gemini, LLaMA) returns responses. → Related: Text Generation (AI), Inference (AI)
Continued as a CSS framework for professional design. → Related: Utility Classes, Grid System
Practiced repeatedly in Week 6.
git add, git commit, git push.
→ Related: RepositoriesUnique identifier string.
Standard starting HTML generated with ! in VS Code.
Virtual sub-rooms for smaller group collaboration.