software-architecture - Concepts
Explore concepts tagged with "software-architecture"
Total concepts: 5
Concepts
- Project Xanadu - The first hypertext project, founded by Ted Nelson in 1960, envisioning a global network with bidirectional links, transclusion, version control, and micropayments.
- Database - An organized collection of structured data stored electronically and managed by software for efficient storage, retrieval, and manipulation.
- Database Management System - Software that manages databases, providing an interface between users/applications and data while handling storage, retrieval, security, backup, and concurrent access.
- Statelessness - A design principle where components do not retain information between requests or operations, treating each interaction independently.
- Composability - A system design principle where components can be combined and recombined in various ways to build more complex functionality from simpler parts.
← Back to all concepts