Month: September 2022

Node.js Security: Keeping your application safe

Node.js Security, Node.js is a JavaScript runtime built on Chrome’s V8 engine. It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js applications are written in JavaScript and can be run on Windows, MacOS, and Linux operating systems. Due to its popularity,Node.js is often the target of attacks. While there are

Read more

Node.js Security – Your Guide to Secure Node Development

Node.js is an open-source, cross-platform runtime environment for developing server-side applications. It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Due to its popularity, Node.js is a frequent target of cyber attacks. In this blog post, we provide a Node.js security checklist to help you secure your Node development environment and protect

Read more

Monkey Patching in Node.js? Update code at runtime in Node.js

Introduction In this blog post, we will look at what Monkey patching is, what are the pros and cons of it, and also an example that illustrates this technique. What is Monkey patching? Monkey patching is a technique for dynamic modification of any module or function. By using Monkey patching one can add or modify

Read more

Boosting Web Performance with HTTP/2 in Node.js: Exploring the Benefits and Implementation

Introduction HTTP/2 is a major revision of the HTTP network protocol used by the World Wide Web. It is designed to improve the performance and efficiency of web communication. HTTP/2 was developed by the Internet Engineering Task Force (IETF) as an evolution of the earlier HTTP/1.1 protocol. Key features and improvements of HTTP/2 include: Certainly!

Read more

Remote Code Injection (RCI) attack in Node.js

Introduction Remote code injection attacks are a type of security vulnerability in which an attacker is able to inject and execute malicious code on a remote system. In Node.js, remote code injection attacks can occur when user input is not properly validated or sanitized before being executed as code. Here is an example of how

Read more

Reading a file in Node.js

Introduction Reading a file into memory is a very common programming task. If you are building an application, then one of the important things is to read the content of a file. Node.js core API provides methods to make it easier for us. Node.js fs module provides API to do file operations. One simplest way

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