Tag: web

Browse 3 practical software engineering resources tagged with "web". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving web. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.

Web Development

Web development covers the technologies and practices used to build websites and web applications. It spans frontend, backend, and infrastructure.

The resources below cover web standards, frameworks, performance, and security. Each guide helps you build modern web applications.

Every resource includes clear explanations, copy-paste code, and practical warnings. Use them to make informed decisions, avoid production pitfalls, and speed up your delivery. If you are just getting started, read the beginner-friendly articles first; if you are experienced, jump straight to the advanced patterns and architecture guides. New resources are added regularly, so bookmark this page and check back for the latest patterns.

Backend for Frontend (BFF) Pattern

Create dedicated backend services tailored to the specific needs of each frontend client type,...

Front Controller Pattern

Route all incoming requests through a single handler that dispatches to the appropriate page...

Page Controller Pattern

Use a dedicated controller object for each logical page in a web application, handling the request...