PinnedBuilding a Naive Multi-Turn AI Chatbot with History (Part-2) 🤖Today, we will work on creating a multi-turn AI Chatbot which retains the historical messages and has the entire context of all the…Dec 24, 2024Dec 24, 2024
PinnedMovie Recommendation System using Vector Search and SimilarityWhat we are gonna make today 🍯Nov 9, 2024Nov 9, 2024
PinnedFault Tolerant, Idempotent & Retriable Code (Part-01 : When Errors Attack 🫥)Today I would like to talk about one of the crucial things in programming. How to make sure that your code is fault tolerant, idempotent…Aug 17, 2024Aug 17, 2024
Setting up Salesforce OAuth Integrations (Part 3) | Integration 📗This is the third part to our 7-part-series of integrating Salesforce and Hubspot with your application. The first article outlines the…Jan 11Jan 11
Setting up Salesforce OAuth Integrations (Part 2) | Setting up Salesforce ApplicationThis is the second part to our 7-part-series of integrating Salesforce and Hubspot with your application. Check out the previous article…Jan 11Jan 11
Setting up Salesforce and Hubspot OAuth Integrations| (Part 1) Setup & ArchitectureIn this seven-part series, we will explore how to integrate Salesforce and Hubspot CRMs of customers with our application. This first…Jan 5Jan 5
Chroma DB | A vector database for efficient search🎗️Today, we will read through on Chroma DB and its building components and usages in real world use-casesDec 24, 2024Dec 24, 2024
Building a Naive Multi-Turn AI Chatbot in realtime(Part-1) 🤖Today, we will work on creating a multi-turn AI Chatbot that works in realtime and does not retain any history. This chatbot assumes that…Dec 24, 2024Dec 24, 2024
System for Scheduling a Retry (Part-03: Cron based Retry ⚙️)In the previous article, we have seen the pros and cons of using fixed delays, exponential backoffs and what strengths they have to offer.Nov 9, 2024Nov 9, 2024