Tech Blog
Blog
Articles on web development, AI, JavaScript, React, and software engineering. Tutorials, deep dives, and industry insights to level up your skills.
AI Development
Feb 15, 20269 min readRAG vs Agentic RAG: What's the Difference and When to Use Each
Standard RAG retrieves documents and generates answers in a single pass. Agentic RAG adds autonomous reasoning, multi-step retrieval, and tool use. Learn the architectural differences, trade-offs, and when to upgrade from basic RAG to an agentic approach.
RAG
Agentic RAG
LangChain
Read article
AI Development
Feb 8, 202610 min readHow to Build a RAG App with LangChain and Supabase in 2026
Learn how to build a production-ready Retrieval-Augmented Generation (RAG) application using LangChain for orchestration and Supabase for vector storage. Step-by-step architecture guide with code examples.
RAG
LangChain
Supabase
Read article
React
Feb 8, 20269 min readReact Server Components vs. Client Components: When to Use Which
A practical guide to choosing between Server Components and Client Components in React and Next.js. Understand the rendering model, performance implications, and real-world patterns for 2026.
React
Next.js
Server Components
Read article
DevOps
Feb 8, 202610 min readSetting Up CI/CD with Docker and GitHub Actions: A 2026 Guide
Learn how to build a complete CI/CD pipeline using Docker and GitHub Actions. From multi-stage builds to automated deployments, this guide covers everything you need for production-ready workflows.
Docker
CI/CD
GitHub Actions
Read article
AI Development
Feb 8, 20269 min readGetting Started with Vercel AI SDK: Build AI Features in Next.js
A hands-on guide to the Vercel AI SDK — the fastest way to add streaming AI responses, chat interfaces, and tool-calling to your Next.js app. From useChat to multi-provider setups.
Vercel AI SDK
Next.js
AI
Read article
Artificial Intelligence
Feb 7, 20268 min readBeyond the Hype: A Comprehensive Guide to AI Fundamentals
Artificial Intelligence is often treated as a monolith, but in reality it is a sophisticated field encompassing multiple approaches, algorithms, and techniques. Master the fundamentals — from narrow vs. general AI to neural-network mechanics and the 2026 developer stack.
AI
Machine Learning
Deep Learning
Read article
Education & Career
Feb 7, 20267 min readThe Great Decoupling: The Future of CS and AI Education in 2026
The year 2026 marks a historic turning point in CS education. We have entered the era of the Great Decoupling, where writing syntax is being separated from system design. Explore what's changed in curricula, the new skill matrix, and the rise of agentic coding.
CS Education
AI
Career
Read article