blog.sathwikreddygv.comFrom Prompt to Production with Lovable + SupabaseImagine describing an app in plain English and having it fully built. Frontend, backend, database, security, and even AI features, all set up and deployed within minutes. That’s not a futuristic dream anymore. It’s what Lovable does when paired with ...Jul 23, 2025·3 min read
blog.sathwikreddygv.comBuild a RAG System Using Supabase and LovableWhat is RAG? RAG stands for Retrieval-Augmented Generation. Instead of hoping your LLM (Large Language Model) remembers everything, RAG retrieves the most relevant information in real-time and feeds that context into the model to generate an accurate...Jul 22, 2025·3 min read
blog.sathwikreddygv.comWTF is MCP ?What is MCP and why it matters MCP is a protocol which standardizes how applications provide context to LLMs. MCP basically allows us to give our LLMs access to various external systems. Imagine you're building a web application with Supabase as your...Mar 15, 2025·6 min read
blog.sathwikreddygv.comDebugging OG Image Issues for Social MediaWhen sharing links on social platforms, you want your preview images to look crisp and load correctly. But I recently ran into issues where my OG image wasn’t showing properly on Twitter & WhatsApp while working fine on LinkedIn. Here’s what I learne...Mar 4, 2025·2 min read
blog.sathwikreddygv.comHow does SSH actually workWhat is SSH Secure Shell (SSH) is a protocol used to safely connect and send commands to remote machines from your local machine. A common use is to connect to your deployment server hosted in the cloud and control it from your local machine. An SSH ...Nov 29, 2024·3 min read