←% cd ..
% grep -r "supabase" /posts/
Supabase
Automating Related Posts with Embeddings
How I built an automated related-posts feature using Supabase's pgvector and semantic similarity instead of traditional keyword matching, with thoughts on hybridizing with other recommendation techniques.
Automated Translation Quality Verification with AI
I built a system that automatically verifies translation quality using back-translation — no reference translations needed. Scores are calculated with Gemini Embedding + pgvector cosine similarity, comparing results across multiple models.
Building a Blog at Lightning Speed with Next.js + Vercel
The technical stack and design behind this multilingual Jamstack blog, built with Next.js and Vercel. Covering Git-based workflows, AI translation with Gemini, and data management with Supabase.