-
Dev-P Public
A repository dedicated to learning and practicing MERN stack development. It includes projects and resources to build full-stack applications using MongoDB, Express, React, and Node.js, providing …
-
-
-
-
Nutrition-Estimator Public
A full-stack nutrition estimator that uses Gemini to extract ingredients from user input, generates aliases, and matches them against an Excel-based nutrition dataset using fuzzy logic to calculate…
-
NewsMate Public
NewsMate is a full-stack AI chatbot that answers news-related queries using a RAG pipeline. It features Xenova embeddings, Qdrant vector search, Gemini API, Redis-based session handling, and a mode…
-
NewsMate-Client Public
Frontend for NewsMate, a real-time news chatbot interface built with React, Vite, and Tailwind CSS. Supports session-based chat, markdown-rendered responses, and API integration with a RAG-powered …
-
NewsMate-Server Public
Backend for a RAG-powered news chatbot. Handles RSS ingestion, vector embeddings with Xenova + Qdrant, session caching via Redis, and chat response routing using Gemini API. Built with Node.js and …
-
-
DevNotes Public
DevNotes – Personal Notes App using Next.js Full Stack
-
A UAV Resource Allocation system optimizing delivery from a central base to multiple outposts using priority-based distribution of medicine, food, and weapons. It considers urgency, distance, and U…
-
GeoContacts Public
Interactive contact management dashboard with map visualization and dynamic filtering. Integrated with HubSpot API for real-time data retrieval and role-based contact display. Secure, responsive UI…
-
Vouchery Public
This project uses Puppeteer with a stealth plugin to scrape product data and Socket.IO to distribute coupons using a round-robin algorithm. It is containerized with a Playwright base image and depl…
-
MailMind Public
MindMail is a smart email assistant built with a no-code tool, integrating Google Gmail API for real-time access, email summarization, and priority classification using AI. Designed to simplify ema…
-
Whispora Public
Whispora is a modern, responsive blog application built with React.js and Tailwind CSS. It features secure authentication, interactive content, and a comment system, offering users an engaging read…
-
-
DSA Public
This repository is dedicated to learning and practicing Data Structures and Algorithms (DSA). It contains solutions to various problems, ranging from basic to advanced topics, helping enhance probl…
-
UI-components Public
This repository contains reusable UI components and design elements for various pages, including login forms, headers, sidebars, footers, buttons, cards, graphs, and more. It aims to provide consis…
-
CodeCompendium Public
Ultimate guide to software development with curated tips, code examples, solutions, and valuable insights to enhance your coding journey.
1 UpdatedMar 25, 2025 -
ScrapeSmart Public
ScrapeSmart is a MERN-based Amazon Smart TV scraper that extracts product details, pricing, offers, and AI-generated review summaries. Built with Node.js, Puppeteer, Express, React.js, and MongoDB,…
-
RyomenDev Public
A learning repository designed to help users create informative and engaging README.md files for their personal GitHub profiles. It includes templates, examples, and best practices to effectively p…
1 UpdatedMar 24, 2025 -
GlamourGrove Public
GloamourGrove is a full-stack MERN application offering a seamless shopping experience. Features include user authentication, responsive design, dark/light mode, product categories, advanced search…
-
Mongoose-Mongodb Public
A comprehensive guide to Mongoose & MongoDB, covering MongoDB Compass, MongoDB Shell, and essential commands. Learn how to set up a MongoDB database, use Mongoose for schema modeling, and interact …
-
GitHub Public
This GitHub repository is a complete guide to mastering GitHub, covering everything from basics to advanced features like GitHub Actions, Projects, Discussions, and Security. Learn version control,…
-
Fullstack-services-app Public
A full-stack application with a Node.js/Express backend and a React frontend, integrating services like Nodemailer (emailing), Cloudinary (image storage), Multer (file uploads), JWT authentication,…
-
A real-time coupon management system using React, Node.js, and WebSockets. Users can claim coupons dynamically, receive instant updates, and track available and claimed coupons. Includes authentica…
-
Real-time-Tracking Public
This project tracks active users on a webpage using Socket.io and Express.js, storing their IP addresses and socket IDs. It provides real-time user count updates and an API to fetch current users. …
-
Redis Public
MERN app with Redis for caching, rate limiting, and session management. Enhances performance by reducing DB load, preventing excessive API requests, and securing sessions. Includes JWT authenticati…
-
swagger-openApi Public
This repository provides a hands-on guide to integrating Swagger (OpenAPI) with Node.js and Express for API documentation. Learn to define endpoints, request bodies, and responses while testing API…
-
Real-Time-communication Public
This repository contains examples of real-time communication techniques, including WebSocket, Socket.IO, SSE, gRPC, and MQTT. It covers setup, implementation, and best practices for each approach, …