Articles in this series
Importance of Javascript JavaScript is the only language that can run both on the front-end and the back-end. This means you can use the same...
Hello, fellow developers! 👋 In this post, I will share with you how to use body-parser, a popular middleware that helps us parse the request body in...
While developing a Todo app API and connecting it through the frontend, I encountered a CORS (Cross-Origin Resource Sharing) error. CORS is a...
React is a popular library for building user interfaces. One of the key features of React is that it uses a virtual DOM, which is a lightweight...
When it comes to user authentication, there are two main approaches: sessions and tokens. In this blog post, we'll take a closer look at both...