Unveiling the Power of SpeechRecognition Web API with Vue.js
A guide to integrating the SpeechRecognition Web API into a Vue.js application using a custom composable for voice-driven features.
A guide to integrating the SpeechRecognition Web API into a Vue.js application using a custom composable for voice-driven features.
An article exploring the polarized opinions around Tailwind CSS, comparing it to disagreements over music and Mario Kart to explain differing perspectives.
A guide explaining how to dynamically load images in Vue 3 and Nuxt 3 applications, covering strategies for using the public and assets folders.
Explores reactivity patterns in vanilla JavaScript, comparing them to frameworks like Vue and discussing when to use each approach.
A developer details a performance investigation and fix for slow emoji processing in a React text editor plugin, improving page load times.
A technical analysis of the CSS and layout structure used in the Meta Threads web app, exploring UI patterns and potential bugs.
An updated CSS reset stylesheet for modern web development, focusing on better defaults and removing browser inconsistencies.
Explores the limitations of Scoped CSS in modern frameworks like React and Vue, focusing on styling child components and slot content.
A technical case study exploring how to rebuild the TechCrunch website layout using modern CSS techniques like Flexbox and Grid.
A summary of a React Rally 2023 talk on React rendering behavior, based on the author's popular in-depth guide.
A guide to identifying and fixing YAP (Yet Another Prop) Syndrome in React components by using composition over excessive props.
Explores the CSS linear() function for creating custom, non-linear easing effects in animations, moving beyond basic timing.
The author launches perfwork.com, a niche job board connecting web performance professionals with hiring companies, built with modern web tech.
A tutorial on building a radial menu using modern CSS features like trigonometric functions, the popover API, and anchor positioning, without JavaScript.
A developer details the process of creating an animated SVG logo using stroke-dasharray and stroke-dashoffset techniques.
A technical analysis of the CSS implementation in Meta's Threads app, focusing on its use of CSS Grid for post layouts.
A tutorial on integrating Bootstrap modals with HTMX and ASP.NET Core for dynamic, server-rendered modal dialogs.
A video talk from a conference covering modern CSS layout techniques and new features for web development.
A guide to packaging and bundling web components for distribution using Webpack, including configuration and dependencies.
A guide to testing CSS container queries efficiently using a custom utility or Polypane browser, with code examples in Astro.