masto.es es uno de los varios servidores independientes de Mastodon que puedes usar para participar en el fediverso.
Bienvenidos a masto.es, el mayor servidor de Mastodon para hispanohablantes de temática general. Registros limitados actualmente a invitaciones.

Administrado por:

Estadísticas del servidor:

1,9 K
usuarios activos

#html

56 publicaciones44 participantes1 publicación hoy

Writing #HTML and #CSS is like meditation to me. I can do it for hours. It's beautiful.

I'm biased but, I think we should learn the language of the web in grade school. But maybe, with AI, it's a lost art; something we'll see on a tv show like a candle maker lol

#Mdream Ultra-performant #HTML to #Markdown Converter Optimized for #LLMs 🧠🚀

~50% fewer tokens with minimal preset for efficient #LLM processing 🔍 Generates #GitHub Flavored Markdown with frontmatter & nested HTML support

🕷️ Site crawling capability genera 🧵👇#opensourcetes llms.txt artifacts from entire websites ⚡ Lightning fast: Stream 1.4MB of HTML to markdown in ~50ms with 5kB gzip footprint

🧵 👇

💡 CSS Tip!

Create an infinite logo marquee using modern CSS and less than 10 lines of code.

css-tip.com/logo-marquee/

Where's the novelty, you might ask? It's responsive, works with any number of images, doesn't rely on magic numbers, and you can easily control it using CSS variables.

Another use case for modern CSS features (shape(), sibling-index(), sibling-count(), etc).

Abogo por una arquitectura web más simples y de mayor rendimiento que aprovechen las capacidades nativas del navegador en lugar de SPAs o frameworks de #javascript . Hoy en día tenemos herramientas tan poderosas como View Transitions API (transiciones entre páginas) y Speculation Rules (precargar páginas) para simular las transiciones suaves y sin loadings entre páginas o componentes. Pero además con un sistema de caché, no depender de estados y renderizar en el servidor; tendremos una velocidad fantástica y una experiencia de usuario similar a un APP.
#html #css

“Semantic markup doesn’t guarantee better indexing or extraction – but it creates a foundation that systems can use, now and in the future. It’s a signal of quality, structure, and intent.

If everything is a <div> or a <span>, then nothing is meaningful.”

#WebDev #HTML #SEO
jonoalderson.com/conjecture/wh

Jono Alderson · Why Semantic HTML Still MattersIf you want to build for performance, accessibility, discoverability, or resilience, you must start with HTML that means something.