VDVineeth D Shettyinvineethdshetty.hashnode.dev·Jun 18, 2023 · 4 min readGenerate QR Code Using JavaScriptIn this article, we will learn one of the easiest and simplest ways to create a QR Code with the help of JavaScript. Firstly let's speak about QR codes. QR Code known as Quick Response Code is a two-dimensional barcode. QR contains machine-readable i...00
VDVineeth D Shettyinvineethdshetty.hashnode.dev·Jun 13, 2023 · 5 min readPerforming HTTP Requests: Axios vs FetchAny modern web app or website is difficult to imagine without servers and to create those connections between the clients and servers we use HTTP methods and web sockets. In this article, we will be focusing on Axios and Fetch which are part of HTTP ...00
VDVineeth D Shettyinvineethdshetty.hashnode.dev·Jan 5, 2023 · 5 min readDifferent Types of Console MethodsHey Folks🙋🏻♂, In this article, I will take you through different console methods available in JavaScript. We might all be very familiar with console.log(). But it is not the only method out there. We will try to understand different console method...00
VDVineeth D Shettyinvineethdshetty.hashnode.dev·Nov 9, 2022 · 7 min readCreate a Discord Bot using Discord.jsHello Folks 🙋🏻♂️, In this article, I will take you through how to create a discord bot using discord.js Ever Wondered how Discord Bot is created? Ever thought about how can you create your own Discord Bot? Also, wondered if the bot you using on yo...00