CSS box-sizing: border-box
A developer argues for using CSS box-sizing: border-box as the universal default, criticizing design systems that don't adopt it.
A developer argues for using CSS box-sizing: border-box as the universal default, criticizing design systems that don't adopt it.
A developer explains why Astro became their preferred framework for building a fast, static website with minimal JavaScript and flexible component islands.
A guide to setting up Visual Studio Code with Prettier and Standard for efficient HTML, CSS, and JavaScript web development.
Caleb Porzio, creator of Livewire and Alpine, reflects on the constant anxiety of competition and job insecurity in the fast-paced tech world.
Explains why using px units for CSS font-size can harm accessibility and override user preferences, advocating for em/rem units instead.
An interview about The Collab Lab, a program providing real-world team collaboration experience for early-career and underrepresented web developers.
A technical analysis and performance critique of TheNativeWeb's video search web app, focusing on Lighthouse metrics and potential optimizations.
A talk on implementing full-text search using Django and PostgreSQL, avoiding complex external search engines.
An interview about Mitosis, a tool for building UI components that work across multiple web frameworks like React, Vue, and Svelte.
A developer explains the decision to rewrite their personal blog from scratch using the 11ty static site generator, discussing its benefits and trade-offs.
A technical guide on setting up a Firebase project, Parcel bundler, and Tailwind CSS for building a modern wedding website with Preact.
The State of CSS 2022 survey is now open, gathering developer feedback on new CSS features, pain points, and usage patterns.
A mathematical and computational exploration of the probability of a coin landing on its edge, inspired by Matt Parker's question about a 'three-sided coin'.
A tutorial on implementing Apple's Smart App Banner for iOS apps on a website, including deep linking setup.
A guide to using CSS container queries, a new feature for component-based responsive web design, including browser support and polyfill updates.
Improving the user experience for deleting tasks in a Django app by returning users to their previous position.
A developer's personal journey of switching to a Planck mechanical keyboard and how it transformed their workflow, typing, and enjoyment of computing.
Kent C. Dodds announces EpicWeb.dev, a comprehensive web development learning platform with workshops, podcasts, and exercises.
Opinion piece on the debate over using self-closing tags (like <input />) versus implicit closing in HTML, discussing readability and tooling.
Explores the concept of native HTML includes with lazy loading, proposing browser-native features similar to PHP includes.