JavaScript Archives - CodeSpeedy Coding solutions - PHP, Java, JS, Python Fri, 20 Feb 2026 23:46:18 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.5 https://www.codespeedy.com/wp-content/uploads/2023/07/cropped-codespeedy-favicon-icon-32x32.png JavaScript Archives - CodeSpeedy 32 32 How to Download Instagram Reels Using Node.js https://www.codespeedy.com/how-to-download-instagram-reels-using-node-js/ https://www.codespeedy.com/how-to-download-instagram-reels-using-node-js/#respond Fri, 20 Feb 2026 23:46:18 +0000 https://www.codespeedy.com/?p=118613 In this, we will learn how to download Instagram Reels using Node.js in a simple and easy way. This project helps us understand Async/Await, handling JSON responses, and downloading files using streams. Instagram does not provide a direct download option for Reels. So, we use a special npm library to fetch the direct video link […]

The post How to Download Instagram Reels Using Node.js appeared first on CodeSpeedy.

]]>
https://www.codespeedy.com/how-to-download-instagram-reels-using-node-js/feed/ 0
Create a CV Maker Web Application using Node.js https://www.codespeedy.com/create-a-cv-maker-web-application-using-node-js/ https://www.codespeedy.com/create-a-cv-maker-web-application-using-node-js/#respond Fri, 20 Feb 2026 23:45:30 +0000 https://www.codespeedy.com/?p=118719 In this project, we will learn how to build a CV Maker Web Application using Node.js. This application allows users to enter their professional details into a form and instantly download a beautifully formatted PDF resume. Building this project is a great way to understand how to handle user input, render dynamic HTML templates, and […]

The post Create a CV Maker Web Application using Node.js appeared first on CodeSpeedy.

]]>
https://www.codespeedy.com/create-a-cv-maker-web-application-using-node-js/feed/ 0
How to Convert CSV to JSON in Node.js https://www.codespeedy.com/how-to-convert-csv-to-json-in-node-js/ https://www.codespeedy.com/how-to-convert-csv-to-json-in-node-js/#respond Fri, 20 Feb 2026 23:45:25 +0000 https://www.codespeedy.com/?p=118700 In this task, we will learn how to convert CSV to JSON using Node.js. CSV (Comma-Separated Values) and JSON (JavaScript Object Notation) are two of the most commonly used data formats in backend development. CSV is a simple, plain-text format used for storing tabular data, making it the standard for spreadsheet exports and database dumps. […]

The post How to Convert CSV to JSON in Node.js appeared first on CodeSpeedy.

]]>
https://www.codespeedy.com/how-to-convert-csv-to-json-in-node-js/feed/ 0
How to Use JavaScript Arrow Functions with No Parameters https://www.codespeedy.com/how-to-use-javascript-arrow-functions-with-no-parameters/ https://www.codespeedy.com/how-to-use-javascript-arrow-functions-with-no-parameters/#respond Tue, 10 Feb 2026 16:47:01 +0000 https://www.codespeedy.com/?p=118582 In this task, we will learn about JavaScript arrow functions with no parameters in a simple and easy way. Arrow functions were introduced in ES6 to make JavaScript code shorter, cleaner, and more readable. These functions are commonly used when : No input values are required The function performs a small task Standard Function vs […]

The post How to Use JavaScript Arrow Functions with No Parameters appeared first on CodeSpeedy.

]]>
https://www.codespeedy.com/how-to-use-javascript-arrow-functions-with-no-parameters/feed/ 0
Create a web application to determine the presence of the image in database https://www.codespeedy.com/create-a-web-application-to-determine-the-presence-of-the-image-in-database/ https://www.codespeedy.com/create-a-web-application-to-determine-the-presence-of-the-image-in-database/#respond Fri, 29 Nov 2024 12:42:30 +0000 https://www.codespeedy.com/?p=114890 Hello everyone, In this tutorial you will learn how to create a Plant Identification App. Follow the following steps to create the Plant Identification App In the 1st step create a JS file where you use node.js and express.js to develop the backend code In the 2nd step create EJS templates which act as HTML […]

The post Create a web application to determine the presence of the image in database appeared first on CodeSpeedy.

]]>
https://www.codespeedy.com/create-a-web-application-to-determine-the-presence-of-the-image-in-database/feed/ 0
Markdown to HTML converter using JavaScript, HTML and CSS https://www.codespeedy.com/markdown-to-html-converter-using-javascript-html-and-css/ https://www.codespeedy.com/markdown-to-html-converter-using-javascript-html-and-css/#respond Wed, 18 Sep 2024 15:04:50 +0000 https://www.codespeedy.com/?p=114834 Hello everyone, In this tutorial you are going to learn how to create a Markdown to HTML converter using JavaScript. Steps to create Markdown to HTML converter Follow the following steps to create a Markdown to HTML converter web application In the first step create the HTML file named converter.html In the second step create the […]

The post Markdown to HTML converter using JavaScript, HTML and CSS appeared first on CodeSpeedy.

]]>
https://www.codespeedy.com/markdown-to-html-converter-using-javascript-html-and-css/feed/ 0
Text to colored QR code generator web application – JavaScript, HTML, CSS https://www.codespeedy.com/text-to-colored-qr-code-generator-web-application-javascript-html-css/ https://www.codespeedy.com/text-to-colored-qr-code-generator-web-application-javascript-html-css/#respond Mon, 16 Sep 2024 14:38:38 +0000 https://www.codespeedy.com/?p=114806 Hello everyone, today in this tutorial you will learn how to create text to colored QR code generator web application Follow the following steps to create the text for the colored QR code generator In the first step open VS code and create a file named qrcodesite.html. Then in the next step, create a CSS file […]

The post Text to colored QR code generator web application – JavaScript, HTML, CSS appeared first on CodeSpeedy.

]]>
https://www.codespeedy.com/text-to-colored-qr-code-generator-web-application-javascript-html-css/feed/ 0
How to Disable right click on a webpage using JavaScript https://www.codespeedy.com/how-to-disable-right-click-on-a-webpage-using-javascript/ https://www.codespeedy.com/how-to-disable-right-click-on-a-webpage-using-javascript/#respond Fri, 12 Jul 2024 13:07:15 +0000 https://www.codespeedy.com/?p=114286 In this tutorial, we will learn how to disable right-click on a webpage using JavaScript. Disable right click on a webpage using JavaScript Here I am going to describe one efficient method. We can disable the right click on a webpage using the preventDefault event to disable contextmenu event by using Javascript. 1. Javascript code […]

The post How to Disable right click on a webpage using JavaScript appeared first on CodeSpeedy.

]]>
https://www.codespeedy.com/how-to-disable-right-click-on-a-webpage-using-javascript/feed/ 0
How to Use Async/Await in JavaScript https://www.codespeedy.com/how-to-use-async-await-in-javascript/ https://www.codespeedy.com/how-to-use-async-await-in-javascript/#respond Thu, 11 Jul 2024 14:51:21 +0000 https://www.codespeedy.com/?p=114293 In this tutorial, we will learn How to Use Async/Await in JavaScript Here we have some easy and efficient method to find out.  How to Use Async/Await in JavaScript Usage of Async :  async function greet() { return "Hello, world!"; } // Calling the async function greet().then(message => console.log(message)); Output: Hello, world! Explanation: For instance, […]

The post How to Use Async/Await in JavaScript appeared first on CodeSpeedy.

]]>
https://www.codespeedy.com/how-to-use-async-await-in-javascript/feed/ 0
Get Query String variable in Expressjs https://www.codespeedy.com/get-query-string-variable-in-expressjs/ https://www.codespeedy.com/get-query-string-variable-in-expressjs/#respond Fri, 14 Jun 2024 05:55:57 +0000 https://www.codespeedy.com/?p=113556 In this blog, we’ll learn how to handle route parameters in an Express.js application.   Handling Route Parameters in Express js when making a server side application with the help of node js,Express.js is one of most popular framework to work with.Ot having one useful feature that in express handling route parameter allow your application […]

The post Get Query String variable in Expressjs appeared first on CodeSpeedy.

]]>
https://www.codespeedy.com/get-query-string-variable-in-expressjs/feed/ 0