1240 topics found for:

“practical applications of science”

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.

SaaS

Software as a Service (SaaS) is a software distribution model where applications are hosted by a service provider and accessed over the Internet. Crucial for enabling scalable and cost-effective software solutions for users.

Design Ethics

The principles and guidelines that govern the moral and ethical aspects of design, ensuring that designs are socially responsible and beneficial. Crucial for creating designs that are ethical, inclusive, and socially responsible.

Scrumban

A hybrid Agile project management framework that combines elements of Scrum and Kanban to improve flexibility and workflow management. Useful for teams seeking to blend the structured approach of Scrum with the visual workflow of Kanban.

NPM

Node Package Manager (NPM) is a package manager for JavaScript, enabling developers to share and reuse code modules in their projects. Crucial for managing dependencies and streamlining development workflows in JavaScript applications.

Critical Theory

A philosophical approach to culture and literature that seeks to confront the social, historical, and ideological forces and structures that produce and constrain it. Valuable for analyzing and addressing power dynamics and biases in design.

LeSS

Large-Scale Scrum (LeSS) is a framework for scaling agile product development to multiple teams working on a single product. It provides a minimalist, large-scale agile approach that maintains the simplicity and effectiveness of Scrum while addressing the challenges of coordination and integration in multi-team environments.

MBSE

Model-Based Systems Engineering (MBSE) is a methodology that uses visual modeling to support system requirements, design, analysis, and validation activities throughout the development lifecycle. Essential for managing complex systems, improving communication among stakeholders, and enhancing the overall quality and efficiency of systems engineering processes.

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.

Obstruction

A dark pattern where a process is made more difficult than it needs to be to discourage certain behavior. Recognizing the harm of this practice is important to design straightforward user processes.