Freelancers using MongoDB in Chennai
Freelancers using MongoDB in Chennai
Sign Up
Post a job
Sign Up
Log In
Filters
2
Projects
People
AKASH SHEORAN
Chennai, India
I have always enjoyed (de)coding complex issues.
Follow
Message
I have always enjoyed (de)coding complex issues.
0
AAYRA JEWELLERY
0
1
0
SD COVERINGS
0
3
0
Xity Project
0
0
View more →
MongoDB
(3)
Follow
Message
Subash S
Chennai, India
Building scalable Next.js, Flutter & AI applications
New to Contra
Follow
Message
Building scalable Next.js, Flutter & AI applications
1
MIT Connect🎉 1. Hierarchical Access Control & Multi-Tenant Architecture I moved beyond basic authentication to implement a granular Role-Based Access Control (RBAC) system. By architecting a "Portal-Switch" logic, I learned how to serve distinct frontend environments (Admin vs. Student) from a unified backend, ensuring that administrative actions like fee management and academic overrides are cryptographically isolated from student-level access. 2. Predictive Academic Logic & Real-time Analytics Instead of static data display, I engineered a Proactive Attendance Engine. I learned how to write complex backend aggregation pipelines that don't just calculate percentages, but run "Safe-Miss" simulations. This taught me how to transform raw timestamped logs into actionable insights, helping users predict eligibility before it becomes a critical failure point. 3. Optimized Grid Scheduling & Sparse Data Handling Building the Dynamic Timetable Matrix taught me how to manage high-density relational data with significant "empty states." I learned how to optimize frontend rendering for a 2D coordinate-based schedule (Time vs. Day), ensuring that the UI remains performant and responsive even when mapping hundreds of unique course-section combinations across a decentralized database. 4. Financial Integrity & Transactional Consistency Handling the Invoices and Fee Administration module taught me the importance of ACID compliance. I learned how to architect transactional workflows in the database to ensure that financial records—from generation to payment status—remain immutable and consistent, preventing data drift in multi-step billing cycles. 5. Component-Driven Design & Scalable UI Systems To maintain consistency across the Analytics and Academic modules, I developed a proprietary library of reusable UI components. I learned how to build "Data-Agnostic" widgets—such as the Stat Cards and the Weekly Trend Bar Charts—that can be hot-swapped across different dashboards, drastically reducing technical debt and ensuring a uniform brand identity. 6. High-Throughput State Management Building the Intelligence & Analytics suite taught me how to manage global state across a complex dashboard ecosystem. I learned how to implement optimized fetching strategies (like SWR or React Query) to ensure that when an Admin updates an event or a student marks an attendance hour, the change propagates across the entire system without requiring manual refreshes or redundant API overhead.
1
39
0
VitaCare🚀 1. Immutable Health Records (Blockchain & AES-256 Encryption) I moved beyond standard database storage to build a Tamper-Proof Medical Ledger. I learned how to implement a hybrid storage strategy where sensitive patient data is encrypted via AES-256 at the application layer before being anchored to a blockchain. This taught me how to ensure absolute data integrity, making medical histories immutable while providing a verifiable audit trail for every access request. 2. Privacy-First Consent Logic (Granular Data Sharing) Architecting the "Time-Limited Access" protocol taught me how to handle high-stakes privacy. I engineered a system where patients can issue temporary, scoped decryption keys to doctors via smart contracts. This taught me how to implement a Zero-Trust architecture, ensuring that healthcare providers only see what they need, exactly when they need it, with access automatically revoking after a set TTL (Time-To-Live). 3. Edge-Optimized Backend & Secure Validation By leveraging Supabase Edge Functions, I learned how to move critical business logic closer to the user while maintaining a "Thick-Client, Secure-Server" model. I architected isolated server-side environments for data validation and healthcare-specific compliance checks, which taught me how to drastically reduce latency in high-volume environments without compromising on server-side security. 4. Proactive Health Intelligence (Predictive Monitoring) I leveled up my AI integration skills by building an Advanced Command Center for Disease Surveillance. I learned how to aggregate anonymized, real-time data from disparate sources—including IoT wearable integrations—to generate heatmaps for disease outbreaks. This taught me the complexity of Geospatial Data Engineering and how to turn passive monitoring into proactive healthcare interventions. 5. Multi-Platform Synchronization (Unified Digital Ecosystem) Building a system that bridges Citizens, Doctors, and Government officials taught me the challenges of Cross-Stakeholder State Management. I learned how to maintain a "Single Source of Truth" across a multilingual Next.js web ecosystem and mobile interfaces, ensuring that a life-saving update on a doctor's portal is reflected on a patient's mobile dashboard in near real-time. 6. Inclusive Design & Localized Accessibility To tackle the diversity of the Indian healthcare landscape, I implemented a Multilingual UI Framework. I learned how to architect a scalable localization layer that supports regional languages, ensuring that the platform is accessible to rural citizens. This taught me the importance of Inclusive UX Engineering—where the technical complexity is hidden behind a simple, high-impact interface for non-technical users.
0
16
1
RAG is only as good as the data you feed it. 📄➡️🤖 I am excited to share that I’ve completed the Build an AI-Powered Document Retrieval System with IBM Granite and Docling lab from IBM SkillsBuild! While my previous work focused on the RAG pipeline, this lab went deeper into the most critical step: Document Parsing. We often forget that real-world data isn't clean text—it's locked in complex PDFs and formatted documents. What I built in this hands-on lab: 🔹 Advanced Parsing with Docling: I used Docling to not just "read" text, but to understand the structure of documents, preserving the context for the AI. 🔹 Granite Power: Leveraged IBM Granite models (granite-embedding-30m-english) to create high-quality vector embeddings. 🔹 Seamless Integration: Orchestrated the entire workflow using LangChain to connect the parsed data with the retrieval engine. This skill allows me to build AI agents that don't just "guess" answers but can accurately retrieve information from complex business documents. Technical breakdown of what I built: 🔹 Orchestration: Used LangChain to manage the flow between the user, the database, and the model. 🔹 Embeddings: Leveraged IBM Granite models (granite-embedding-30m-english) to convert text into vector representations. 🔹 Data Processing: Implemented document loading and chunking strategies to optimize context windows. 🔹 Synthesis: Created a system that retrieves relevant data and generates accurate, fact-based summaries. This experience has given me the practical skills to build AI applications that are not just "smart," but also accurate and domain-specific.
1
32
1
Cognitive Guardian: Building Cognitive Guardian was a massive undertaking that pushed me to bridge the gap between physical hardware and cloud infrastructure. Transitioning this from a conceptual idea to a fully integrated digital tether taught me invaluable lessons in full-stack architecture, IoT, and edge computing. Architecting Resilient Systems (Failover Logic): I learned how to design a system that doesn't just fail gracefully, but adapts. Building the "Offline Handshake" protocol taught me how to seamlessly hand over session logic from a smartphone (Cellular/BLE) to a microcontroller (LoRaWAN) when entering network dead zones. Edge AI & Hardware-Software Integration: Instead of relying on cloud-based machine learning (which introduces latency), I learned how to program Edge AI natively on a microcontroller. Writing C++ state machines to calculate 3D acceleration vector magnitudes (via an MPU6050 sensor) taught me how to achieve zero-latency anomaly detection while operating under strict hardware constraints. Polyglot Database Strategy: I leveled up my data engineering skills by realizing one database doesn't fit all. I learned how to route high-throughput, real-time GPS telemetry into MongoDB (leveraging 2dsphere indexes for geospatial queries), while using PostgreSQL for strict relational state tracking, and Hyperledger Fabric for immutable audit logs. Privacy by Design (Self-Sovereign Identity): Handling sensitive medical data taught me modern compliance and security. I learned how to implement Decentralized Identifiers (DIDs) on a permissioned blockchain, ensuring that user data remains encrypted and is only temporarily accessible to authorities via smart contracts during an active SOS. Mobile Battery Optimization & Background Tasks: On the Flutter side, I learned how to handle intensive background processes without killing the user's device. Implementing dynamic location polling tied to the phone's internal accelerometer taught me deep, native-level power optimization for both Android and iOS. Managing High-Velocity Data Streams: Building the Node.js/Express backend taught me how to handle asynchronous data spikes. I learned to implement rate-limiting and use Socket.IO (http://Socket.IO) to bypass standard HTTP request cycles, successfully pushing critical hardware SOS alerts to a React web dashboard in under two seconds.
1
86
MongoDB
(1)
Follow
Message
Dasarath G
Chennai, India
Full Stack Developer with IoT and Hardware skills
Follow
Message
Full Stack Developer with IoT and Hardware skills
0
IoT based Energy Monitoring System using MERN stack and EMQX
0
109
0
IoT device for the diagnosis of Parkinson's & Gait Disorders
0
19
0
Development of an IoT Healthcare System for Evolving User Needs
0
9
View more →
MongoDB
(1)
Follow
Message
Naveen Akash
Chennai, India
MERN Full Stack | React Native | Flutter Developer
Follow
Message
MERN Full Stack | React Native | Flutter Developer
0
Event Registration Website for our College's Culturals
0
4
0
Pass Guardian - Password Manager
0
4
1
Wallet Sync - Expense Tracker
1
1
0
Hostel Pass Management System
0
3
MongoDB
(2)
Follow
Message
Suraj Jain
Chennai, India
Curious about software.
Follow
Message
Curious about software.
0
GitHub - ZSuraj/POS: POS system with MERN Stack.
0
408
0
GitHub - ZSuraj/POS: POS system with MERN Stack.
0
103
0
Stackoverflow
0
18
0
GitHub - ZSuraj/movie-app
0
41
MongoDB
(3)
Follow
Message
Mohit Kushwaha
Chennai, India
Fullstack Developer, Certified DevOps Engineer
Follow
Message
Fullstack Developer, Certified DevOps Engineer
0
Portfolio Website
0
13
0
KimtVak8143/ClimateActionPlanner
0
13
0
ohitsmeMohit/Song-recommender-System
0
15
View more →
MongoDB
(2)
Follow
Message
Deepak Raja R A
Chennai, India
Full Stack Engineer. AI products, end to end
$1k+
Earned
3
Followers
Follow
Message
Full Stack Engineer. AI products, end to end
1
Astro-Sri Full-stack portfolio ecosystem with admin-managed CMS, booking system, and SEO-optimised dynamic pages.
1
107
1
AURA is a sci-fi city exploration platform where every city you've visited becomes a living world you can orbit. Your travel history, reimagined as a personal solar system. Built entirely with Google Stitch — starting from a Figma wireframe import, Stitch generated the full design system: Deep Space color tokens, glassmorphic components, Syne typography. From there, five city worlds came alive — Tokyo, Paris, Mumbai, Nairobi, Cairo — each with its own visual identity, personality, and energy. The experience: a solar system where your explored cities orbit around you. Click a planet → warp zoom transition → enter that city's Void. Discover hidden gems through the Orbit feed. Feel the city breathing through live Pulse data. Track your journey on your Zenith profile. Stitch handled everything — streaming generation, in-place AI edits with point-and-click prompts, prototype testing, GitHub codebase sync, and one-click Netlify deployment. The entire frontend — warp transitions, orbital physics, sonar animations — lives in a single index.html. Live: https://aura-void.netlify.app (https://aura-void.netlify.app/)
1
1
81
3
Sojourn AI — Cinematic Travel Memory Platform Sojourn AI transforms a travel dream or emotional feeling into a full cinematic campaign — persistent, evolving, and beautiful. Describe your journey in one sentence. Sojourn builds a complete visual universe: a cinematic poster, 4 documentary-style daily itinerary frames, 3 polaroid memory snapshots, and a video trailer — all wired together as a connected Melius workflow. What makes it different: the canvas doesn't reset. Every follow-up prompt evolves the SAME cinematic universe using node_update instead of regenerating from scratch. "Make it rainier." "More hopeful ending." The world deepens over time. --- How I built it --- • Built a FastAPI backend that orchestrates the full Melius workflow via MCP • Used 7 node types: custom_text (source prompt), text (director/outline), image ×5 (poster + itinerary days + polaroids), video (trailer) • Connected all nodes with edge_create / bulk_create_edges to form a proper directed graph — source → director → parallel branches → trailer • Used canvas_plan_layout before node creation so the canvas renders as a clean visual workflow • Wired Gemini as the creative director layer to structure prompts into cinematic directions before Melius generation runs • MongoDB persists conversationId ↔ canvasId ↔ projectId so every session continues the same canvas • Deployed full-stack with a Next.js cinematic frontend --- Feedback on Melius --- The MCP server is genuinely powerful for agentic workflows — bulk_create_edges and canvas_plan_layout are underrated tools that made the parallel graph structure possible. The ability to update nodes instead of regenerating is what unlocked the "persistent universe" concept entirely. Project link: https://sojourn-melius.vercel.app (https://sojourn-melius.vercel.app/)Screen recording and Canvas screenshot
3
302
1
Horizon AI — Kanban Pipeline
1
118
MongoDB
(1)
Follow
Message
Packiya Jebaseelan
Chennai, India
Full-Stack Dev | MERN & Next.js | Fast Builder for Startups
New to Contra
Follow
Message
Full-Stack Dev | MERN & Next.js | Fast Builder for Startups
0
Built Nexus, an AI-augmented project workspace for high-performance teams. Kanban, tasks, calendar & team collaboration. All in one. ⚡
0
19
0
Built 'Roast My UI' - upload a screenshot, get brutally honest UI feedback + instant Tailwind CSS fixes. AI-powered design critique. 🔥
0
11
0
This is what I've been building secure, scalable, real-world products. From SaaS to enterprise platforms, all solo. 🚀
0
15
0
Built NeoSharex, 100% peer-to-peer file sharing. No sign up, no server, no hassle. 🚀
0
31
MongoDB
(1)
Follow
Message
Explore people