Blog
Writings & Thoughts
Deep dives into software engineering, AI, DevOps, and building products that matter.
·18 min read
Building a Production-Ready P2P Video Conferencing App with Go, Next.js & WebRTC
A deep dive into how WebRTC works under the hood, why peer-to-peer video is hard, and how we built PulseMeet — a fully working video call app with a Go signaling server, Next.js frontend, and Docker deployment.
WebRTCGoNext.jspeer-to-peer
·4 min read
System Prompts: The Control Layer Behind AI Agents
A deeply technical guide on how system prompts govern AI agent behavior, enforce constraints, reduce hallucinations, and structure reasoning for production systems.
system promptssafety guardrailsagent reliabilitydeterministic outputs