Chrome Just Killed uBlock Origin
Chrome killed uBlock Origin with Manifest V3. See why Brave browser is the best ad-free browsing solution for 2025.
Coverage of website and web application development practices, including frontend frameworks, backend architectures, static site generation, serverless approaches, and deployment strategies that create performant, accessible, maintainable web experiences.
Chrome killed uBlock Origin with Manifest V3. See why Brave browser is the best ad-free browsing solution for 2025.
Why build a static blog? See performance benefits with TypeScript, Markdown, and Cloudflare Pages. Mobile-first design meets blazing-fast speeds.
My blog returns: Practical insights on web development, tech trends, San Francisco culture, and parenting. Let's reconnect and start talking.
CORS (Cross-Origin Resource Sharing) trips up developers because the rules change based on what kind of request you're making. The browser decides between "simple" requests and "preflight" requests...
I upgraded my Ubuntu server to 16.04 and WordPress stopped working. The issue: Ubuntu 16.04 ships with PHP 7, and my nginx configuration was still pointing to the old PHP 5 socket path. Ubuntu...
When serving files from S3 to multiple domains, you need the `Vary: Origin` header to handle caching correctly. Without it, browsers and CDNs cache the first CORS response and serve it to all...