Month: December 2020

Node.js Application Security: OWASP Top 10 Vulnerabilities

Introduction OWASP (Open Web Application Security Project) regularly publishes a list of the top 10 most critical web application security risks, known as the OWASP Top 10. These vulnerabilities can impact Node.js applications as well. Here is an overview of the OWASP Top 10 vulnerabilities in the context of Node.js: By understanding these vulnerabilities and

Read more

Java Interview Questions and Answers

Doing well on a Java interview can be the difference between a job offer and a lifetime of disappointment. Preparation is essential and knowing the right questions to ask and the answers to give can help you to put your best foot forward. This article looks at 50 of the most common Java interview questions

Read more

Program to check if the given number is prime or not

To check whether a given number is prime or not in C, you can use the following code: In this code, the isPrime() function checks whether a given number n is prime or not by iterating from 2 to n/2 and checking if n is divisible by any number in that range. If n is

Read more

How to resolve a hostname to an IP address in Node.js?

Introduction: Have you heard about DNS? If you know about DNS then you have solved your half problem. DNS which is Domain Name System is a telephone directory for the Internet. Every domain like facebook.com, google.com etc belongs to an IP address.  DNS translates domain names to IP addresses so browsers can load Internet resources.

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