Shubham Vora has Published 962 Articles

Is it possible to write data to file using only JavaScript?

Shubham Vora

Shubham Vora

Updated on 06-Dec-2022 12:37:50

356 Views

In this tutorial, we will learn if it is possible to write data to files using only JavaScript. JavaScript has a library named fs (short form of File-System) that manages all writing operations. It is a JavaScript program (fs.js) with functions for writing operations. Utilize functions to write text to ... Read More

How to store objects in HTML5 localStorage?

Shubham Vora

Shubham Vora

Updated on 06-Dec-2022 12:34:00

1K+ Views

In this tutorial, we will discuss how to store objects in HTML5 localStorage. We can access the Storage object and store data in it thanks to the interface window's localStorage property. There is no time limit on it. As a result, the data that is stored in it will remain ... Read More

How to Access the Correct “this” Inside a Callback?

Shubham Vora

Shubham Vora

Updated on 06-Dec-2022 12:19:17

464 Views

In this tutorial, we will learn about how to Access the Correct “this” inside a callback. “this” keyword Each function contains a keyword called this, also known as “the context, ” whose value is determined by how the function was called and not by how, when, or where it was ... Read More

How Does the Access-Control-Allow-Origin Header Work?

Shubham Vora

Shubham Vora

Updated on 06-Dec-2022 12:14:30

3K+ Views

In this tutorial, we will learn how access control allows the origin header to work. Access-Control-Allow- Origin is a header for CORS. With CORS or cross-origin resource sharing, browsers can permit a website hosted at origin A to request resources from origin B. Origin is a mix of port, hostname, ... Read More

Difference between an Absolute URL and a Relative URL

Shubham Vora

Shubham Vora

Updated on 06-Dec-2022 12:03:04

18K+ Views

In this tutorial, we will learn the difference between an absolute URL and a relative URL. What is a URL? A Uniform Resource Locator (URL) is an address that indicates the location of a specific file or resource on the World Wide Web (WWW). A URL specifies the site of ... Read More

How to add HTML and CSS to PDF?

Shubham Vora

Shubham Vora

Updated on 06-Dec-2022 11:39:20

8K+ Views

In this tutorial, we will learn how we can add HTML and CSS to PDF. The HTML and CSS construct the webpages with styles and designs. We can save that webpage as a PDF file. Creating a PDF from scratch using vanilla JavaScript makes it very difficult, and the code ... Read More

Why is using onClick() in HTML a bad practice?

Shubham Vora

Shubham Vora

Updated on 06-Dec-2022 11:35:18

5K+ Views

In this tutorial, we will learn why using onClick() in HTML is a bad practice. There are events and methods in JavaScript to handle the actions like clicking, hovering, etc. The onClick() is the most used method that executes a function on clicking an element. This method is applied to ... Read More

What is Cloud Backup, how it works, and the Top Cloud Backup Providers?

Shubham Vora

Shubham Vora

Updated on 01-Dec-2022 11:28:35

218 Views

Introduction Customers can use a web browser or the provider's control panel to back up and restore their data and applications. Many businesses today keep all or the vast majority of their critical data and applications in the cloud, necessitating regular cloud server backups. A company's data and programs can ... Read More

What is Azure Stack and Its Design Patterns?

Shubham Vora

Shubham Vora

Updated on 01-Dec-2022 11:26:33

150 Views

Azure offers a few distinct choices for managing cloud jobs. The primary choice I generally contemplate is flexible figure and capacity − dynamic process and capacity assets. This choice is frequently called Azure Stack, which is the sensible initial step for associations that need to move to Azure. On the off ... Read More

Top AWS Exams and How to Prepare for Each of Them

Shubham Vora

Shubham Vora

Updated on 01-Dec-2022 11:24:11

107 Views

AWS is a packaged remote registering administration that gives distributed computing foundation over the Web with capacity, data transmission, and tweaked help for application programming points of interaction (Programming interface). Sent off in 2006, AWS was given by cloud arrangement idea pioneer Amazon Inc. Amazon's inner IT asset, the board ... Read More

Advertisements