Articles
Technical writing on AI, security, and full-stack development. Sharing insights, tutorials, and lessons learned from building real-world systems.
A Hybrid Multi-Agent Approach to Automated Vulnerability Detection Using LLMs
Exploring how multiple specialised LLM agents can collaborate to identify security vulnerabilities across codebases — combining static analysis signals with natural-language reasoning for higher precision and recall.
Custom Authentication in Next.js with Supabase — A Step-by-Step Guide
A practical walkthrough for wiring up a fully custom auth flow in Next.js using Supabase — covering session management, protected routes, server components, and edge-case handling without relying on Supabase Auth UI.