Web Development Overview
Web Development Overview (Stub)
This page will provide a big-picture introduction to how the web works (HTTP request/response cycle, browsers, servers), roles (frontend vs backend), and common stack layers.
To Be Expanded
Placeholder: This stub exists to satisfy navigation integrity. Expand with student-friendly explanations, diagrams, and examples.
Quick Pointers
- Frontend focuses on user interface & interaction.
- Backend focuses on data, business logic, and persistence.
- Shared contracts (OpenAPI) reduce miscommunication.
Maintainers: Replace this stub with full content following the style used in expanded pages like api-design-contracts.md.