Freelancers using MongoDB in Bengaluru
Freelancers using MongoDB in Bengaluru
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
Sunil Kumar rao s
Bengaluru, India
Node.js Backend Developer | REST APIs | MongoDB | JWT
Follow
Message
Node.js Backend Developer | REST APIs | MongoDB | JWT
0
Node.js Auth API Development
0
4
0
Node.js Auth API Development
0
2
0
Node.js Auth API Development
0
5
0
Node-Auth-API
0
3
MongoDB
(3)
Follow
Message
Paiteq Pvt Ltd
Bengaluru, India
Building Scalable Mobile Apps & APIs
5.0
Rating
7
Followers
Follow
Message
Building Scalable Mobile Apps & APIs
0
Multi-Restaurant Online Food Ordering System Development
0
9
0
Launch of Nyburs: India's First Hyperlocal Social Life App
0
106
0
Development of GetWidget UI Kit Library
0
15
0
Grocery Mobile app
0
11
MongoDB
(1)
Follow
Message
Aishwary Dhare
pro
Bengaluru, India
Full Stack Rapid Prototyping โ Vision to Product in Weeks ๐
5.0
Rating
6
Followers
Follow
Message
Full Stack Rapid Prototyping โ Vision to Product in Weeks ๐
0
Global FinTech Development for MishiPay
0
5
0
Migration of ETL Pipelines to Apache Airflow
0
7
0
Development of PayLater & PayLater Business Apps
0
13
0
Development and Launch of MishiPay Self-checkout Kiosks
0
6
MongoDB
(1)
Follow
Message
Prateek Shukla
Bengaluru, India
Full Stack Development | JavaScript | React | Node
1x
Hired
5.0
Rating
2
Followers
Follow
Message
Full Stack Development | JavaScript | React | Node
0
Ticketing System
0
48
0
IIoT Marketplace Web and Mobile App
0
20
0
HR- CRM
0
37
0
ibOrganic - Website
0
15
MongoDB
(2)
Follow
Message
Adityansh Chand
Bengaluru, India
Builds scalable Agentic and LLM systems for Enterprises.
New to Contra
Follow
Message
Builds scalable Agentic and LLM systems for Enterprises.
1
AI Engineering Portfolio Development
1
2
1
AI Sales Intelligence Engine Development
1
1
1
Development of Enterprise RAG Knowledge System
1
2
1
ADAAS - Artificially Driven Assistant for Automated Solutions
1
2
MongoDB
(1)
Follow
Message
Sinchana T
Bengaluru, India
Turning ideas into scalable web systems
New to Contra
Follow
Message
Turning ideas into scalable web systems
0
File Management & Sharing Web App Built a web-based application to upload, organize, manage, and share files securely with folder support. Key features: โข Upload multiple files at once to folders or root โข Create and delete folders dynamically โข Download and delete files easily โข Generate shareable links with expiration โข Copy share links instantly to clipboard Cloud & backend: Files stored securely in AWS S3 Metadata managed in MongoDB Backend built with Node.js & Express Frontend: Responsive UI using React and Tailwind CSS Designed for scalability, secure file handling, and smooth user experience.
0
41
0
Project Goal: Designed and developed a full-stack, AI-powered e-waste management platform to promote responsible electronic waste disposal while enabling value recovery, recycling discovery, and convenient pickup services. โข Built RESTful backend APIs using FastAPI / Node.js for authentication, classification workflows, facility management, pickup scheduling, and marketplace operations โข Integrated an AI image classification model to categorize e-waste into recyclable, reusable, or hazardous types โข Implemented a facility locator with map integration to identify nearby certified recycling centers โข Developed a rule-based value estimation engine for resale and scrap pricing โข Created a slot-based pickup scheduling system with confirmation flow โข Integrated Razorpay payment gateway for secure online transactions
0
132
0
Audio / Text to Indian Sign Language Converter Built a web-based accessibility application that converts audio and text into Indian Sign Language (ISL) to help improve communication for people with hearing impairments. The system uses the Web Speech API for speech-to-text conversion and applies NLP techniques to process and simplify text before mapping it to corresponding ISL gesture animations for clear visual output. Tech stack: Django, JavaScript, HTML, CSS, NLTK Focused on accessibility, inclusivity, and real-world usability.
0
39
View more โ
MongoDB
(2)
Follow
Message
Vimal Anand
Bengaluru, India
Full Stack AI Engineer shipping fast SaaS MVPs
New to Contra
Follow
Message
Full Stack AI Engineer shipping fast SaaS MVPs
1
I recently architected and built VedaAI Assessment Creator, a personal project designed to transform unstructured notes and files (PDFs, DOCX) into highly structured, curriculum-aligned exam papers. Building enterprise-grade applications at scale requires looking beyond simply making API calls. For this build, I wanted to focus entirely on non-blocking architectures and deterministic AI outputs. Here is a breakdown of the technical decisions: Asynchronous Workers: Instead of blocking the main HTTP thread during heavy file parsing and AI inference, I implemented a distributed task queue using BullMQ and Upstash Serverless Redis. The Express API responds in under 100ms, while background workers handle the heavy lifting. Deterministic AI: I opted for Groq (Llama-3.3-70b) utilizing its JSON mode. The sub-500ms inference time and guaranteed schema compliance eliminated the need for complex post-processing validation. Real-Time Synchronization: A WebSocket setup broadcasts job completion events, updating the Next.js frontend instantly without relying on inefficient polling. Database & State: MongoDB Atlas handles ACID transactions for complex document updates, while Zustand manages lightweight, atomic state slices on the frontend. I also built in granular question regenerationโallowing users to re-run isolated inference calls for single questions without replacing the entire paperโand print-ready A4 PDF exports. Designing this kind of scalable infrastructure directly supports my ongoing deep dive into advanced AI and machine learning systems. You can check out the Live Link here: https://lnkd.in/geAXUtHC . I would love to hear how others are handling asynchronous AI tasks in production!
1
22
1
๐๐ฒ๐ฎ๐ฑ๐น๐ถ๐ป๐ฒ: What started as a simple B2C expense tracker has officially pivoted into a fully automated B2B Financial SaaS. Introducing ๐๐ถ๐ป๐ฎ๐ป๐ฆ๐บ๐ฎ๐ฟ๐. ๐๐ผ๐ฑ๐: I realized that startup founders and agency owners spend countless hours manually categorizing bank statements and tracking operational costs. I wanted to build a solution that entirely automates this bookkeeping process. Building the core featureโan "๐๐ ๐๐๐ง๐ค ๐๐ญ๐๐ญ๐๐ฆ๐๐ง๐ญ ๐๐๐ซ๐ฌ๐๐ซ"โwas one of the toughest technical challenges Iโve faced. I hit a massive roadblock when Next.js 14โs Webpack bundler kept breaking legacy PDF OCR libraries in serverless environments. Instead of compromising on the feature, I completely re-architected the data pipeline: โข I bypassed Webpack issues by implementing pdf2json on a strict Node.js runtime for secure, server-side text extraction. โข I piped this raw text into Groqโs LLaMA-3.1-8b model using highly optimized system prompts. โข The result? Lightning-fast, deterministic extraction that converts raw PDF text into perfectly structured JSON arrays. Now, users can drag-and-drop a PDF statement, and the AI instantly categorizes every transaction (Infrastructure, Payroll, Revenue) into a 'pending' staging area. Once approved, the data flows securely via Drizzle ORM into a Neon PostgreSQL database, updating real-time Recharts dashboards. ๐ป๐๐๐ ๐บ๐๐๐๐: Next.js App Router, Tailwind CSS, Shadcn UI, Clerk Auth, Drizzle ORM, Neon DB, and Groq SDK. ๐ช๐ต๐ฎ๐'๐ ๐ก๐ฒ๐ ๐? I am currently looking for my next full-time opportunity as a Full Stack Developer (based in Bangalore or anywhere). I am also actively taking on ๐ณ๐ฟ๐ฒ๐ฒ๐น๐ฎ๐ป๐ฐ๐ฒ ๐ฝ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐๐. If you are a founder or agency looking to build scalable, AI-integrated SaaS MVPs without the technical headache, let's connect. Check out the demo video below to see the AI parser in action! ๐ Live Project: https://lnkd.in/gSNu3cAK (https://lnkd.in/gSNu3cAK)hashtag#BuildInPublic (https://www.linkedin.com/search/results/all/?keywords=%23buildinpublic&origin=HASH_TAG_FROM_FEED) hashtag#Nextjs (https://www.linkedin.com/search/results/all/?keywords=%23nextjs&origin=HASH_TAG_FROM_FEED) hashtag#FullStackDevelopment (https://www.linkedin.com/search/results/all/?keywords=%23fullstackdevelopment&origin=HASH_TAG_FROM_FEED) hashtag#SaaS (https://www.linkedin.com/search/results/all/?keywords=%23saas&origin=HASH_TAG_FROM_FEED) hashtag#AI (https://www.linkedin.com/search/results/all/?keywords=%23ai&origin=HASH_TAG_FROM_FEED) hashtag#Groq (https://www.linkedin.com/search/results/all/?keywords=%23groq&origin=HASH_TAG_FROM_FEED) hashtag#PostgreSQL (https://www.linkedin.com/search/results/all/?keywords=%23postgresql&origin=HASH_TAG_FROM_FEED) hashtag#WebDevelopment (https://www.linkedin.com/search/results/all/?keywords=%23webdevelopment&origin=HASH_TAG_FROM_FEED) hashtag#FreelanceDeveloper (https://www.linkedin.com/search/results/all/?keywords=%23freelancedeveloper&origin=HASH_TAG_FROM_FEED) hashtag#Hiring (https://www.linkedin.com/search/results/all/?keywords=%23hiring&origin=HASH_TAG_FROM_FEED)
1
35
1
Ever watched an AI write bad SQL, instantly realize its mistake, and rewrite it perfectlyโall without human intervention? Over the weekend, I built the Autonomous Data Analyst Agent. It doesnโt just translate natural language to SQL; it actively debugs itself. ๐ง๐ต๐ฒ ๐ฃ๐ฟ๐ผ๐ฏ๐น๐ฒ๐บ: Enterprises want AI to query their proprietary databases, but LLMs often hallucinate columns or mess up syntax. ๐ง๐ต๐ฒ ๐ฆ๐ผ๐น๐๐๐ถ๐ผ๐ป: I engineered a Self-Correcting Reflection Loop using LangGraph. Hereโs what happens under the hood: 1๏ธโฃ You ask a complex question in plain English. 2๏ธโฃ The LLM generates DuckDB-flavored SQL. 3๏ธโฃ The Executor node runs it securely in a local container. 4๏ธโฃ ๐ ๐ง๐ต๐ฒ ๐ ๐ฎ๐ด๐ถ๐ฐ: If DuckDB throws a parser error, the Reflection node catches it, feeds the error trace back to the LLM, and auto-corrects the query. 5๏ธโฃ Once successful, a Python agent generates a Matplotlib visualization, streaming everything to a sleek Next.js dark-mode UI. Plus, I integrated LangGraph MemorySaver, allowing the agent to retain context for human-like follow-up questions. ๐ง๐ฒ๐ฐ๐ต ๐ฆ๐๐ฎ๐ฐ๐ธ: Next.js, FastAPI, LangGraph, DuckDB, Groq (Llama-3), Docker Compose. Everything is fully containerized and open-source. Drop a โญ on the repo and let me know what you think! ๐๐ถ๐๐๐๐ฏ ๐ฅ๐ฒ๐ฝ๐ผ: https://lnkd.in/ddnE9rgq (https://lnkd.in/ddnE9rgq)hashtag#AI (https://www.linkedin.com/search/results/all/?keywords=%23ai&origin=HASH_TAG_FROM_FEED) hashtag#LangGraph (https://www.linkedin.com/search/results/all/?keywords=%23langgraph&origin=HASH_TAG_FROM_FEED) hashtag#DataEngineering (https://www.linkedin.com/search/results/all/?keywords=%23dataengineering&origin=HASH_TAG_FROM_FEED) hashtag#Nextjs (https://www.linkedin.com/search/results/all/?keywords=%23nextjs&origin=HASH_TAG_FROM_FEED) hashtag#FastAPI (https://www.linkedin.com/search/results/all/?keywords=%23fastapi&origin=HASH_TAG_FROM_FEED) hashtag#Docker (https://www.linkedin.com/search/results/all/?keywords=%23docker&origin=HASH_TAG_FROM_FEED) hashtag#MachineLearning (https://www.linkedin.com/search/results/all/?keywords=%23machinelearning&origin=HASH_TAG_FROM_FEED) hashtag#OpenSource (https://www.linkedin.com/search/results/all/?keywords=%23opensource&origin=HASH_TAG_FROM_FEED)
1
28
1
๐๐ฒ๐ฎ๐ฑ๐น๐ถ๐ป๐ฒ: Most Voice AI agents still feel like glorified walkie-talkies. So I built one that actually listens like a human. Most voice bots today follow a rigid, linear loop: You speak โ Wait โ Bot speaks. If you dare interrupt them mid-sentence? They either completely ignore you or their context buffer gets totally mangled. ๐ง๐ผ ๐๐ผ๐น๐๐ฒ ๐๐ต๐ถ๐, I engineered Astra Duplex Agent โ a sub-50ms, ultra-low latency, full-duplex conversational Voice AI built to handle natural human interruptions seamlessly. Here is what went into building the architecture under the hood: True Full-Duplex WebSockets: Built on FastAPI, allowing real-time bi-directional audio streaming instead of turn-based HTTP requests. Edge Voice Activity Detection (VAD): Deployed Silero VAD using ONNX Runtime to catch user barge-ins at the edge with near-zero overhead. LangGraph State Machine: Instead of a simple monolithic script, the conversation logic is modeled as a state graph, giving precise control over execution flow. Partial State Tracking & Memory Persistence: This was the trickiest part. When an interruption happens, Astra doesn't just stop audio playback โ an async kill-switch halts Groq's LLaMA-3.1 mid-token, calculates the exact partial sentence actually spoken by the TTS, and saves only that partial context to an Upstash Redis buffer. Sub-50ms Inference & Streaming: Leveraged Groq LPU (LLaMA-3.1 + Whisper Large v3) paired with ElevenLabs Turbo v2.5 streaming. The result? An agent that you can interrupt mid-thought, change topics with on the fly, and ask follow-up questions without it losing historical context. Containerized with Docker and live on Render & Vercel. Check out the full architecture & live demo below! https://lnkd.in/eC6yak3i (https://lnkd.in/eC6yak3i)https://lnkd.in/eN38HGZD (https://lnkd.in/eN38HGZD)#VoiceAI (https://www.linkedin.com/search/results/all/?keywords=%23voiceai&origin=HASH_TAG_FROM_FEED) #GenerativeAI (https://www.linkedin.com/search/results/all/?keywords=%23generativeai&origin=HASH_TAG_FROM_FEED) #LangGraph (https://www.linkedin.com/search/results/all/?keywords=%23langgraph&origin=HASH_TAG_FROM_FEED) #SystemDesign (https://www.linkedin.com/search/results/all/?keywords=%23systemdesign&origin=HASH_TAG_FROM_FEED) #FastAPI (https://www.linkedin.com/search/results/all/?keywords=%23fastapi&origin=HASH_TAG_FROM_FEED) #MachineLearning (https://www.linkedin.com/search/results/all/?keywords=%23machinelearning&origin=HASH_TAG_FROM_FEED) #WebSockets (https://www.linkedin.com/search/results/all/?keywords=%23websockets&origin=HASH_TAG_FROM_FEED) #Python (https://www.linkedin.com/search/results/all/?keywords=%23python&origin=HASH_TAG_FROM_FEED) #AIENGINEERING (https://www.linkedin.com/search/results/all/?keywords=%23aiengineering&origin=HASH_TAG_FROM_FEED)
1
54
MongoDB
(1)
Follow
Message
Prince Jodhani
Bengaluru, India
Front End Master. Low-code/No-code Expert
Follow
Message
Front End Master. Low-code/No-code Expert
0
Low-Code/No-Code Platform Development
0
24
0
Clinton Eyewear
0
15
0
Trivium Solutions - eCommerce Platform
0
29
0
Fintech Mobile App
0
11
MongoDB
(2)
Follow
Message
Explore people