Darshit Anjariadarshitanjaria.hashnode.dev·Dec 17, 2024I Used to Overload My Browser with Events – Here’s What I LearnedModern web applications often rely on high-frequency events such as scroll, resize, mousemove, or input to provide interactive user experiences. However, firing too many function calls for these events can degrade performance, strain network resource...JavaScript
Michael Laroccamichaeljudelarocca.hashnode.dev·Dec 16, 2024JavaScriptmas 2024 - Week 3Tis the season! JavaScriptmas is here again! JavaScriptmas is a FREE annual festive coding event hosted by the online coding school Scrimba, consisting of 24 daily coding challenges, prizes, and more! What is JavaScriptmas? JavaScriptmas is a fest...Scrimba
Rohit Sawblog.rsaw409.me·Dec 3, 2024Event Capturing in JavaScriptEvent capturing occurs when a nested element gets clicked. The click event of its parent elements must be triggered before the click of the nested element. Event capturing is not the default behavior of Javascript Events. In vanilla javaScript we ne...javascriptJavaScript
Carlos OspinaforA Drupal Coupleadrupalcouple.hashnode.dev·Nov 25, 2024DrupalCon Barcelona 2024: The Drupal Couple's JourneyImage Carlos Ospina Ana Coto 25 November, 2024 DrupalCon Barcelona 2024: The Drupal Couple's Journey Leave this field blank The Journey Begins Anilu: The day before the conference, we took a train from Tarragona and gathered with friends fo...Drupal
Kunal KushwahaforWeMakeDevsblog.wemakedevs.org·Nov 20, 2024HackFrost Winter Hackathon 2024We are thrilled to announce the redesign of our website, WeMakeDevs. With a more streamlined and modern design, we are fostering collaboration and innovation through global hackathons and events, partnering with leading and emerging companies, and op...4 likes·956 readsevents
Pavan Educoding-tips.hashnode.dev·Nov 9, 2024C# Events and Delegates in real-time example #2Let’s take an example of a notification system for a course purchase and completion. To demonstrate the use of delegates and events in an ASP.NET Core application, let's create a simple e-commerce scenario involving course purchases and completions. ...delegate
Pavan Educoding-tips.hashnode.dev·Nov 9, 2024C# Events and Delegates in real-time exampleLet’s take an example of a notification system for a course purchase. To effectively use events for notifying course purchases in C#, you can follow a structured approach that leverages the event-driven programming paradigm. This involves defining ev...delegate
Priyanka Aichpriyankablogs.hashnode.dev·Nov 7, 2024Why Artificial Intelligence is Gaining Popularity in EventsArtificial Intelligence (AI) is quickly changing the way we experience events across different sectors, from corporate conferences to education fairs. Over the last few years, AI has gained popularity for its ability to make events more interactive, ...Artificial Intelligence
Amar Jondhalekarcoffeewithamar.hashnode.dev·Nov 2, 2024Building an Event-Handling Form with React: A Simple Guide for BeginnersIntroduction Event handling is a core concept in React that allows us to interact with users. This tutorial will walk you through creating a basic React application that manages various event types like form submissions, button clicks, and text input...ReactJS Evolution: Learn from the Ground UpReact
Stefan Skorpenblog.skorp.io·Oct 30, 2024How to create backend events with PostHogIt's important to keep track of events in your webapp so you can see what features are used and how they are used. While frontend event tracking is common, capturing backend events can provide deeper insights into your application's behavior, perform...events