ylliX - Online Advertising Network

Airbnb’s Page Performance Score on Android

Part 4 of our series on Airbnb’s Page Performance Score. Luping Lin Airbnb’s home grown Page Performance Score (PPS) is designed to capture the rich, complex realities of performance by collecting a multitude of user-centric performance metrics and formulating them into one single 0-100 score. In this post we will deep dive into how we […]

Discover Concurrency on Swift by Sundell

Introduced in Swift 5.5, Swift’s built-in concurrency system provides a lightweight, yet highly efficient set of tools for writing concurrent code. That all starts with async/await, a pattern that’s become increasingly popular among modern programming languages, which enables us to utilize the language itself to manage long-running, asynchronous operations that are executed in the background. […]