Personal Reflections & Tech Insights

Blogs

Knowledge Graphs: AI's missing context layer

Large language models often struggle with specific, interconnected facts. Knowledge graphs provide the structured context AI needs for deeper reasoning and reduced hallucination.

Why Vector Databases are Crucial for RAG

Traditional keyword search often misses context. Vector databases are changing how applications understand meaning, making them essential for semantic search and Retrieval Augmented Generation (RAG).

AI Agents: Beyond Simple API Calls in Web Apps

AI agents move past basic API calls, bringing more autonomy to web applications. Learn how they work and where the real challenges lie.

AI Code Reviews: An Assist, Not a Replacement

AI-driven code reviews can handle boilerplate checks, freeing human reviewers for deeper architectural and logic discussions. It's a powerful assistant, not a human replacement.

AI Apps Break. Test Them Like This.

AI web apps are tricky to test. I'll share my personal struggles and the practical strategies I use to keep our AI features robust. Let's make sure your app doesn't surprise you in production.

Web3 for Web Devs: Your Easy Guide

Ever wondered what Web3 is all about? It's not as scary as it sounds! This guide breaks down Web3 for web developers, showing you how it works and why you might care, with simple examples and no jargon.

Microfrontends + AI: Web Dev's Next Big Thing

Imagine building websites where different parts work together seamlessly, even if they're made by separate teams. Now, add smart AI helpers to make that even easier. This is what microfrontends with AI can do for web development.

Go Fiber vs. FastAPI: Which is Faster?

We're diving deep into the performance of two popular web frameworks: Go's Fiber and Python's FastAPI. Let's see which one handles more requests per second and why, without getting too technical.

Build Scalable Apps with Next.js and AI by 2026

Learn how to build scalable web apps using Next.js and AI. This guide covers practical tips and best practices for 2026.