Time for a redesign
A developer discusses plans to redesign and consolidate personal websites, moving from WordPress to Eleventy and reorganizing content.
A developer discusses plans to redesign and consolidate personal websites, moving from WordPress to Eleventy and reorganizing content.
Using the CSS box-decoration-break property to create padded, multi-line text with background colors, solving a common web design challenge.
A tutorial on integrating and customizing the Tailwind CSS utility framework within a Nuxt.js project to build a styled portfolio page.
A developer argues for using CSS box-sizing: border-box as the universal default, criticizing design systems that don't adopt it.
A tutorial on building a custom autocomplete component for Blazor WebAssembly apps, including styling and live data fetching.
A tutorial on creating a nested dropdown menu component for Material UI (MUI) in React, including code examples.
Caleb Porzio, creator of Livewire and Alpine, reflects on the constant anxiety of competition and job insecurity in the fast-paced tech world.
A tutorial on creating a custom Dropdown component for Material UI (MUI) in React, including code examples.
A technical analysis and performance critique of TheNativeWeb's video search web app, focusing on Lighthouse metrics and potential optimizations.
An interview about Mitosis, a tool for building UI components that work across multiple web frameworks like React, Vue, and Svelte.
A developer shares their experience using Sandpack, a modern code playground framework, to enhance their blog's interactive coding examples.
Four essential accessibility tests for new software features, focusing on color contrast, interactive elements, and Windows High-Contrast mode.
The State of CSS 2022 survey is now open, gathering developer feedback on new CSS features, pain points, and usage patterns.
Discusses security risks in Angular HTTP interceptors, especially when exposing authentication tokens, and provides examples from common implementations.
A guide to managing complex forms in Angular using Reactive typed forms, custom components, and validation strategies.
An introduction to Blazor, a .NET framework for building interactive web UIs with C# and WebAssembly, covering its core concepts and benefits.
A technical guide on customizing SwiftUI Divider colors and thickness using overlays, with examples and common pitfalls.
CSS container queries are now supported in modern browsers, enabling responsive component design based on parent container size instead of viewport.
Explains the key differences between CSS pseudo-classes (like :hover) and pseudo-elements (like ::before), including syntax and use cases.
Explains how to use the CSS ::selection pseudo-element to style highlighted text, including supported properties and limitations.