Blue/Green Deployment
A deployment strategy that reduces downtime and risk by running two identical production environments, switching traffic between them.
A deployment strategy that reduces downtime and risk by running two identical production environments, switching traffic between them.
ARIA attributes that notify assistive technologies about updates to parts of the web page that can change dynamically.
The process of handling changes to software, hardware, or documentation in a systematic way.
A technique for creating interactive web applications by exchanging data with the server in the background without reloading the entire page.
The ability of a system to maintain its state and data across sessions, ensuring continuity and consistency in user experience.
Software agents that can perform tasks or services for an individual based on verbal commands.
The path taken by a user to complete a task on a website or application, including all the steps and interactions along the way.
A model by Don Norman outlining the cognitive steps users take when interacting with a system: goal formation, planning, specifying, performing, perceiving, interpreting, and comparing.
Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the Model (data), the View (user interface), and the Controller (processes that handle input).