You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEW VERSION HERE https://github.com/kevoj/nodetomic RESTful API Nodejs designed for horizontal scalability with support for cluster, based on Express, MongoDB, Redis, JWT, Socket.io, Passport.
Using NodeJS along with express to design a backend which will serve the requests of the app. The backend will also load the mongo database with latest news using mongoose framework.
A Node.js application that processes media files by creating media chunks and organizing them into folders based on the media ID. Utilizes the fs module for file handling and chunk management.
The eCommerce Application is a cutting-edge platform designed to provide a seamless online shopping experience for customers and comprehensive tools for sellers. This project features a responsive and intuitive user interface that ensures hassle-free browsing, shopping, and checkout processes. Built with modern web technologies, the platform prior
Custom hooks implementation of a debounced search bar in React. This project demonstrates how to build a reusable debouncing mechanism with React’s custom hooks to optimize search input handling and API calls. Instead of firing an API request on every keystroke, the input value is delayed until the user pauses typing.