Next-level frosted glass with backdrop-filter
A CSS tutorial on creating an optimized frosted glass effect using backdrop-filter, with tips for realism and performance.
A CSS tutorial on creating an optimized frosted glass effect using backdrop-filter, with tips for realism and performance.
Explores common React data fetching patterns like sequential and parallel fetching for components on client and server.
A guide to deploying and managing simple Go web services on NixOS, highlighting benefits over Ansible and Docker for personal projects.
A developer discusses the 'second brain' concept and shares strategies for making digital note-taking more actionable and less like data hoarding.
How to use GitHub's moderation settings and interaction limits to protect open source repositories from spam comments, issues, and PRs.
The author details the latest redesign of their personal website, version 7.0, focusing on new sidebars, a light-dark theme, and Bluesky integration.
Explains why command line pipes appear stuck due to output buffering and how to fix it.
Analysis of a crypto scam using a fake AI YouTuber to distribute malicious code disguised as a TradingView tutorial.
Debezium, an open-source Change Data Capture platform, is moving to the Commonhaus Foundation to ensure a neutral, community-driven future.
A developer's framework for deciding when to use new CSS features, considering fallback experiences and browser support.
A developer reflects on the struggle of choosing between finishing old side projects and starting new, exciting ones.
Explains how to structure large React applications using a feature-based architecture for better scalability and maintainability.
A talk on the responsibilities of open-source library maintainers, focusing on community interaction, documentation, and support beyond just coding.
A React Advanced 2024 talk on designing effective documentation, sharing lessons learned from writing the Redux documentation.
The author details migrating a Django app from Heroku to DigitalOcean, switching to Huey for background tasks and integrating Kamal.
An article clarifying common misconceptions about the 'unsafe' keyword in Rust, explaining that it does not disable the borrow checker.
A guide to using Tokio's `join!` and `select!` macros for concurrent and parallel async operations in Rust.
A guide to using Tokio channels for sharing data between async tasks in Rust, covering MPSC, broadcast, and watch patterns.
A guide to importing frontend JavaScript libraries without using a build system, covering ES Modules, classic scripts, and CommonJS.
A beginner's guide to creating a simple TCP server using the Tokio async runtime for Rust.