RRadhikainbackend-radhika.hashnode.dev00How Node.js Handles Multiple Requests with a Single Thread1h ago · 7 min read · One of the most confusing things beginners hear about Node.js is: “Node.js is single-threaded but can handle thousands of users.” This creates many questions: If Node.js uses one thread, how does iJoin discussion
RRadhikainbackend-radhika.hashnode.dev00Setting Up Your First Node.js Application 1h ago · 6 min read · If you want to become a backend developer, one of the first technologies you’ll learn is: Node.js Node.js allows JavaScript to run outside the browser and helps developers build: Servers APIs Real-Join discussion
RRadhikainbackend-radhika.hashnode.dev00JWT Authentication in Node.js1h ago · 7 min read · Whenever users login into applications like: Instagram Netflix Amazon YouTube the server needs a way to verify: “Who is this user?” This process is called: Authentication One of the most populJoin discussion
RRadhikainbackend-radhika.hashnode.dev00Handling File Uploads with Multer in Express.js2h ago · 7 min read · Modern applications allow users to upload files like: Profile pictures PDFs Videos Documents Product images But handling file uploads in backend applications is not as simple as handling normalJoin discussion
RRadhikainbackend-radhika.hashnode.dev00Storing Uploaded Files and Serving Them in Express.js2h ago · 7 min read · Modern web applications allow users to upload files like: Images PDFs Videos Documents Profile pictures But after uploading, an important question comes: Where are these files stored? And anoJoin discussion