Dictionary
Technology Terminology Library
Plain-language meanings for common software, web, security, cloud, and product terms.
| Term | Meaning | Category |
|---|---|---|
| URI | A string that identifies a resource; URLs are a common type of URI. | Web Fundamentals |
| URL | The address used to locate a web page, file, or endpoint. | Web Fundamentals |
| User Story | A short description of a user need. | Product |
| Validation Rule | A requirement applied to incoming input. | Backend |
| Version Control | A system for tracking changes to files over time. | Development |
| Vite | A fast frontend build tool and development server. | Frontend |
| Webhook | An HTTP callback sent by one service when an event happens. | Integration |
| Wireframe | A simple layout sketch for a screen. | Design |
| XSS | Cross-site scripting, an attack where malicious scripts are injected into a page. | Security |