KahWee - Web Development, AI Tools & Tech Trends

Expert takes on AI tools like Claude and Sora, modern web development with React and Vite, and tech trends. By KahWee.

Tag: web development

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.

Why jquery.slim.js?url Behaves Differently in Vite

In Vite, import 'jquery.slim.js' and import 'jquery.slim.js?url' do completely different things. One executes jQuery, the other gives you a URL string. Here's what ?url actually does and when to use it.

jQuery 4: I Can't Believe They Actually Did It

jQuery 4.0.0 shipped after a decade. The slim build drops AJAX, effects, and Deferreds because the browser finally caught up. Here's what changed and why it matters.

Rewriting /tag/* to /tags/* with Cloudflare Workers

A simple Worker catches requests to example.com/tag/ and sends them to example.com/tags/, keeping the method, headers, and query strings intact. This fixes URLs without touching the main app. This is...

← Back to all tags

All Tags