This HTML tag is used to link an external CSS file.
Link
This HTTP method is used to retrieve data from a server without modifying it.
GET
This type of testing verifies individual units or components of code in isolation.
Unit
This term refers to the arrangement of visual elements to guide a user's eye through a design.
Hierarchy
The Scrum ceremony where the team plans what work to accomplish in the next sprint.
Planning
In CSS, this property controls the stacking order of overlapping elements.
z-index
This term describes an API architecture that uses HTTP methods and stateless calls.
REST
A bug that cannot be consistently reproduced is often called this type of bug.
Flaky
A low-fidelity, rough sketch of a UI layout used early in the design process.
Wireframe
This artifact represents the complete list of work that needs to be done on a project.
Backlog
This JavaScript method returns the first element matching a CSS selector.
querySelector
In SQL, this clause filters results after a GROUP BY has been applied.
HAVING
This testing approach verifies that new code changes have not broken existing functionality.
Regression
This design principle states that interface elements that look the same should behave the same.
Consistency
In Scrum, the short daily meeting where each team member shares what they did, will do, and any blockers.
Standup
In React, this hook lets you run side effects after every render.
useEffect
This principle ensures a database transaction is fully completed or fully rolled back.
Atomicity
This metric measures the percentage of code lines executed during testing.
Coverage
This color model is used for digital screens and is based on Red, Green, and Blue light.
RGB
This estimation technique uses a sequence inspired by Fibonacci numbers to size user stories.
Poker
This CSS layout algorithm introduced 'fr' units for distributing available space.
Grid
This design pattern separates the creation of objects from their usage, often used in dependency injection.
Factory
In testing, this practice of writing tests before writing code is abbreviated as TDD — spell out what it stands for.
Test-Driven Development
This accessibility standard guideline level requires a contrast ratio of at least 4.5:1 for normal text.
AA
This Scrum concept, measured in story points or hours, represents the amount of work a team can complete in a sprint.
Velocity