Month: July 2022

Reflected XSS attack | How to prevent XSS attack in Node.js

Introduction In this blog post, I will explain to you about the Reflected XSS attack. Reflected cross-site scripting (XSS) occurs whenever an application takes untrusted data and sends it to a web browser without proper validation or escaping. Reflected cross-site scripting (XSS) allows attackers to execute scripts in the victims’ browser, which can access any

Read more

Setup Express project in Node.js

Introduction: Express is one of the most widely used web application framework of Node.js. Almost every beginner creates his/her first web application in experss. Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. expressjs.com This article shows how you can create a

Read more

How to Use MongoDB and Mongoose with Node.js?

Introduction: MongoDB MongoDB is a NoSQL database system designed for storing and retrieving data. It is an open-source database system that uses a document-oriented data model and can handle large amounts of data. MongoDB stores data in collections, which are analogous to tables in a relational database. Each collection is composed of multiple documents, which

Read more

Please disable your adblocker or whitelist this site!

How to whitelist website on AdBlocker?

How to whitelist website on AdBlocker?

  1. 1 Click on the AdBlock Plus icon on the top right corner of your browser
  2. 2 Click on "Enabled on this site" from the AdBlock Plus option
  3. 3 Refresh the page and start browsing the site