Yahya Dahiryahyadahir.hashnode.dev·Sep 12, 2024Managing State in React Without Redux: Simpler and Smarter AlternativesIf you have worked with React before, you‘ve probably heard of Redux. It’s a state management tool that helps keep track of data ( or “state” ) in your React apps. While Redux is a powerful, it can feel a bit heavy, especially for smaller projects or...DiscussNext.js
Syncfusionsyncfusion-blogs.hashnode.dev·Sep 9, 2024Effectively Visualize Data: Add Grids and Charts in JavaScript Pivot Field List**TL;DR:**Let’s see how to add a Grid and Chart to the JavaScript Pivot Table’s Field List with a server-side engine. We’ll cover setting up the Web API, connecting the Pivot Field List to the API, and passing input data to render Grid and Chart. Thi...DiscussGrids
Harsh Guptaharsh756.hashnode.dev·Sep 6, 2024Understanding JavaScript Classes: Behind the ScenesIn JavaScript, classes provide a neat and organized way to define objects and their behaviors. However, before ES6 introduced classes, everything was done using functions and prototypes. Let's dive into how classes work and what happens behind the sc...Discuss·10 likesProgramming Blogs
Vivekheyvivek.com·Aug 26, 2024🔍 Unlocking Hidden Power: Essential Yet Overlooked JavaScript Concepts Every Beginner Should Know 💡JavaScript is a versatile and powerful language that continues to evolve, with new features and concepts being introduced regularly. While many developers are familiar with the basics and popular features of JavaScript, there are several lesser-known...Discuss·12 likes·190 readsJavaScript
Biplab Sinhapbphpsolutions.hashnode.dev·Aug 24, 2024Disable right-click on PDF viewer using JavaScriptHi friends, in this tutorial, you will learn how to disable right-click on PDF viewer using javascript and display the PDF document on the browser using modal without any download option and save option. You might find many solutions to this but you ...Discussdisable right click on pdf,
SANKALP HARITASHsankalp-haritash.hashnode.dev·Aug 22, 2024Node.js: My Journey into Understanding Its Role as a Server-Side Runtime EnvironmentWhen I first started diving into JavaScript, I saw it mainly as a tool for making web pages interactive. However, it wasn’t long before I came across Node.js, and I realized that JavaScript could do so much more than just manipulate the DOM. It could...Discuss·10 likes·29 readsJavaScript
Asif Siddiquesemi-colon.hashnode.dev·Aug 21, 2024Who’s ‘This’? A Quirky Exploration of JavaScript’s Most Puzzling KeywordJavaScript is full of mysteries, but none are more elusive than the 'this' keyword. It’s the Sherlock Holmes of the coding world—always present, solving problems, yet often misunderstood. So, grab your magnifying glass, because today, we’re donning o...Discuss·49 readsJavaScript
Shikhar Shuklashikhar99.hashnode.dev·Aug 21, 2024Understanding Props in React with Tailwind CSS: A Practical ExampleProps (short for "properties") are a powerful feature in React that allow you to pass data from one component to another. In this blog, we’ll explore how props work by building a simple React application, and we'll use Tailwind CSS to style our compo...Discuss·1 like·75 readsReact
Bodheeshbodheesh.hashnode.dev·Aug 21, 2024Top Node.js Interview Questions and Answers - Part 1As Node.js continues to grow in popularity, it's becoming increasingly important for developers to be well-versed in its fundamentals. Whether you're preparing for a job interview or simply looking to brush up on your knowledge, this series will cove...DiscussNode.js
Ujjwal Jhaujjwaljha.hashnode.dev·Aug 18, 2024Let's Build a Brain: An Introduction to Brain.jsImagine the human brain, billions of interconnected neurons wiring up a complex network, learning and adapting constantly. Now, imagine taking that and shrinking it into a manageable, digital form. That's essentially what Brain.js does. It is a JavaS...Discuss·33 readsbrain.js