Deepak Goyal·Aug 6, 2025From Loops to Maps: The Fastest Way to Find Duplicates from a Large Data SetI recently faced a real-world problem — analyzing a dataset of over 400,000 payment records to detect duplicate invoice entries. At first…
Deepak Goyal·May 27, 2025Smarter RAG: Improving FAQ Chatbots with Query ExpansionRetrieval-Augmented Generation (RAG) combines search and generative AI to power smarter FAQ chatbots. By retrieving relevant documents and…
Deepak Goyal·May 23, 2025🧠 Build a Local FAQ Chatbot with RAG, Streamlit & OllamaTurn a simple text or PDF into a local AI chatbot using Ollama, LangChain, and Streamlit
Deepak Goyal·Apr 30, 2025🧠 How I Built a Local Chatbot That Understands My Notes Using RAG + OllamaHave you ever wished you could simply ask your notes a question and get an intelligent, direct answer?
Deepak Goyal·Apr 28, 2025Running LLMs Locally: Advantages and DisadvantagesExplore simple ways to use LLMs on your laptop and why it might (or might not) be right for you.
Deepak Goyal·Mar 3, 2021Firebase — Recognize FDL before onSuccessListenerSometimes we want to know if our App is opened because of Firebase Dynamic Link or not. To get the data from the FDL (Firebase dynamic…A response icon1A response icon1
Deepak Goyal·Feb 21, 2021Android — Deep link and App linkIn product development, we want that our users visit a certain screen of the application directly via links. This will have a better user…A response icon1A response icon1
Deepak Goyal·Nov 2, 2020Flutter — Provider (Explanation)The provider package is used almost by all developers (fresher or experienced) and in all types of projects (simple or complex). Google…
Deepak Goyal·Sep 30, 2020Export strings.xml to CSV filesIn Android, we put the strings used in the project under the values folder. In the Android studio, you can use the translator editor to…
Deepak Goyal·Jun 27, 2020Firebase project custom DomainFirebase project domain consists of {projectId}.firebaseapp.com. This domain is used everywhere in Firebase such as Verification email…