Bunny CDN π (Migrating from Cloudflare)
Bunny offers CDN, edge storage, DNS, and JavaScript services β becoming a notable European alternative to US-based providers. A compelling choice for non-US developers seeking reliable, privacy-conscious infrastructure.
By David Bushell27 Apr 2025Foreword to Web Accessibility Cookbook by Manuel Matuzovic
An insightful foreword on designing inclusive digital experiences, emphasizing accessibility and user-centered design principles.
By Jeremy Keith27 Apr 2025Nice Details
Spruce up your `<details>` elements with fun, stylish tweaks. Discover simple tricks to make these toggles more appealing and user-friendly.
By Adam Argyle25 Apr 2025The Lost CSS Tricks of Cohost.org
Explore clever CSS hacks uncovered while testing Cohostβs HTML support. These tricks push the boundaries of whatβs possible β use them carefully, or risk being labeled a CSS criminal.
By CSS-Tricks24 Apr 2025Advanced TypeScript manipulation features for the real world
Dive into advanced TypeScript type manipulation. Learn how to leverage powerful features beyond utility types for more expressive, maintainable code β perfect for complex data modeling.
By Piccalilli24 Apr 2025Zen Garden Leave
Embrace a slow, mindful approach to CSS design. Tending to a brutalist-inspired garden on CodePen offers a calming break from fast-paced development.
By Adam Argyle23 Apr 2025Building An Offline-Friendly Image Upload System
Building offline-friendly image uploads with PWA tech like IndexedDB, service workers, and Background Sync ensures stress-free user experiences β even when connectivity is poor. Queue uploads and automate retries to keep users engaged without frustration.
By Amejimaobari Ollornwi23 Apr 2025Creating CSS Theme Variables from a JS file
Sync your brand and data visualization colors across JavaScript and CSS effortlessly. A step-by-step guide to generating CSS custom properties from a JS theme file using Node and NPM.
By CSS In Real Life22 Apr 2025
Create a dynamic weather visualization using the Canvas API. Fetch real-time weather data from an API, then use HTML, CSS, and JavaScript to display animated weather conditions like rain, snow, or sunshine. Challenge yourself to make the animations smooth and responsive, offering a visually engaging experience that adapts to different weather scenarios.
Why do JavaScript developers prefer dark mode? Because light attracts bugs!