Related terms
Term
Description
View
Continuous deployment
A software release practice where every code change that passes automated tests is automatically deployed to production without human intervention.
View
Deploy
The process of releasing software changes to an environment where users can access them, moving code from development to production.
View
Tech stack
The combination of programming languages, frameworks, tools, and services used to build and run a software product.
View
Technical debt
The implied cost of future rework caused by choosing expedient solutions now instead of better approaches that would take longer.
View
Test-driven development (tdd)
A software development practice where tests are written before the code they verify, driving design through a red-green-refactor cycle.
View
Continuous delivery
A software development practice where code changes are automatically built, tested, and prepared for release to production, enabling deployment at any time.
View
Enterprise feedback management
A systematic approach to collecting, analyzing, and acting on feedback from customers, employees, and stakeholders across an entire organization.
View
Extreme programming (xp)
An agile software development methodology emphasizing technical excellence, continuous feedback, and close collaboration through practices like pair programming and test-driven development.
View


