110 topics found for:

“architecture”

Tree Testing

A usability technique used to evaluate the findability and labeling of topics in a website's structure by having participants find specific items in a simplified text version of the site. Crucial for improving information architecture and ensuring users can navigate a website effectively.

Top-Down IA

An approach to information architecture that begins with high-level structures and breaks them down into detailed components. Helps in creating a clear and organized framework from the outset, ensuring consistency and coherence.

MVC

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). Essential for creating modular, maintainable, and scalable software applications by promoting separation of concerns.

m12n

Numeronym for the word "Modularization" (M + 12 letters + N), dividing a system into separate, interchangeable modules that can be developed, tested, and maintained independently. Important for improving maintainability and scalability of systems.

Middleware

Software that acts as an intermediary between different systems or applications, enabling them to communicate and function together. Crucial for integrating various components and ensuring seamless interaction within digital products.

ERD

Entity Relationship Diagram (ERD) is a visual representation of the relationships between entities in a database. Essential for designing and understanding the data structure and relationships within digital products.

Dublin Core

A set of metadata standards used to describe digital resources, facilitating their discovery and management. Important for ensuring effective organization and retrieval of digital assets in product design and development.

PageRank

An algorithm used by Google Search to rank web pages in their search engine results, based on the number and quality of links to a page. Essential for understanding search engine optimization and improving website visibility.