RTRochak Tiwariinunderstandingwebdevelopment.hashnode.dev00How Node.js Handles Multiple Requests with a Single Thread13h ago · 9 min read · Introduction to Node.js Concurrency One of the first things developers hear about Node.js is that it is single-threaded. At first, this sounds confusing. If Node.js uses only one thread, how can it haJoin discussion
RTRochak Tiwariinunderstandingwebdevelopment.hashnode.dev00REST API Design Made Simple with Express.js13h ago · 8 min read · Introduction to REST APIs Modern web applications are usually divided into two major parts: Frontend (client) Backend (server) The frontend may be: A React application A mobile app A Vue or AngJoin discussion
RTRochak Tiwariinunderstandingwebdevelopment.hashnode.dev00Setting Up Your First Node.js Application Step-by-Step16h ago · 9 min read · Introduction to Node.js Node.js Official Website is a free, open-source, cross-platform JavaScript runtime environment that allows developers to run JavaScript outside the browser. Before Node.js exisJoin discussion
RTRochak Tiwariinunderstandingwebdevelopment.hashnode.dev00URL Parameters vs Query Strings in Express.js17h ago · 8 min read · When building APIs or web applications with Express.js Official Website, developers often need to send additional information through URLs. This information helps the server understand what resource tJoin discussion
RTRochak Tiwariinunderstandingwebdevelopment.hashnode.dev00JWT Authentication in Node.js Explained Simply18h ago · 11 min read · Authentication is one of the most important parts of modern web development. Every application that stores user-specific information must verify user identity before granting access to protected resouJoin discussion