Tag: browser
Browse 6 practical software engineering resources tagged with "browser". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving browser. Each resource is written for engineers who ship real systems, with copy-paste examples and practical trade-offs.
Browser APIs and Frontend
The browser is the runtime for most user-facing web applications. Modern frontend development relies on browser APIs, performance, accessibility, and security.
The resources below cover DOM, fetch, storage, service workers, events, and browser performance. Each guide helps you build applications that work well across browsers.
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.
JavaScript Drag and Drop File Upload with HTML5 API
Implement native HTML5 drag and drop file upload in JavaScript
JavaScript Clipboard Copy and Paste
Copy text to clipboard programmatically in JavaScript with fallback
JavaScript Infinite Scroll Pagination with
Implement scroll-based data loading in JavaScript with IntersectionObserver
Browser Support Matrix Template
A template for tracking browser support targets, feature compatibility, polyfill requirements, and...
Caching Strategies: From Browser to Database, a Complete
A practical guide to caching strategies: browser caching, CDN edge caching, application caching...