Masonry? In CSS?!
Explores the current state and future of creating masonry layouts in CSS, discussing limitations, workarounds, and the need for native CSS support.
Explores the current state and future of creating masonry layouts in CSS, discussing limitations, workarounds, and the need for native CSS support.
A CSS tutorial on techniques for creating full-width components within a centrally constrained layout, discussing markup and styling solutions.
Developer adds Spotify integration to his personal music collection website, built with Eleventy and Notion, and discusses using the Spotify API.
Andy Bell discusses the value of blogging for developers, sharing how a technical post about CLS and progressive enhancement sparked expert discussions.
The author shares their excitement about attending FFConf 2022, a front-end development conference, and introduces their background and projects.
Explains CSS style container queries, a new feature allowing child elements to adapt based on parent element styles, not just size.
A comprehensive FAQ guide addressing common questions and best practices for using React Query in modern web development.
Author reflects on the second anniversary of his free Eleventy course, discussing its impact and the evolution of the static site generator.
A web developer shares his pride in seeing his burger menu component used on the website of musician EL-P.
A technical guide on using BroadcastChannel API and focus management to create cross-tab title hints for desktop web applications.
A guide to using the CSS aspect-ratio property for responsive design, with syntax and visual examples.
A developer analyzes what makes a good developer experience, focusing on the inconsistent and 'lumpy' nature of the Web Platform's APIs and abstractions.
A developer builds a new teacher checklist feature in a Django SaaS project, creating a dedicated 'teachers' app.
A technical guide on implementing Display-P3 wide-gamut colors in a website using CSS and JavaScript, focusing on converting hex colors.
A personal recap of the CSS Day 2022 conference in Amsterdam, highlighting key talks on CSS layout, animations, new features, and developer tools.
Learn systematic problem-solving techniques and tools for debugging issues in Django web applications.
A PyCon US 2022 talk recap on implementing framework-independent shared functionality using WSGI and ASGI middleware.
A guide on writing effective alt text for images, focusing on web accessibility, screen readers, and best practices for developers.
A developer's strategy for evaluating new tech tools by letting them mature on a 'carousel' before adoption, using examples like React, Gatsby, and Tailwind.
A guide to 10 essential JavaScript string methods like split(), replace(), and includes() with syntax and examples.