NPNikhil Prasharinnikhilprashar.hashnode.dev00REST API Design Made Simple with Express.js6d ago 路 5 min read 路 What REST API means . REST API Stands for Representational State Transfer API. It helps create better communication between the client and the server over the HTTP protocol. Basically, it works with JJoin discussion
NPNikhil Prasharinnikhilprashar.hashnode.dev00The Node.js Event Loop Explained .6d ago 路 1 min read 路 What the event loop is . Why Node.js needs an event loop . Task queue vs call stack (conceptual only) . How async operations are handled . Timers vs I/O callbacks (high level). Role of event loop in sJoin discussion
NPNikhil Prasharinnikhilprashar.hashnode.dev00Handling File Upload in Express with Multer .6d ago 路 1 min read 路 Why file uploads need middleware . What Multer is . Handling single file upload . Handling multiple file uploads . Storage configuration basics . Serving uploaded files . 馃挕 So with my above explanatJoin discussion
NPNikhil Prasharinnikhilprashar.hashnode.dev00How Node.js Handle Multiple Requests with a Single Threads.6d ago 路 1 min read 路 Single-threaded nature of Node.js . Event loop role in Concurrency . Delegating tasks to background workers . Handling multiple client requests. Why Node.js scales well . 馃挕 So with my above explanatJoin discussion
NPNikhil Prasharinnikhilprashar.hashnode.dev00Storing Uploaded File and Serving Them in Expres6d ago 路 1 min read 路 Where uploaded files are stores . Local Syntax vs external storage concept . Serving static files in Express . Accessing Uploaded files via URL . Security considerations for uploads . 馃挕 So with my aJoin discussion