Compare commits

...

3 Commits

Author SHA1 Message Date
Omar Baqueiro Espinosa bc2111b5c9
Merge 878072f4a0 into 5625f67957 2024-04-03 16:36:53 +03:00
binhnguyennus 5625f67957 Moderating Inappropriate Video Content at Yelp 2024-03-28 17:59:22 +08:00
Omar Baqueiro Espinosa 878072f4a0
Update README.md
Add https://www.brianstorti.com/rabbitmq-exponential-backoff/ which I think is a good article in addition to the Indeed one
2021-06-09 10:59:08 -05:00
1 changed files with 2 additions and 0 deletions

View File

@ -267,6 +267,7 @@ An updated and organized reading list for illustrating the patterns of scalable,
* [Video Gatekeeper at Netflix](https://medium.com/netflix-techblog/re-architecting-the-video-gatekeeper-f7b0ac2f6b00)
* [Scaling Push Messaging for Millions of Devices at Netflix](https://www.infoq.com/presentations/neflix-push-messaging-scale)
* [Delaying Asynchronous Message Processing with RabbitMQ at Indeed](http://engineering.indeedblog.com/blog/2017/06/delaying-messages/)
* [Exponential (Message) Backoff in RabbitMQ](https://www.brianstorti.com/rabbitmq-exponential-backoff/)
* [Benchmarking Streaming Computation Engines at Yahoo](https://yahooeng.tumblr.com/post/135321837876/benchmarking-streaming-computation-engines-at)
* [Improving Stream Data Quality With Protobuf Schema Validation at Deliveroo](https://deliveroo.engineering/2019/02/05/improving-stream-data-quality-with-protobuf-schema-validation.html)
* [Scaling Email Infrastructure at Medium](https://medium.engineering/scaling-email-infrastructure-for-medium-digest-254223c883b8)
@ -762,6 +763,7 @@ An updated and organized reading list for illustrating the patterns of scalable,
* [Deep Learning for Image Classification Experiment at Mercari](https://medium.com/mercari-engineering/mercaris-image-classification-experiment-using-deep-learning-9b4e994a18ec)
* [Deep Learning for Frame Detection in Product Images at Allegro](https://allegro.tech/2016/12/deep-learning-for-frame-detection.html)
* [Content-based Video Relevance Prediction at Hulu](https://medium.com/hulu-tech-blog/content-based-video-relevance-prediction-b2c448e14752)
* [Moderating Inappropriate Video Content at Yelp](https://engineeringblog.yelp.com/2024/03/moderating-inappropriate-video-content-at-yelp.html)
* [Improving Photo Selection With Deep Learning at TripAdvisor](http://engineering.tripadvisor.com/improving-tripadvisor-photo-selection-deep-learning/)
* [Personalized Recommendations for Experiences Using Deep Learning at TripAdvisor](https://www.tripadvisor.com/engineering/personalized-recommendations-for-experiences-using-deep-learning/)
* [Personalised Recommender Systems at BBC](https://medium.com/bbc-design-engineering/developing-personalised-recommender-systems-at-the-bbc-e26c5e0c4216)