PinnedSetting 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
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
How to stream data in OpenAI (Unstructured Outputs)Streaming data in OpenAI’s API involves using the stream parameter when making API calls (OpenAI API Reference). This allows responses to…2d ago2d ago
Multi-threading in Ruby 🧵A thread is a light weight execution of a program. A multithreaded program has more than one thread of execution. Code inside a thread is…Mar 4Mar 4
Setting up Hubspot OAuth Integrations (Part 5) | Integration 📗This is the fifth part to our 7-part-series of integrating Salesforce and Hubspot with your application. The first article outlines the…Feb 16Feb 16
Setting up Hubspot OAuth Integrations (Part 4) | Setting up Hubspot Application 🐾This is the fourth part to our 7-part-series of integrating Salesforce and Hubspot with your application. The first article outlines the…Feb 16Feb 16
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
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