Back to Portfolio
Articles

Engineering Blog

My thoughts, tutorials, and insights on AI systems, RAG architecture, LLM agentic workflows, and full-stack development.

Building Production-Grade RAG Pipelines with LangChain & OpenAI
ai
July 10, 20248 min read

Building Production-Grade RAG Pipelines with LangChain & OpenAI

A practical guide to structuring vector stores, chunking strategies, and retrieval evaluation for real-world document Q&A applications.

Read Full Article
Building Responsive SaaS UIs with Next.js 15 and Tailwind CSS
frontend
June 25, 20246 min read

Building Responsive SaaS UIs with Next.js 15 and Tailwind CSS

Learn how to design fast, modern, accessible SaaS frontends using Next.js App Router, Framer Motion, and Tailwind CSS.

Read Full Article
Comparative Analysis of ResNet and VGG in Ophthalmic Disease Detection
ai
May 14, 202410 min read

Comparative Analysis of ResNet and VGG in Ophthalmic Disease Detection

Key takeaways from our IEEE research paper on CNN architectures, transfer learning, and hyperparameter tuning for medical imaging.

Read Full Article
RESTful API Design & Microservices with Node.js & Docker
backend
April 18, 20247 min read

RESTful API Design & Microservices with Node.js & Docker

Principles and best practices for building scalable REST APIs, containerizing services, and deploying to AWS ECS.

Read Full Article