raju ghoraicoderj001.hashnode.dev·Sep 20, 2023Mastering ReactJS Virtual DOM: Unleash the Power of Efficiency 🚀In the electrifying realm of web development, where user experience reigns supreme, ReactJS emerges as the undeniable superhero. At the core of React's might lies the Virtual DOM, a concept that doesn't just move mountains; it optimizes them. In this...DiscussJsJarganReact
Priyanshu Mishrarachnode.hashnode.dev·Sep 19, 2023Blog 5: From Beginner to Pro in JavaScript! 🚀🔥Hey Coders!!🤎 So, this is my Part-5 of Javascript for beginners!!👩💻 So, if you have not seen my Part-1, Part-2, Part-3 and Part-4 then you must see them and understand them because in the 4 articles we have talked much more!! So, without any fur...DiscussJavaScript
Nandani Paliwalblog.nandanipaliwal.co·Sep 19, 2023Getting Started with React.jsAs a seasoned software developer with years of experience in various programming languages, I understand the importance of choosing the right tools for the job. When it comes to building interactive and dynamic web applications, React.js stands out a...Discuss·1 likeReact Development
raju ghoraicoderj001.hashnode.dev·Sep 18, 2023Leveraging Built-in Environment Variable Support in Node.js 20.6.0In the ever-evolving landscape of JavaScript development, staying abreast of the latest features and optimizations can be a game-changer. Node.js, a powerhouse in the JavaScript ecosystem, continues to evolve, and one of its recent updates, version 2...Discuss·89 readsJsJarganNode.js
Debugged Prodebuggedpro.hashnode.dev·Sep 11, 202310 JavaScript code examples covering a range of concepts and use cases, from basic to more advancedExplanation of each of the JavaScript code examples: 1. Hello World: console.log("Hello, World!"); This simple code uses the console.log() function to print the text "Hello, World!" to the console. It's the traditional starting point for learning an...DiscussJavaScript
Roshan Nayakcoderoshan.hashnode.dev·Sep 10, 2023Bun : The Terrifying Node.js Killer That Will Change JavaScript Development's Future!Hey there, little buddies! 🌟 Are you ready to go on an adventure in the world of JavaScript? Today, we're going to talk about something super cool called "Bun." Imagine Bun as your magical friend who helps JavaScript do amazing things. 🧙♂️✨ What i...Discuss·2 likes·31 readsNode.js
Anant Guptaanantguptablogs.hashnode.dev·Sep 9, 202310 Interesting Facts About JavaScript!The top 10 interesting facts about JavaScript are as follows: Lightweight and Versatile: JavaScript is a lightweight, interpreted programming language that can be used for a wide range of tasks beyond web development, such as server-side scripting, ...DiscussJavaScript
Mrinmoy Porelmrinnnmoy.hashnode.dev·Sep 7, 2023Ethers.js: Interacting with The Ethereum Blockchain.Introduction Ethers.js is a powerful yet compact library for enabling interactions with the Ethereum blockchain. It can help in connecting DApps with blockchain networks, and developers using ethers.js can also access complete functionalities of the ...DiscussBlockchain
Anant Guptaanantguptablogs.hashnode.dev·Sep 5, 2023Ways to access the objects(elements) {getElementbyid()} {querySelector()} {querySelectorAll()}getElementbyid()- As the name suggests here "Element" is in singular form so we will be getting only a single element instead of an array of elements like {getElementsbyTagName}. This can also be seen as {id} which is unique for every element. Synt...DiscussDOM manipulation
S Kumar Dhananjayakdexplorations.hashnode.dev·Sep 4, 2023JavaScript Trends and Future: Navigating the Ever-Evolving LandscapeIn the world of web development, JavaScript has established itself as the backbone of modern web applications. With its ever-growing ecosystem and the constant evolution of web technologies, JavaScript remains at the forefront of innovation. In this ...DiscussJavaScript