Vishwajeet Rajvishwajeetraj11.hashnode.net·Oct 18, 2021Everything you need to know about my Experience with Winter of Code 2019What is it Winter of code?Do we code in winter?kind of true. Winter of Code is a program aimed to increase participation for the Google Summer of Code program among students in colleges and universities. Well, I am actually a 2019 participant of W...Rohit Jakhar and 11 others are discussing this12 people are discussing thisDiscuss·305 likes·653 readsOpen Source
Gifteagiftea.hashnode.net·Oct 24, 2021Synthetic Events in ReactPrerequisite Basic knowledge of the Reactjs library. Introduction Event in JavaScript An event is an action that occurs in the web browser, which the web browser feedbacks to you so that you can respond to it. For example, a user clicks a button on...Wisdom Osara and 2 others are discussing this3 people are discussing thisDiscuss·167 likes·626 readsReact
Jaden Baptistajadenguitarman.hashnode.net·Mar 27, 2022Think in verbs! Discovering event-driven architectureI love linguistics — that’s my developer shtick by this point. Here’s a fun linguistic tidbit I learned the other day: in English, we can only describe getting engaged in nouns (people and items) and adjectives (descriptive words). We can call someon...Discuss·123 likes·243 readsGeneral Programming
Christopher Emmanuel Abugaopher.hashnode.net·Apr 23, 2023Event Handling and Embedded ExpressionsHello Guys, I'm sort of excited to be publishing my first article, more to come. I'll be writing on event handling which is actually an exciting and essential part of JavaScript and React. So In this article, you’ll learn the different ways to embed ...Discuss·1 likeJavaScript
Emmanuel Ogebeemmanuelogebe.hashnode.net·Apr 23, 2023Google Cloud IT Heroes Summit 2023: RecapIntroduction At the IT Heroes Summit 2023 (Apr 19 Americas, Apr 20 EMEA), Google Cloud customers and key industry leaders (IT Heroes) shared their experiences, and thoughts about the future and gave insights into how they are unleashing their optimis...Discuss·46 readsGooglegoogle cloud
Utin Francis Peterutinfrancis.hashnode.net·Apr 21, 2023JavaScript Events: A Beginner's Guide to Types of Events and Event HandlersJavaScript events are a fundamental aspect of DOM Manipulation, serving as the driving force behind dynamic and interactive web applications. These events enable developers to manipulate the behaviour of web page elements in response to user actions,...Tolulope and 2 others are discussing this3 people are discussing thisDiscuss·22 likes·51 readsJavaScript
TECHcommunity_SAGtechcommsag.hashnode.net·Apr 20, 2023🚀 Dive into the World of Generative AI at the webMethods User Group DACH! 🤖Hey there, tech enthusiasts! 🌟 Get ready and mark your calendars 📅 because an amazing opportunity awaits you at the webMethods User Group DACH! Join us on April 25th, from 10:30 to 17:00, either in person at the Customer Briefing Center, Software A...DiscusswebMethods
Sandip ShresthaforJoBins Engineeringjobins.hashnode.net·Apr 17, 2023Efficiently Testing Events and Event Jobs in LaravelWriting tests for your application is an essential part of ensuring that your code works as expected. However, when it comes to testing events and event jobs in Laravel, things can get a little tricky. In this blog, we’ll explore how to test events a...Discuss·2 likesLaravel
Kixiekixie.hashnode.net·Apr 14, 2023What Is Event Based Automation?Are you tired of manually sending out emails to every prospect that engages with your website? It's time to level up your sales and marketing game with our Event Based Automation solution. With event-driven automation, you can set up specific trigger...Discussevents
ajeet achalachaltechnologies.hashnode.net·Apr 13, 2023"JavaScript Event Handling: Creating Interactive Web Applications"JavaScript is widely used to create interactive web applications that respond to user events. Event handling is a fundamental concept in JavaScript that allows developers to write code that responds to user actions such as mouse clicks, keyboard inpu...Discuss·2 likesevents
Smart Shocksmartshock.hashnode.net·Apr 4, 2023Handling User Input with EventsIntroduction In any web application, handling user input is a crucial task. React provides an easy way to handle user input through events. In this article, we will explore how to handle user input with events in React using a simple example. Code: L...Discuss25 React Exercises for Practical LearningReact
Rajarshi Sarkarrajsarkar.hashnode.net·Apr 2, 2023DOM EventsThe Document Object Model (DOM) is a programming interface for web documents. It represents the webpage so that programs can change the document structure, style, and content. The DOM is a structured hierarchical representation of the elements presen...Discuss·1 like·37 readsDOM
Seth Phatsethphat.hashnode.net·Mar 29, 2023Event Stream for dummiesHi guys, Another sharing today but really cool topic for backend guys out there 😉 I'll share with you the Event Stream and what are the benefits of it. And it could be your next awesome tool besides the normal Queue. What is an Event Stream? An even...Discuss·33 readsTech tipsevent-driven-architecture