How do you find all of those blog posts?
A developer shares a curated list of newsletters, blogs, and Twitter feeds to stay updated on frontend, React, JavaScript, and general tech content.
A developer shares a curated list of newsletters, blogs, and Twitter feeds to stay updated on frontend, React, JavaScript, and general tech content.
A developer shares practical strategies for effectively using CSS custom properties, covering variable types, scoping, and fallback values.
Developer creates a DevTools extension to toggle CSS feature queries for easier fallback layout testing.
Compares chaining vs. extending CSS classes for modular CSS, discussing pros, cons, and maintainability in scalable projects.
Explores two advanced CSS techniques for creating responsive tables without duplicating content in markup, discussing their pros and cons.
Explains browser rendering layers, when to use will-change, and how to force layers for performance in CSS animations.
A curated collection of popular and useful CSS snippets for responsive design, text selection, clearfix, box-sizing, and modern layouts.
Explains the CSS display: contents property, detailing how it visually removes an element's box while preserving its content in the layout.
The author clarifies the confusing terms 'pre-processing' and 'post-processing' in the context of CSS tools like PostCSS.
Addresses common misconceptions about PostCSS, focusing on performance claims and its capabilities compared to preprocessors like Sass.
A tutorial explaining the basics and benefits of CSS variables (custom properties) for cleaner, more maintainable stylesheets.
MIT instructor shares free introductory web development slides and labs for beginners with programming experience.
A tutorial on creating a humorous poop notification component using CSS and minimal JavaScript, built as a CodePen project.
A tutorial on recreating GitHub's contribution graph layout using CSS Grid, demonstrating its efficiency and power.
Discusses the reasons for 'quick fix' code and provides strategies for avoiding them in front-end development (HTML, CSS, JavaScript).
A tutorial on creating a simple 5-star rating component using CSS and Flexbox's row-reverse to overcome selector limitations.
An article defending utility-first CSS, comparing it to software design patterns and functional programming, and addressing common criticisms.
Using SVG's viewBox and preserveAspectRatio attributes to crop and scale images as a fallback or alternative to CSS object-fit.
A guide on using Sass maps to programmatically generate utility classes for colors, improving maintainability and scalability in CSS.
Explains a historical Safari bug with em-based media queries and why pixels were the recommended unit for consistent responsive design.