Claude Code's Strengths and Weaknesses in March 2025
Claude Code vs Cursor AI: Honest assessment of capabilities and limitations in 2025. See strengths for hobby projects and weaknesses compared to professional coding tools.
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.
Claude Code vs Cursor AI: Honest assessment of capabilities and limitations in 2025. See strengths for hobby projects and weaknesses compared to professional coding tools.
Implementation details: markdown processing, syntax highlighting, templating with Nunjucks, deployment to Cloudflare Pages, and lessons learned.
How Claude Code architected this blog from scratch: TypeScript static site generation, choosing the right packages, and building a solid foundation.
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...