288 topics found for:

“responsive UX”

c10k

Numeronym for the term "10,000 Concurrent Clients", the challenge of optimizing network software to handle ten thousand simultaneous client connections. Important for ensuring scalability and performance in high-demand scenarios.

MVF

Minimum Viable Feature (MVF) is the smallest possible version of a feature that delivers value to users and allows for meaningful feedback collection. Crucial for rapid iteration in product development, enabling teams to validate ideas quickly and efficiently while minimizing resource investment.

TDA

Tell, Don't Ask (TDA) is a design principle in software engineering that promotes encapsulation by having objects handle their own data and actions. Essential for maintaining object-oriented integrity and reducing dependencies in the code.

Bucket Sort

A sorting algorithm that distributes elements into a number of buckets, sorts each bucket individually, and then combines the buckets to get the sorted list. Useful for understanding more advanced algorithmic techniques and their applications.

Postel’s Law

A principle stating that a system should be liberal in what it accepts and conservative in what it sends, meaning it should handle user input flexibly while providing clear, consistent output, similar to the principle of fault tolerance. Essential for designing robust and user-friendly interfaces that accommodate a wide range of user inputs and behaviors while maintaining reliability and clarity in responses.

Product vs. Program

Products are individual items or services designed to meet specific customer needs, while programs are collections of related projects and products managed together to achieve broader strategic goals. Essential for understanding the different scopes and objectives involved, helping to manage and align efforts effectively within an organization.

Feature Team

A team responsible for delivering specific features or enhancements, typically working on predefined requirements and focusing on the implementation of assigned features. Important for executing well-defined tasks and ensuring timely delivery of specific functionalities within a product.

Feature Flag

A technique used in software development to enable or disable features in a production environment without deploying new code, allowing for controlled feature rollouts. Essential for managing feature releases and testing in live environments.

Hotfix

A quick and often temporary fix applied to a software product to address an urgent issue without going through the full development cycle. Essential for maintaining the stability and functionality of digital products in the face of critical issues.

SRE

Site Reliability Engineering (SRE) is a discipline that incorporates aspects of software engineering and applies them to infrastructure and operations problems to create scalable and highly reliable software systems. Crucial for maintaining the reliability and efficiency of complex software systems.

ASE

Application Support Engineer (ASE) is a professional responsible for maintaining and supporting software applications, ensuring their availability and performance. Crucial for ensuring the reliability and user satisfaction of digital products through effective support and maintenance.

PAR

Performance and Accountability Reporting (PAR) is a comprehensive document that outlines an organization's performance in achieving its goals and its accountability in managing resources. This report is essential for transparency, governance, and continuous improvement.

SOW

Statement of Work (SOW) is a formal document that outlines the scope, objectives, deliverables, and timelines for a project. Essential for defining project expectations and ensuring all parties have a clear understanding of their responsibilities.

ALM

Application Lifecycle Management (ALM) is the process of managing an application's development, maintenance, and eventual retirement throughout its lifecycle. Important for ensuring the sustainability and effectiveness of digital products over time.

KYC

Know Your Customer (KYC) is a process used by businesses to verify the identity of their clients and assess potential risks of illegal intentions for the business relationship. Essential for preventing fraud, money laundering, and terrorist financing, particularly in financial services, while also ensuring compliance with regulatory requirements and building trust with customers.

KPI

Key Performance Indicators (KPIs) are quantifiable measures used to evaluate the success of an organization, employee, or project in meeting objectives for performance. Essential for tracking progress, making informed decisions, and aligning efforts with strategic goals across various business functions, including product design and development.

OKR

Objectives and Key Results (OKR) is a goal-setting framework for defining and tracking objectives and their outcomes. Essential for aligning organizational goals, improving focus and engagement, and driving measurable results across teams and individuals.

KOS

Knowledge Organization System (KOS) refers to a structured framework for organizing, managing, and retrieving information within a specific domain or across multiple domains. Essential for improving information findability, enhancing semantic interoperability, and supporting effective knowledge management in digital environments.

Program Manager

A professional responsible for overseeing and coordinating multiple related projects to ensure they align with organizational goals and deliver strategic value. Essential for managing complex initiatives and ensuring successful delivery of business objectives.

JAD

Joint Application Development (JAD) is a collaborative approach to gathering requirements and designing solutions in software development projects. It facilitates rapid decision-making and consensus-building by bringing together key stakeholders, including users, developers, and project managers, in structured workshop sessions.