SMSAMIT MANDALinsaminitcohort.hashnode.dev00Handling File Uploads in Express with Multer3d ago · 3 min read · While learning backend development with Node.js and Express, one feature that felt very practical was file uploading. Modern applications allow users to upload profile pictures, PDFs, videos, and manyJoin discussion
SMSAMIT MANDALinsaminitcohort.hashnode.dev00Creating Routes and Handling Requests with Express3d ago · 4 min read · When I first started backend development with Node.js, creating servers using the built-in HTTP module felt a little complicated. Then I discovered Express.js, and it made building web servers much siJoin discussion
SMSAMIT MANDALinsaminitcohort.hashnode.dev00URL Parameters vs Query Strings in Express.js3d ago · 3 min read · While learning Express.js, one thing that confused me at first was the difference between URL parameters and query strings. Both are used to send data through the URL, but they are used for different Join discussion
SMSAMIT MANDALinsaminitcohort.hashnode.dev00Storing Uploaded Files and Serving Them in Express3d ago · 2 min read · While learning backend development with Node.js and Express, one feature I found very interesting was file uploading. Applications like social media platforms, portfolio websites, and chat apps all neJoin discussion
SMSAMIT MANDALinsaminitcohort.hashnode.dev00How Node.js Handles Multiple Requests with a Single Thread3d ago · 2 min read · When I first started learning Node.js, I was confused about how it could handle many users at the same time while being single-threaded. Normally, we think multiple requests need multiple threads, butJoin discussion