Making HTTP requests and handling responses in modern web development is a common task. Axios is a good js library, that simplifies the process by providing a clean API. Interceptors […]
Horizontally Scaling an Express.js Application
It is critical that web applications can handle their expected load. As traffic to an application increase, horizontal scaling becomes even more essential to meet the load. In this journal, […]
Unit testing of REST APIs using MOCHA, CHAI, and test coverage using NYC
Introduction: The first question that comes to our mind when we hear about unit testing is why developers should use unit testing. Now we will know more details about unit […]