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...Discuss·1 like·342 readsevents
Pavan EduforCode Tipscoding-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. ...Discussdelegate
Pavan EduforCode Tipscoding-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...Discussdelegate
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, ...DiscussArtificial 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...DiscussReactJS 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. With PostHog its quite easy to create events in your backend. import { PostHog } from "posthog-node"; const posthogClient = new PostHo...Discussevents
Mark Pelfmarkpelf.hashnode.dev·Oct 24, 2024JavaScript – Events Bubbling – IllustratedTutorial on “Events Bubbling” in JavaScript language Abstract: This is tutorial text on “events bubbling” in JavaScript. Some theory is explained, and several JavaScript examples are shown. 1 Introduction The purpose of this article is to provid...DiscussWebDevJavaScript
TECHcommunity_SAGtechcommsag.hashnode.dev·Oct 22, 2024Secure Adabas on Linux | IUG 2024About this video Discover how to use encryption, role-based access control (RBAC) & other tools to maximize your Adabas data’s security on Linux platforms. https://youtu.be/EhU5qe8DSS0 Read full topicDiscussadabas
TECHcommunity_SAGtechcommsag.hashnode.dev·Oct 22, 2024Achieve application high availability in a distributed architecture | IUG 2024About this video Maximize the uptime of your business applications with the new Natural Availability Server. Learn how to achieve high availability and seamless failover for Natural apps in Linux and cloud environments. https://youtu.be/CkqW3XyUfMM R...DiscussNatural Availability Server
Yusuf Uysalyusufuysal.hashnode.dev·Oct 10, 2024React Interview Questions (Part 6): Forms and Events1. How do you handle forms and form validation in React? In React, handling forms and validating inputs is made easy by utilizing controlled components. A controlled component is where form input elements like <input>, <textarea>, and <select> derive...DiscussReact Interview QuestionsReact