Hello World 馃憢

Hi, I鈥檓 a Software Engineer by profession and an explorer by choice. I know a little about a lot of things in tech with a proven track record of delivering highly scalable systems in multiple startup environments.

Building Collaborative AI Systems: A Deep Dive into Agent2Agent Protocol

Master the Agent2Agent (A2A) Protocol for creating powerful multi-agent AI systems. Learn how A2A enables secure agent collaboration, integrates with MCP, and helps build sophisticated agentic applications with practical code examples and best practices.

3 min 路 458 words 路 sid

5 Essential Chunking Strategies for RAG Applications

Explore five powerful chunking strategies for Retrieval-Augmented Generation (RAG) applications, from fixed-size to LLM-based approaches. Learn how each strategy impacts the quality of your RAG system and when to use them.

4 min 路 645 words 路 sid

Building a 100% Local MCP Client

Learn how to build a Model Context Protocol (MCP) client that runs entirely locally, using LlamaIndex, Ollama, and LightningAI. This guide walks you through creating an MCP-powered agent that can connect to tools and data sources while maintaining complete privacy and control.

4 min 路 765 words 路 sid

What is a Dead Letter Queue (DLQ)?

A Dead-Letter Queue (DLQ) is like a message timeout corner in a software system.

2 min 路 378 words 路 sid

Background Tasks in Lambda Using SQS

In the world of serverless computing, AWS Lambda has become a popular choice for executing code without the need for provisioning or managing servers. One of the key features of AWS Lambda is its ability to run functions in response to various events.

3 min 路 493 words 路 sid