How to load dynamic images in Vue 2 and Nuxt 2 with ease
A guide explaining how to load images dynamically in Vue 2 and Nuxt 2, covering static vs. dynamic paths and Webpack asset handling.
A guide explaining how to load images dynamically in Vue 2 and Nuxt 2, covering static vs. dynamic paths and Webpack asset handling.
Discusses Chrome's new native lazy loading for images, its current limitations, and why developers should be cautious about adopting it immediately.
An exploration of state management concepts in Angular applications, covering state types, lifecycle, and reactive programming approaches.
A short blog post discussing a technical web design issue: making footers stick on pages with minimal content.
A tutorial on creating an animated sun illustration using only CSS, including gradients, pseudo-elements, and mask-image.
A developer's reflection on the fundamental differences between frontend and backend development, focusing on user perception vs. system communication.
Argues against CSS-in-JS for most projects, advocating for traditional stylesheets and methodologies like BEM for better maintainability.
A web developer and graphic designer introduces his new blog, sharing his journey into front-end development and design.
A guide explaining when and how to use React.memo() for performance optimization, including its benefits and pitfalls.
A guide on using TypeScript with React to improve development with type safety, autocompletion, and better tooling.
A developer explains why now is the best time to learn JavaScript, highlighting the stable ecosystem and importance of fundamentals.
A tutorial on building a functional calendar layout using CSS Grid, covering HTML structure and grid placement techniques.
A conference talk video explaining how to build complex and flexible web layouts using CSS Grid, from basics to advanced techniques.
Explores the widening performance gap in mobile devices and argues for using Web Workers to handle JavaScript's blocking nature, especially for users on low-end phones.
A tutorial on integrating Web Components into React, covering props, events, and using a custom hook for seamless integration.
A summary of key talks from the Pixel Pioneers 2019 web development conference, covering UX, CSS animation, flexbox, and CSS Grid.
An article exploring the unique mindset required to write effective CSS, focusing on its declarative nature and core concepts.
A tutorial on using the Emotion-JS CSS-in-JS library to style React Native applications, covering setup and basic usage.
A tutorial on building a Grey's Anatomy-themed Lorem Ipsum generator using React, Netlify functions, and serverless architecture.
A technical guide to implementing an animated progress bar in stages, covering CSS animations, JavaScript triggers, and handling multiple queued instances.