Remove en
article thumbnail

Cómo mejorar la performance de una web usando lazy-loading y code-splitting

Jos

El desarrollo basado en componentes ha marcado un antes y un después en el desarrollo web. Lazy-loading y bundle-splitting pueden tener un gran impacto en el rendimiento de la página: requests con menos payload, código parseado y ejecutado. Las principales ventajas que suelen mencionarse son la reutilización y la modularización.

Code 130
article thumbnail

Draft FAQ: Why does the C++ standard ship every three years?

Sutter's Mill

I’ve now done that by adding a FAQ section to the next draft of P1000, and I’ve sent a copy of it to the committee members now en route to Cologne. More about that in the post-meeting trip report after the meeting is over… FAQs (As of pre-Cologne, July 2019) There are bugs in the standard, so should we delay C++20?

C++ 98
article thumbnail

Building The SSG I’ve Always Wanted: An 11ty, Vite And JAM Sandwich

Smashing Magazine

But it felt great to whip up a.yaml file for all my personal projects: # _data/works.yaml - title: Bits of Good Homepage hash: bog-homepage links: - href: [link] text: Explore the live site - href: [link] text: Scour the Svelt-ified codebase timeframe: May 2019 - present tags: - JAMstack - SvelteJS - title: Dolphin Audio Visualizer.

Website 93