63 topics found for:

“design best practices”

Guild

A broader, more informal community of interest that spans across the entire organization, focusing on shared topics such as agile practices or UX design. Valuable for cross-functional learning, knowledge sharing, and promoting a unified approach to common challenges.

Nagging

A dark pattern where repetitive notifications or prompts are used to wear down user resistance. Recognizing the annoyance of this tactic is important to maintain respectful user interactions and avoid interruptions.

Chapter

A group of individuals with similar skills or expertise, spread across different squads, who come together to share knowledge and best practices. Crucial for maintaining technical excellence and fostering professional development within specific disciplines.

Exit Modal

A pop-up dialog that appears when a user attempts to leave a page or application, which can be used to prevent loss of progress or data, or to confirm user intent. While it can be used ethically to prevent data loss or confirm actions, designers must avoid using it to deceive, delay, block, or interfere with the user's intent, thus ensuring it does not become a dark pattern.

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.

Technical SEO

The process of optimizing a website for the crawling and indexing phase, focusing on technical aspects like site speed, structure, and security. Crucial for ensuring a website is search engine-friendly and performs well in search rankings.

ModelOps

ModelOps (Model Operations) is a set of practices for deploying, monitoring, and maintaining machine learning models in production environments. Crucial for ensuring the reliability, scalability, and performance of AI systems throughout their lifecycle, bridging the gap between model development and operational implementation.