web-development - Concepts
Explore concepts tagged with "web-development"
Total concepts: 11
Concepts
- Client-Server Architecture - A distributed computing model where client applications request services and resources from centralized servers over a network.
- URL Structure - The format and hierarchy of a web page address, which impacts both user experience and search engine crawling, indexing, and ranking.
- GraphQL - A query language for APIs that lets clients request exactly the data they need.
- API - A set of rules and protocols that allows different software applications to communicate with each other.
- REST - An architectural style for web services that uses standard HTTP methods and stateless communication.
- Static Site Generation - A web building approach where HTML pages are pre-generated at build time rather than on each request.
- 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.
- HTML - The standard markup language for creating web pages and web applications.
- JavaScript - A high-level, interpreted programming language that powers interactive web pages and modern applications across browsers, servers, and mobile platforms.
- Single File Component - A component architecture where template, logic, and styles are co-located in a single file.
- Server-Side Rendering - A web rendering approach where HTML is generated on the server for each request before being sent to the client.
← Back to all concepts