</> html5advent.com · est. 2010
The modern web platform, decoded.
La plataforma web moderna, una demo a la vez.
Guías prácticas y probadas sobre HTML, CSS, JavaScript y las Web APIs del navegador — además del calendario Web Platform Advent de 24 demos front-end.
Guías →JavaScript
2- js Promesas en JavaScript: guía práctica Crear promesas, then/catch/finally, encadenamiento y Promise.all/race/any/allSettled — con los errores comunes. Leer la guía →
- js async/await en JavaScript: guía práctica La relación de async/await con las promesas, try/catch, await en bucles y el error serie-vs-paralelo. Leer la guía →
CSS
3- css Anidamiento CSS nativo: el selector & y diferencias con Sass Escribir CSS anidado sin preprocesador — el selector & y qué navegadores lo soportan. Leer la guía →
- css Container queries CSS: estilar por contenedor, no por ventana container-type, @container y en qué se diferencian de las media queries. Leer la guía →
- css La API View Transitions: transiciones de página suaves Animar entre estados del DOM con startViewTransition, view-transition-name, same- y cross-document. Leer la guía →
Web APIs
4- apis La API Fetch en JavaScript Haz peticiones HTTP en el navegador: GET, JSON, POST, errores y cancelación. Leer la guía →
- apis Service Workers: caché, sin conexión y actualizaciones Registrar un service worker, el ciclo install/activate, la Cache API, páginas sin conexión y actualizaciones seguras. Leer la guía →
- apis localStorage vs sessionStorage: la API Web Storage Diferencias de duración y alcance, límites de tamaño, guardar JSON con seguridad y el evento storage. Leer la guía →
- apis La API IntersectionObserver: lazy-loading y efectos al scroll Cargar imágenes diferidas, revelar al scroll y crear scroll infinito — threshold y rootMargin. Leer la guía →
HTML
1Alojamiento
17- hosting · € Elegir el mejor VPS para alojar un proyecto web Los criterios que importan (RAM, CPU, almacenamiento, ancho de banda, ubicación, precio) y cuándo el VPS supera al compartido. Leer la guía →
- hosting · € Alojamiento de sitios estáticos: desplegar Astro, Vite o HTML Qué es el alojamiento estático, cómo un CDN sirve tu build y desplegar con dominio propio y HTTPS gratis. Leer la guía →
- hosting · € Alojamiento web para desarrolladores: los criterios que importan Acceso SSH, despliegues Git, runtimes, bases de datos y staging — y la comparación compartido/VPS/gestionado. Leer la guía →
- hosting · € Cómo alojar una app Node.js: VPS, PaaS y serverless Desplegar una app Node.js vía VPS, PaaS gestionado o serverless — con PM2, un proxy inverso y variables de entorno. Leer la guía →
- hosting · € Alojamiento PHP: compartido vs VPS, versiones y rendimiento Compartido vs VPS, versiones y extensiones PHP, despliegue, .htaccess y rendimiento con OPcache. Leer la guía →
- hosting · € VPS hosting explained: what it is and how to choose What a VPS is, how it differs from shared and dedicated hosting, the criteria that matter, and who it fits. Leer la guía →
- hosting · € Cloud hosting explained: when it makes sense for a web project What cloud hosting really means, how it differs from a single VPS or shared hosting, and the projects it suits. Leer la guía →
- hosting · € Managed WordPress hosting: what it is and who it’s for What managed WordPress hosting includes, how it compares to shared hosting and a self-managed VPS, and its pros and cons. Leer la guía →
- hosting · € Web hosting for a small business: what to look for The criteria that matter for a small business — uptime, support, email, security, room to grow — and how to judge any host. Leer la guía →
- hosting · € Cheap VPS hosting: how to get value without cutting corners How to read low-priced VPS plans honestly, which corners are safe to cut, and what separates value from a false bargain. Leer la guía →
- hosting · € Running WordPress on a VPS: when and how When a VPS beats shared or managed hosting for WordPress, the criteria that matter, and the LEMP stack you need. Leer la guía →
- hosting · € Hosting for a WooCommerce store: the requirements that matter The performance, resources and scalability a WooCommerce store needs, and how shared, managed and VPS hosting compare. Leer la guía →
- hosting · € Hosting a Laravel app: VPS, requirements and deployment Why a VPS fits Laravel, the server requirements that matter, and a real deployment walkthrough (Composer, .env, Nginx, queues). Leer la guía →
- hosting · € Contabo review: is it a good VPS for web projects? An honest, no-hype look at Contabo as a VPS host — its resource-for-the-price positioning, the trade-offs, and who it suits. Leer la guía →
- hosting · € VPS vs cloud hosting: which one fits your project? How VPS and cloud hosting differ on performance, scaling, reliability and price — and how to decide which model fits your web project. Leer la guía →
- hosting · € VPS vs servidor dedicado: ¿cuál necesita tu proyecto? En qué se diferencian realmente un VPS y un servidor dedicado — rendimiento, aislamiento, escalado, control y precio — y una forma clara de decidir cuál encaja con tu web o aplicación. Leer la guía →
- hosting · € How to host an Astro site: static and SSR options Static vs server (SSR) output, how adapters work, the build commands, and how to choose a host for each. Leer la guía →