Jobin Mathewjobin-mathew.hashnode.dev路Aug 9, 2024馃専 Mastering Middleware in Node.js and Express.jsToday, we'll explore the essential concept of middleware in Node.js and Express.js. Middleware plays a crucial role in managing requests and responses in web applications, enabling you to build efficient, scalable, and maintainable systems. This guid...DiscussJavaScript
Angelo YANVEonecode24.hashnode.dev路Jan 30, 2024What is Middleware in API?Hello there!My name is Angelo YANVE, I'm Software Engineer specifically Backend Engineer. In this article, We are going to learn about Middleware and we will browse some example using ExpressJs. What is API? API stands for Application Programming Int...Jean-louis AHOUANSE and 1 other are discussing this2 people are discussing thisDiscuss路30 likes路195 readsMiddleware
Giver KdkforGiver's NodeJS Bloggiver-node.hashnode.dev路Jan 30, 2024Express.js: Request ParametersRequest parameters are additional data attached in the request URL sent to the server. Server then provides customized response according to that parameter provided with request. Route Params It is extra info attached in request URL by using ':' symb...Discussrequest-parameter
Md. Sadiqmdsadiqmd.hashnode.dev路Jan 15, 2024Tackling the Thundering Herd Problem and Designing Idempotent API Endpoints for Payments at Stripe with Rate LimitingIntroduction APIs are crucial in maintaining the connection between the client and server and are essential for every business to ensure connectivity. However, when the user base is huge, it comes with some problems like frequent retries of connectio...Discuss路2 likes路26 readsSystem Design
Ian Carsoniancarson.hashnode.dev路Jan 10, 2024How Request Coalescing works and a Case study from Slack.This is a brilliant technique in handling database queries. It has been used by Discord and it saved them a ton of possible failures and downtimes. It helped them store trillion of messages and fetch them without bringing cluster down. If multiple us...DiscussRequest coalescing
Syed Jafer Kparottasalna.hashnode.dev路Nov 24, 2023Can we cancel an HTTP request ?Problem Faced: While testing functionalities in an web application, we usually do some actions which triggers the API request. What to do if i triggered an api which should not have been done in first place. How can i cancel the sent request ? How ca...Discussapi developer
Faizan Anwarlogicodev.hashnode.dev路Aug 30, 2023馃枼 HTTP Request Response Cycles馃攳 Ever wondered what happens when you hit 'Enter'? The web's dance of data servers unfolds in ways you've never imagined! We take a thrilling journey through the mesmerizing world of HTTP Request Response Cycles. Get ready to be amazed! 1锔忊儯 Your bro...Discusshttp
Babatunde Onasanyablog.tundeonasanya.dev路Mar 24, 2023Understanding the Request-Response Model in Backend CommunicationOne important concept in the modern web application is backend communication, Backend communication simply refers to how several components of the backend, frontend applications and different backend applications communicate with each other. One of ...Discuss路16 likes路505 readsbackend
Shubham Yadavcomputergeeks.hashnode.dev路Feb 9, 2023Request and ResponseRequest and response cycle The request-response cycle refers to the sequence of events that occur when a client sends an HTTP request to a server and the server sends back an HTTP response. The cycle includes the following steps: The client sends an...Discuss路58 readsrequestresponse
Vaibhav Dewanganvaibzde.hashnode.dev路Dec 22, 2022#Day02 - Understanding the client-server model and how it applies to backend development馃 Have you ever used a website or web application and wondered how it works behind the scenes? If so, you're in luck! In a previous article, we read about a pizza restaurant example of how the front end and backend interact. In this article, we'll b...Discuss路1 like路69 readsCode, Blog, Repeat: A 50-Day Quest for Back-End Masteryclientservermodel