Barmanjibackend-finnese.hashnode.dev·Jan 21, 2025Little talks on: Mongoose with Pagination and Aggregation Pipelines.This article is about my new app Youtube-Twitter Tokens- Lets talk about tokenization- Why its important? and What is a Token?Tokens are pieces of data that carry just enough information to facilitate the process of determining a user's identity or a...backend
Kshitiz AcharyaforFinal Year Projectsachinthapa.hashnode.dev·Jan 8, 2025Comprehensive Guide: Encrypting Images, Uploading to Cloudinary, and Serving Them SecurelyThis guide explains how to implement a secure system for encrypting images, uploading them to a cloud storage solution (Cloudinary), and serving them when needed. We’ll walk through each step in detail, from setting up key generation to encrypting an...encryption
Jeysson Aly Contrerasalyconrdev.hashnode.dev·Oct 31, 2024FeaturedMastering Image Uploads with Multer, Firebase, and Express in Node.jsA step-by-step walkthrough showing you how to build a powerful image handling solution that combines Multer, Firebase, and Express with Node.js. Whether you're creating a social platform, e-commerce site, or content management system, this guide will...49 likes·283 readsExpress
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 11, 2024How to Handle File Uploads in JavaScript: A Detailed Guide with ExamplesFile uploads are a crucial part of many web applications, whether it's for user profiles, documents, or images. With JavaScript, you can create a seamless and efficient file upload experience for your users. This comprehensive guide will take you thr...610 readsJavaScript
Aditya Vermaadityabverma.hashnode.dev·Sep 8, 2024Maximizing Multer: Advanced Configuration and Tips for Powerful File UploadsMany of you might be using multer to store the files uploaded by the user first in your server and then in some cloud to provide atomicity in your web applications. For this you might me using multer or some of you might be uploading the files direct...1 like·77 readsFileUploads
Anuj Kumar Upadhyayanuj1.hashnode.dev·Aug 8, 2024Handling File UploadsWelcome to Day 14 of our Node.js blog series!👇👇😃 Today, we'll dive into handling file uploads in Node.js applications. File uploads are a common requirement in web applications, whether for user profile images, documents, or other types of files. ...10 likesNodejsmulter
Rahul Boneyrahulboney.hashnode.dev·Jul 13, 2024Creating a Blogging Website Using Node.js, JWT Tokens, Express, MongoDB, and HashingIn this tutorial, I will walk through the process of creating a blogging website using Node.js, Express, MongoDB for database storage, JWT tokens for user authentication, and hashing for secure password storage. We'll cover essential backend and fron...Blogging
chukwuebua Emmanuel Nwoboodooraclejnr.hashnode.dev·Jul 1, 2024File Handling with MulterIntroduction My name is Nwobodo Chukwuebuka, and I am a beginner in web development. I started learning web development last year but haven't been consistent. I am a good learner, eager to gain knowledge and make an impact. I am passionate about what...multer
Madhav Ganesanmadhavganesan.hashnode.dev·Jun 26, 2024File Upload in MERN StackIn this blog, we will delve into the concept of file uploads, which is essential for any web application built using JavaScript. Specifically, in the MERN stack, I have used the multer package to store files from the frontend to the backend without a...10 likesProgramming Blogs
Akash Satputeakashblogss.hashnode.dev·May 31, 2024File Uploads with Multer and Cloudinary: Part 2What is Multer? Multer is a middleware for handling multipart/form-data, which is primarily used for uploading files in Node.js applications. Key Features of Multer: File Handling: Processes incoming file uploads and makes them available in the re...20 likes·34 readsmulter middleware