Frontend
The frontend encompasses all visual elements and user interfaces of an application.
- Knowledge domains
- /Thematic areas
- /Segments
- /Building blocks
Build & Delivery
This segment covers the steps and mechanisms required to turn frontend code into deliverable artifacts and deploy them. It includes build and bundling strategies, dependency and package management, artifact and release structures, and delivery approaches via content delivery networks or similar mechanisms. The focus is on the path from source code to deployment rather than runtime operations, observability, or user interface design.
Frontend Build Pipeline
A standardized, automated chain for building, testing and bundling frontend artifacts prior to deployment.
Frontend Performance
Concepts and practices for measuring and optimizing page load, rendering latency, and interaction speed in web UIs.
Vite
Vite is a modern build tool and development server for frontend projects focused on fast startup times and hot module replacement.
Webpack
Webpack is a powerful module bundler for modern JavaScript applications.