Skip to content

Blog

Notes on what I build, break, and learn along the way.

Full-Stack RAG App

· 1 min read

I Built a RAG App — and My CI Pipeline Silently Deleted the Hosting Provider's Infrastructure Live demo: https://docai.saif1.usermd.net (click "Explore the dem…

next.js 14 middleware protect api routes

· 1 min read

-"I built the admin panel and forgot the API" — middleware matcher covered pages, not /api/ — one curl showed every contact message -The fix — JWT via jose in m…

next.js 14