SJSagar Jadhavindocuments-summarize.hashnode.dev·Aug 3, 2025 · 2 min readAI Document Summarizer📄 AI Document Summarizer – Setup Guide & Debug Log Project: Documents_Summarizer_With_AIFunction: Summarize uploaded documents (e.g., .docx) using Google Gemini AI via Node.js backend. ✅ Features Upload .docx files Extract readable content Sen...00
SJSagar Jadhavinpayment-getway-integration.hashnode.dev·May 13, 2025 · 4 min readCashfree payment getaways integrationExecutive Summary You will use one Cashfree merchant account to handle all customer payments and vendor (hotel‑owner) payouts via Easy Split. Vendors are onboarded in‑app through your UI using Cashfree’s Partner Onboarding APIs—no separate Cashfree d...00
SJSagar Jadhavinimage-handling-with-react-node-sql-db.hashnode.dev·Apr 17, 2025 · 4 min readUploading and Displaying Images with Node.js, Multer, Oracle DB & ReactWorking with file uploads can feel complex—especially when storing images directly in a database. In this blog, we’ll walk through the complete flow: How to upload images from a React frontend Process and store them using Multer middleware Save th...00
SJSagar Jadhavinintegrate-nodejs-with-gemini-apis.hashnode.dev·Apr 16, 2025 · 1 min readIntegrate NodeJS with Gemini API’s.Source: https://ai.google.dev/gemini-api/docs/text-generation?lang=node Get Gemini API Key Source: https://aistudio.google.com/ How to Create a Project in Google Source: https://console.cloud.google.com Generate text using the Gemini APIThe simplest...00
SJSagar Jadhavincreate-docker-container-for-mern.hashnode.dev·Mar 31, 2025 · 2 min readSetting Up a Full-Stack React (Vite) + Node.js + MongoDB App in DockerIntroduction Setting up a React Native development environment with Docker ensures a clean workspace, avoids dependency conflicts, and simplifies collaboration. This guide details the entire process, from setting up Docker containers for the frontend...00