web-development - Concepts
Explore concepts tagged with "web-development"
Total concepts: 10
Concepts
- Single File Component - A component architecture where template, logic, and styles are co-located in a single file.
- API - A set of rules and protocols that allows different software applications to communicate with each other.
- Accessibility - The practice of designing products, services, and environments that can be used by people with the widest range of abilities, including those with disabilities.
- JavaScript - A high-level, interpreted programming language that powers interactive web pages and modern applications across browsers, servers, and mobile platforms.
- REST - An architectural style for web services that uses standard HTTP methods and stateless communication.
- HTML - The standard markup language for creating web pages and web applications.
- Client-Server Architecture - A distributed computing model where client applications request services and resources from centralized servers over a network.
- Server-Side Rendering - A web rendering approach where HTML is generated on the server for each request before being sent to the client.
- Static Site Generation - A web building approach where HTML pages are pre-generated at build time rather than on each request.
- GraphQL - A query language for APIs that lets clients request exactly the data they need.
← Back to all concepts