Follow one request through the system
A reservation form gives a concrete comparison. Frontend code presents the fields, explains errors and lets a keyboard user complete the task. Backend code checks identity, enforces reservation rules and records the result. The connection between them needs a clear request and response contract.
The MDN curriculum covers web foundations, while its server-side introduction explains server responsibilities. These are learning references, not employer-specific hiring standards.
Compare evidence at each layer
| Focus | Show in a project | Explain in a review |
|---|---|---|
| Frontend | Loading, empty and error states; keyboard access | How the interface behaves under real constraints |
| Backend | Input validation, access checks and tests | Which rules are enforced on the server |
| Full-stack | A complete flow and clear layer boundaries | Where failures are detected and recovered |
This original matrix describes proposed project evidence. It does not claim that a particular employer requires every item.
A useful interface can still fail if the server trusts a client-supplied user ID. A correct API can still be difficult to use if the interface loses the user’s input after an error. End-to-end thinking helps each specialist understand the consequences of the other layer.
Build depth without losing the whole picture
Choose a primary focus for your next project. If it is frontend, use a simple backend and spend time on interaction, accessibility and tests. If it is backend, keep the interface modest and examine data integrity, authorization and observability.
Avoid adding tools merely to make the stack look impressive. Explain why each dependency exists and what you could remove. The language-selection guide connects tools to the work they enable.
Clarify what full-stack means in the vacancy
Some teams use the title for engineers who move between interface and service tasks. Others expect ownership of deployment or infrastructure as well. Ask about a recent project, how work is reviewed and which specialists are available.
Use the portfolio guide to present a complete, reproducible flow. Then compare adjacent specializations before assuming that one title describes the entire profession.
