Front-End Development Flashcards
(124 cards)
Agenda
A list of topics to discuss in a meeting
Follow-up
Checking in on previous tasks or actions
Touch base
To check in briefly with someone
Clarification
Asking for more details
Alignment
Ensuring everyone understands and agrees
Stand-up meeting
A short daily meeting to discuss progress
Sprint
A short development cycle in Agile
Backlog
A list of pending tasks in Agile development
Blocker
An issue preventing progress
Dependency
A task that relies on another task to be completed
Estimate
A rough calculation of time needed for a task
Daily Stand-Up
A short daily meeting where team members give updates
Sprint
A time-boxed development cycle (e.g., 2 weeks)
User Story
A description of a feature from the user’s perspective
Task Breakdown
Dividing a user story into smaller tasks
Priority
The importance of a task in relation to others
Sprint Goal
The main objective for a sprint
Velocity
A measurement of how much work a team completes per sprint
Implementation
The process of coding a feature or function
Refactoring
Improving existing code without changing functionality
Deployment
Releasing code to production or staging
Bug Fix
Resolving an error in the code
Pull Request (PR)
A request to merge code changes into the main branch
Merge Conflict
When two branches have conflicting changes