Exploring the Edge of Tech

Latest Insights

A chronological journey through thoughts, tutorials, and deep dives into modern development.

Updated Feb 24, 2026
10 min read
AI Development

How Cloudflare Rebuilt Next.js with AI in One Week

One engineer and an AI model rebuilt the most popular front-end framework from scratch. vinext is a drop-in Next.js replacement built on Vite that deploys to Cloudflare Workers—4x faster builds, 57% smaller bundles, and it cost about $1,100 in tokens.

#vinext#Next.js#Vite#Cloudflare Workers#AI#Open Source
Updated Feb 14, 2026
12 min read
Architecture

Mastering Dynamic SEO: Cloudflare + Supabase Strategy

Learn how we solved the 'generic preview' problem for a React SPA using Cloudflare Workers and Supabase Edge Functions to serve dynamic Open Graph tags.

#SEO#Cloudflare Workers#React#Supabase#Open Graph#SPAs
Updated Feb 12, 2026
5 min read
Troubleshooting

Gemini Integration: Solving the QUIC Protocol Error

Encountering 'Failed to fetch' or 'ERR_QUIC_PROTOCOL_ERROR' with Gemini Cloud Functions? Here is the exact technical reason and why it's usually not a code bug.

#Gemini#Google Cloud#Networking#QUIC#Cloud Functions#Debugging