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
Preventing Rapid Button ClicksA couple of days ago, I was reading about debounce and the problem of re-submission of say forms or buttons in general leading Rapid Button…Mar 23Mar 23
Understanding Frequency Penalty and Presence Penalty in AI Text Generation — A Beginner’s GuideLanguage models like GPT-3 are amazing at generating human-like text. But sometimes, you might notice the AI repeats itself or sticks too…Mar 23Mar 23
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…Mar 9Mar 9
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