11ty Hacks for Fun and Performance
A technical guide on using 11ty shortcodes and the Bundle plugin to conditionally load page-specific JavaScript and CSS, improving site performance.
A technical guide on using 11ty shortcodes and the Bundle plugin to conditionally load page-specific JavaScript and CSS, improving site performance.
Introducing CDK Booster, a tool that speeds up AWS CDK projects by bundling all Lambda functions in parallel instead of sequentially.
A beginner's guide to using npm packages and bundling JavaScript code for web development projects.
Explains how to use Rollup's manualChunks in Vite to split JavaScript bundles for lazy loading, improving web app performance.
Kuto is a reverse JavaScript bundler that reuses cached code to make web updates smaller and faster, improving performance.
A guide to packaging and bundling web components for distribution using Webpack, including configuration and dependencies.
A guide to using the Netlify CLI to check the bundled size of Netlify functions locally to avoid 50MB deployment limits.
A tutorial on integrating Babel with Webpack 5 to use modern JavaScript features by transpiling code for browser compatibility.
A developer details his journey to create a minimal React base project that outputs a tiny bundle using Preact, sharing insights on front-end optimization.
Explains how React and other libraries use development mode for debugging and how it's removed in production for performance.
A technical guide on integrating LESS CSS preprocessing into the ASP.NET Optimization Framework, addressing @import path resolution issues.