article thumbnail

Automating Relevance Tuning for Event Search

Eventbrite Engineering

Ideally, each such change would improve the quality of results, which can be measured using engagement … Continue reading "Automating Relevance Tuning for Event Search" The post Automating Relevance Tuning for Event Search appeared first on Engineering Blog.

article thumbnail

The Top Pinterest Engineering Blog posts from 2023

Pinterest Engineering

Our Pinterest Engineering Blog goes deeper into the technical learnings and insights behind many of these launches. Here, you’ll be the first to know about new Engineering blogs, events and employee stories. Thank you for supporting our Pinterest Engineering Blog this year. Cheers to 2024!

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Rapid Event Notification System at Netflix

Netflix Tech

To this end, we developed a Rapid Event Notification System (RENO) to support use cases that require server initiated communication with devices in a scalable and extensible manner. In this blog post, we will give an overview of the Rapid Event Notification System at Netflix and share some of the learnings we gained along the way.

Systems 133
article thumbnail

Automating Dynamic Table Creation with Event Logging

Cloudyard

This blog post showcases a novel approach combining Snowflake’s Event Logging and Dynamic Tables to automate the creation and population of dynamic tables based on Copy operations. Event-Driven Logging The journey begins with an innovative approach to log and monitor data copy operations.

article thumbnail

Revolutionizing Real-Time Streaming Processing: 4 Trillion Events Daily at LinkedIn

LinkedIn Engineering

Authors: Bingfeng Xia and Xinyu Liu Background At LinkedIn, Apache Beam plays a pivotal role in stream processing infrastructures that process over 4 trillion events daily through more than 3,000 pipelines across multiple production data centers. More details about this use case can be found on LinkedIn’s engineering blog.

Process 119
article thumbnail

Async APIs - don't confuse your events, commands and state by David Hope

Scott Logic

In my previous blog post I looked at various technologies for sending data asynchronously between services including RabbitMQ, Kafka, AWS EventBridge. I’ve coloured the data entities according to their types and we see there’s a few different patterns like events and state which we’ll discuss in a moment.

AWS 52
article thumbnail

Handling React Events - A Detailed Guide

Knowledge Hut

Event handling essentially allows the user to interact with a webpage and do something specific when a certain event like a click or a hover happens. When the user interacts with the application, events are fired, for example, mouseover, key press, change event, and so on. React events are written in camelCase.

Python 52